Skip to content

Commit 2552166

Browse files
committed
Update rustls to 0.26
1 parent 242b347 commit 2552166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ regex = "1.3.9"
2727
chrono = "0.4.11"
2828

2929
tokio = { version = "1.0.1", features = ["net", "io-util"] }
30-
tokio-rustls = { version = "0.25.0", optional = true }
30+
tokio-rustls = { version = "0.26.0", optional = true }
3131
pin-project = "1.0.0"
3232

3333
[dev-dependencies]

0 commit comments

Comments
 (0)