Skip to content

Commit 0714922

Browse files
deps(deps): bump the tls-stack group across 1 directory with 2 updates
Bumps the tls-stack group with 2 updates in the / directory: [rustls](https://github.com/rustls/rustls) and [webpki-roots](https://github.com/rustls/webpki-roots). Updates `rustls` from 0.23.36 to 0.23.40 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.36...v/0.23.40) Updates `webpki-roots` from 0.26.11 to 1.0.6 - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](rustls/webpki-roots@v/0.26.11...v/1.0.6) --- updated-dependencies: - dependency-name: rustls dependency-version: 0.23.40 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tls-stack - dependency-name: webpki-roots dependency-version: 1.0.6 dependency-type: direct:production update-type: version-update:semver-major dependency-group: tls-stack ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a7fd818 commit 0714922

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 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
@@ -41,7 +41,7 @@ reqwest-eventsource = "0.6"
4141
# rustls dangerous_configuration: required to install a custom verifier on
4242
# top of WebPkiServerVerifier (chain validation) + SPKI pin check.
4343
rustls = { version = "0.23", default-features = false, features = ["ring", "logging", "std", "tls12"] }
44-
webpki-roots = "0.26"
44+
webpki-roots = "1.0"
4545
# subtle: constant-time SPKI pin compare. Already in dep tree via bcrypt /
4646
# ed25519-dalek / curve25519-dalek — zero new transitives.
4747
subtle = "2"

0 commit comments

Comments
 (0)