Skip to content

Commit

Permalink
update rustls dependency to alpha.6 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
GlenDC authored Nov 30, 2023
1 parent f3e1925 commit 8212ca4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tokio-rustls"
version = "0.25.0-alpha.3"
version = "0.25.0-alpha.4"
license = "MIT/Apache-2.0"
repository = "https://github.com/rustls/tokio-rustls"
homepage = "https://github.com/rustls/tokio-rustls"
Expand All @@ -14,7 +14,7 @@ exclude = ["/.github", "/examples", "/scripts"]

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

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

0 comments on commit 8212ca4

Please sign in to comment.