Skip to content

Commit d7b1c1e

Browse files
committed
chore: Increase required version of tokio-rustls
Fixes: #52 BREAKING CHANGE: tokio-rustls 0.25 is no longer supported
1 parent 9ae1f92 commit d7b1c1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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 <[email protected]>"]
66
repository = "https://github.com/tmccombs/tls-listener"
77
edition = "2018"
@@ -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)