X Tutup
Skip to content

Commit 89889ac

Browse files
Bump rustls from 0.23.36 to 0.23.37 (RustPython#7374)
Bumps [rustls](https://github.com/rustls/rustls) from 0.23.36 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.36...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4aeec7f commit 89889ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

crates/stdlib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ openssl-probe = { version = "0.2.1", optional = true }
125125
foreign-types-shared = { version = "0.1.1", optional = true }
126126

127127
# Rustls dependencies (optional, for ssl-rustls feature)
128-
rustls = { version = "0.23.36", default-features = false, features = ["std", "tls12", "aws_lc_rs"], optional = true }
128+
rustls = { version = "0.23.37", default-features = false, features = ["std", "tls12", "aws_lc_rs"], optional = true }
129129
rustls-native-certs = { version = "0.8", optional = true }
130130
rustls-pemfile = { version = "2.2", optional = true }
131131
rustls-platform-verifier = { version = "0.6", optional = true }

0 commit comments

Comments
 (0)
X Tutup