release 0.21.0 (#38)
This commit is contained in:
parent
35df2e3920
commit
0c2d573a4e
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tokio-rustls"
|
||||
version = "0.20.0"
|
||||
version = "0.21.0"
|
||||
authors = ["quininer kel <quininer@live.com>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
repository = "https://github.com/tokio-rs/tls"
|
||||
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user