Skip to content

Commit e2f0f6a

Browse files
deps: bump rustls from 0.23.28 to 0.23.37
Bumps [rustls](https://github.com/rustls/rustls) from 0.23.28 to 0.23.37. - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.28...v/0.23.37) --- updated-dependencies: - dependency-name: rustls dependency-version: 0.23.37 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fbeacdf commit e2f0f6a

3 files changed

Lines changed: 12 additions & 11 deletions

File tree

Cargo.lock

Lines changed: 10 additions & 9 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
@@ -17,7 +17,7 @@ libp2p-tls = { workspace = true }
1717
libp2p-identity = { workspace = true }
1818
quinn = { version = "0.11.9", default-features = false, features = ["rustls", "futures-io"] }
1919
rand = "0.8.5"
20-
rustls = { version = "0.23.28", default-features = false }
20+
rustls = { version = "0.23.38", default-features = false }
2121
thiserror = { workspace = true }
2222
tokio = { workspace = true, default-features = false, features = ["net", "rt", "time"], optional = true }
2323
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.28"
25+
version = "0.23.38"
2626
default-features = false
2727
features = ["ring", "std"] # Must enable this to allow for custom verification code.
2828

0 commit comments

Comments
 (0)