Skip to content

Commit 8212ca4

Browse files
authored
update rustls dependency to alpha.6 (#31)
1 parent f3e1925 commit 8212ca4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tokio-rustls"
3-
version = "0.25.0-alpha.3"
3+
version = "0.25.0-alpha.4"
44
license = "MIT/Apache-2.0"
55
repository = "https://github.com/rustls/tokio-rustls"
66
homepage = "https://github.com/rustls/tokio-rustls"
@@ -14,7 +14,7 @@ exclude = ["/.github", "/examples", "/scripts"]
1414

1515
[dependencies]
1616
tokio = "1.0"
17-
rustls = { version = "=0.22.0-alpha.5", default-features = false }
17+
rustls = { version = "=0.22.0-alpha.6", default-features = false }
1818
pki-types = { package = "rustls-pki-types", version = "0.2.2" }
1919

2020
[features]
@@ -31,4 +31,4 @@ futures-util = "0.3.1"
3131
lazy_static = "1.1"
3232
webpki-roots = "=0.26.0-alpha.2"
3333
rustls-pemfile = "=2.0.0-alpha.2"
34-
webpki = { package = "rustls-webpki", version = "=0.102.0-alpha.7", features = ["alloc", "std"] }
34+
webpki = { package = "rustls-webpki", version = "=0.102.0-alpha.8", features = ["alloc", "std"] }

0 commit comments

Comments
 (0)