Skip to content

Commit 0fa8c47

Browse files
committed
librustls: rustls 0.23.37 -> 0.23.38
1 parent 51e69d7 commit 0fa8c47

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

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.

librustls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ prefer-post-quantum = ["aws-lc-rs", "rustls/prefer-post-quantum"]
3030

3131
[dependencies]
3232
# Keep in sync with RUSTLS_CRATE_VERSION in build.rs
33-
rustls = { version = "=0.23.37", default-features = false, features = ["std", "tls12"] }
33+
rustls = { version = "=0.23.38", default-features = false, features = ["std", "tls12"] }
3434
webpki = { workspace = true }
3535
libc = { workspace = true }
3636
log = { workspace = true }

librustls/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ fn main() {
3737
// because doing so would require a heavy-weight deserialization lib dependency
3838
// (and it couldn't be a _dev_ dep for use in a build script) or doing brittle
3939
// by-hand parsing.
40-
const RUSTLS_CRATE_VERSION: &str = "0.23.37";
40+
const RUSTLS_CRATE_VERSION: &str = "0.23.38";

0 commit comments

Comments
 (0)