release 0.21.0 (#38)

This commit is contained in:
quininer 2020-11-25 23:39:12 +08:00 committed by GitHub
parent 35df2e3920
commit 0c2d573a4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tokio-rustls" name = "tokio-rustls"
version = "0.20.0" version = "0.21.0"
authors = ["quininer kel <quininer@live.com>"] authors = ["quininer kel <quininer@live.com>"]
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
repository = "https://github.com/tokio-rs/tls" repository = "https://github.com/tokio-rs/tls"
@ -24,4 +24,4 @@ dangerous_configuration = ["rustls/dangerous_configuration"]
tokio = { version = "0.3", features = ["full"] } tokio = { version = "0.3", features = ["full"] }
futures-util = "0.3.1" futures-util = "0.3.1"
lazy_static = "1" lazy_static = "1"
webpki-roots = "0.20" webpki-roots = "0.21"

View File

@ -8,4 +8,4 @@ edition = "2018"
tokio = { version = "0.3", features = [ "full" ] } tokio = { version = "0.3", features = [ "full" ] }
argh = "0.1" argh = "0.1"
tokio-rustls = { path = "../.." } tokio-rustls = { path = "../.." }
webpki-roots = "0.20" webpki-roots = "0.21"