Skip to content

Commit 42d6679

Browse files
committed
Bump alpha dependency versions
1 parent 6df177a commit 42d6679

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@ exclude = ["/.github", "/examples", "/scripts"]
1414

1515
[dependencies]
1616
tokio = "1.0"
17-
rustls = { version = "=0.22.0-alpha.3", default-features = false }
17+
rustls = { version = "=0.22.0-alpha.4", default-features = false }
1818

1919
[features]
2020
default = ["logging", "tls12", "ring"]
2121
early-data = []
2222
logging = ["rustls/logging"]
2323
ring = ["rustls/ring"]
24-
secret_extraction = ["rustls/secret_extraction"]
2524
tls12 = ["rustls/tls12"]
2625

2726
[dev-dependencies]
@@ -31,4 +30,4 @@ futures-util = "0.3.1"
3130
lazy_static = "1.1"
3231
webpki-roots = "=0.26.0-alpha.1"
3332
rustls-pemfile = "=2.0.0-alpha.1"
34-
webpki = { package = "rustls-webpki", version = "=0.102.0-alpha.3", features = ["alloc", "std"] }
33+
webpki = { package = "rustls-webpki", version = "=0.102.0-alpha.6", features = ["alloc", "std"] }

0 commit comments

Comments
 (0)