Skip to content

Commit

Permalink
Update dependencies for 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed Apr 14, 2022
1 parent cac85df commit a3e67c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustls-native-certs"
version = "0.6.1"
version = "0.6.2"
edition = "2018"
authors = ["Joseph Birr-Pixton <[email protected]>"]
license = "Apache-2.0/ISC/MIT"
Expand All @@ -11,16 +11,16 @@ 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"
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"
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit a3e67c4

Please sign in to comment.