Skip to content

Commit 9b24ab4

Browse files
committed
update rustls-connector
1 parent 08f446f commit 9b24ab4

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
@@ -9,7 +9,7 @@ documentation = "https://docs.rs/tcp-stream"
99
keywords = ["tcp", "io", "async", "non-blocking"]
1010
categories = ["asynchronous", "network-programming"]
1111
license = "BSD-2-Clause"
12-
rust-version = "1.80.0"
12+
rust-version = "1.81.0"
1313

1414
[lib]
1515
name = "tcp_stream"
@@ -48,7 +48,7 @@ version = "^2.0"
4848
optional = true
4949

5050
[dependencies.rustls-connector]
51-
version = "^0.21"
51+
version = "^0.21.5"
5252
optional = true
5353
default-features = false
5454

0 commit comments

Comments
 (0)