Skip to content

Commit 30fb11d

Browse files
committed
librustls: rustls 0.23.27 -> 0.23.28
1 parent 9779eb7 commit 30fb11d

3 files changed

Lines changed: 6 additions & 6 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.

librustls/Cargo.toml

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

3030
[dependencies]
3131
# Keep in sync with RUSTLS_CRATE_VERSION in build.rs
32-
rustls = { version = "0.23.27", default-features = false, features = ["std", "tls12"] }
32+
rustls = { version = "0.23.28", default-features = false, features = ["std", "tls12"] }
3333
webpki = { workspace = true }
3434
libc = { workspace = true }
3535
log = { workspace = true }

librustls/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use std::{env, fs, path::PathBuf};
88
// because doing so would require a heavy-weight deserialization lib dependency
99
// (and it couldn't be a _dev_ dep for use in a build script) or doing brittle
1010
// by-hand parsing.
11-
const RUSTLS_CRATE_VERSION: &str = "0.23.27";
11+
const RUSTLS_CRATE_VERSION: &str = "0.23.28";
1212

1313
fn main() {
1414
let out_dir = PathBuf::from(env::var_os("OUT_DIR").unwrap());

0 commit comments

Comments
 (0)