Skip to content

Commit bdd9432

Browse files
authored
Merge pull request #45 from tmccombs/rustls-update
Allow using tokio-rustls 0.26
2 parents aa9ccaa + 8414b9a commit bdd9432

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.0"
4+
version = "0.10.1"
55
authors = ["Thayne McCombs <[email protected]>"]
66
repository = "https://github.com/tmccombs/tls-listener"
77
edition = "2018"
@@ -22,7 +22,7 @@ pin-project-lite = "0.2.13"
2222
thiserror = "1.0.30"
2323
tokio = { version = "1.0", features = ["time"] }
2424
tokio-native-tls = { version = "0.3.0", optional = true }
25-
tokio-rustls = { version = "0.26.0", optional = true }
25+
tokio-rustls = { version = ">=0.25.0,<0.27", optional = true }
2626
tokio-openssl = { version = "0.6.3", optional = true }
2727
openssl_impl = { package = "openssl", version = "0.10.32", optional = true }
2828

0 commit comments

Comments
 (0)