Skip to content

Commit 74af56a

Browse files
Bump rustls from 0.22.2 to 0.23.0
Bumps [rustls](https://github.com/rustls/rustls) from 0.22.2 to 0.23.0. - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.22.2...v/0.23.0) --- updated-dependencies: - dependency-name: rustls dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3c26a84 commit 74af56a

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

Cargo.lock

Lines changed: 17 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
@@ -25,7 +25,7 @@ pkcs8 = { version = "0.10.2", features = ["pem", "pkcs5"] }
2525
pki-types = { package = "rustls-pki-types", version = "1.0.1", default-features = false }
2626
rand_core = "0.6.4"
2727
rsa = { version = "0.9.2", features = ["sha2"] }
28-
rustls = { version = "0.22.1", default-features = false }
28+
rustls = { version = "0.23.0", default-features = false }
2929
sec1 = { version = "0.7.3", features = ["pkcs8", "pem"] }
3030
sha2 = "0.10.7"
3131
signature = "2.1.0"

0 commit comments

Comments
 (0)