diff --git a/Cargo.toml b/Cargo.toml index b589d67..f69514c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustls-native-certs" -version = "0.6.1" +version = "0.6.2" edition = "2018" authors = ["Joseph Birr-Pixton "] license = "Apache-2.0/ISC/MIT" @@ -11,7 +11,7 @@ repository = "https://github.com/ctz/rustls-native-certs" categories = ["network-programming", "cryptography"] [dependencies] -rustls-pemfile = "0.3.0" +rustls-pemfile = "1" [dev-dependencies] webpki = "0.22" @@ -19,8 +19,8 @@ webpki-roots = "0.22" ring = "0.16.5" untrusted = "0.7.0" rustls = "0.20" -x509-parser = "0.12" -serial_test = "0.5.1" +x509-parser = "0.13" +serial_test = "0.6.0" [target.'cfg(windows)'.dependencies] schannel = "0.1.15" diff --git a/README.md b/README.md index c2cecfb..7e7ecbe 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ If you'd like to help out, please see [CONTRIBUTING.md](CONTRIBUTING.md). ## Release history: +* 0.6.2 (2022-04-14): + - Update dependencies. * 0.6.1 (2021-10-25): - Allow overrides using `SSL_CERT_FILE` on all platforms. * 0.6.0 (2021-10-24):