Skip to content

Commit

Permalink
Bump alpha dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Nov 16, 2023
1 parent 6df177a commit 42d6679
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@ exclude = ["/.github", "/examples", "/scripts"]

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

[features]
default = ["logging", "tls12", "ring"]
early-data = []
logging = ["rustls/logging"]
ring = ["rustls/ring"]
secret_extraction = ["rustls/secret_extraction"]
tls12 = ["rustls/tls12"]

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

0 comments on commit 42d6679

Please sign in to comment.