Skip to content

Commit 75483e8

Browse files
deps: bump rustls from 0.23.8 to 0.23.9
Pull-Request: #5460.
1 parent cc1f777 commit 75483e8

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

transports/quic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ libp2p-identity = { workspace = true }
2020
parking_lot = "0.12.3"
2121
quinn = { version = "0.11.1", default-features = false, features = ["rustls", "futures-io"] }
2222
rand = "0.8.5"
23-
rustls = { version = "0.23.8", default-features = false }
23+
rustls = { version = "0.23.9", default-features = false }
2424
thiserror = "1.0.61"
2525
tokio = { workspace = true, default-features = false, features = ["net", "rt", "time"], optional = true }
2626
tracing = { workspace = true }

transports/tls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ yasna = "0.5.2"
2222

2323
# Exposed dependencies. Breaking changes to these are breaking changes to us.
2424
[dependencies.rustls]
25-
version = "0.23.8"
25+
version = "0.23.9"
2626
default-features = false
2727
features = ["ring", "std"] # Must enable this to allow for custom verification code.
2828

0 commit comments

Comments
 (0)