Skip to content

Commit 8a581cb

Browse files
committed
Cargo: rustls 0.23.1 -> 0.23.4
1 parent c5b0eb1 commit 8a581cb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ capi = []
2424

2525
[dependencies]
2626
# Keep in sync with RUSTLS_CRATE_VERSION in build.rs
27-
rustls = { version = "0.23.1", default-features = false, features = [ "ring", "std", "tls12" ]}
27+
rustls = { version = "0.23.4", default-features = false, features = [ "ring", "std", "tls12" ]}
2828
pki-types = { package = "rustls-pki-types", version = "1", features = ["std"] }
2929
webpki = { package = "rustls-webpki", version = "0.102.0", default-features = false, features = [ "ring", "std" ] }
3030
libc = "0.2"

build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use std::io::Write;
33
use std::{env, fs, path::PathBuf};
44

55
// Keep in sync with Cargo.toml.
6-
const RUSTLS_CRATE_VERSION: &str = "0.23.1";
6+
const RUSTLS_CRATE_VERSION: &str = "0.23.4";
77

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

0 commit comments

Comments
 (0)