Skip to content

Commit

Permalink
release 0.21.0 (hyperium#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
quininer authored Nov 25, 2020
1 parent 35df2e3 commit 0c2d573
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tokio-rustls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tokio-rustls"
version = "0.20.0"
version = "0.21.0"
authors = ["quininer kel <[email protected]>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/tokio-rs/tls"
Expand All @@ -24,4 +24,4 @@ dangerous_configuration = ["rustls/dangerous_configuration"]
tokio = { version = "0.3", features = ["full"] }
futures-util = "0.3.1"
lazy_static = "1"
webpki-roots = "0.20"
webpki-roots = "0.21"
2 changes: 1 addition & 1 deletion tokio-rustls/examples/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ edition = "2018"
tokio = { version = "0.3", features = [ "full" ] }
argh = "0.1"
tokio-rustls = { path = "../.." }
webpki-roots = "0.20"
webpki-roots = "0.21"

0 comments on commit 0c2d573

Please sign in to comment.