Skip to content

Commit 5f2f3e0

Browse files
authored
Merge pull request #53 from tmccombs/prep-new-version
Prep new version
2 parents 9ae1f92 + 82fdf1a commit 5f2f3e0

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,10 +1,10 @@
11
[package]
22
name = "tls-listener"
33
description = "wrap incoming Stream of connections in TLS"
4-
version = "0.10.3"
4+
version = "0.11.0"
55
authors = ["Thayne McCombs <astrothayne@gmail.com>"]
66
repository = "https://github.com/tmccombs/tls-listener"
7-
edition = "2018"
7+
edition = "2021"
88
license = "Apache-2.0"
99

1010
[features]
@@ -26,7 +26,7 @@ pin-project-lite = "0.2.13"
2626
thiserror = "2.0.3"
2727
tokio = { version = "1.0", features = ["time"] }
2828
tokio-native-tls = { version = "0.3.0", optional = true }
29-
tokio-rustls = { version = ">=0.25.0,<0.27", default-features = false, optional = true }
29+
tokio-rustls = { version = "0.26.1", default-features = false, optional = true }
3030
tokio-openssl = { version = "0.6.3", optional = true }
3131
openssl_impl = { package = "openssl", version = "0.10.32", optional = true }
3232

0 commit comments

Comments
 (0)