Skip to content

Commit

Permalink
release 0.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
quininer committed Apr 26, 2024
1 parent cfd1b09 commit 43312a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tokio-rustls"
version = "0.26.0"
version = "0.26.1"
license = "MIT OR 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.23", default-features = false, features = ["std"] }
rustls = { version = "0.23.5", default-features = false, features = ["std"] }
pki-types = { package = "rustls-pki-types", version = "1" }

[features]
Expand Down

0 comments on commit 43312a8

Please sign in to comment.