Skip to content

Commit ece2979

Browse files
Bump rustls from 0.20.9 to 0.23.34
Bumps [rustls](https://github.com/rustls/rustls) from 0.20.9 to 0.23.34. - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.20.9...v/0.23.34) --- updated-dependencies: - dependency-name: rustls dependency-version: 0.23.34 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d63dd75 commit ece2979

File tree

2 files changed

+199
-4
lines changed

2 files changed

+199
-4
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ hyper = { version = "0.14.27", features = ["full"] }
3838
hyper-rustls = "0.23.2"
3939
indicatif = { git = "https://github.com/console-rs/indicatif.git", rev = "2ca9d019fbb4b0aed11bfad984daef064998f5ef" }
4040
regex = "1.11.3"
41-
rustls = "0.20.8"
41+
rustls = "0.23.34"
4242
serde = { version = "1.0.228", features = ["derive", "alloc"] }
4343
serde_json = { version = "1.0.145", features = ["alloc"] }
4444
sha2 = "0.10.9"

0 commit comments

Comments
 (0)