diff --git a/Cargo.lock b/Cargo.lock index 611a8987a1..510b59000b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2456,9 +2456,9 @@ dependencies = [ [[package]] name = "tokio-rustls" -version = "0.23.1" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4baa378e417d780beff82bf54ceb0d195193ea6a00c14e22359e7f39456b5689" +checksum = "a27d5f2b839802bd8267fa19b0530f5a08b9c08cd417976be2a65d130fe1c11b" dependencies = [ "rustls", "tokio", diff --git a/linkerd/app/integration/Cargo.toml b/linkerd/app/integration/Cargo.toml index 5312c4fdd8..f1a2093836 100644 --- a/linkerd/app/integration/Cargo.toml +++ b/linkerd/app/integration/Cargo.toml @@ -35,7 +35,7 @@ regex = "1" socket2 = "0.4" tokio = { version = "1", features = ["io-util", "net", "rt", "macros"] } tokio-stream = { version = "0.1.8", features = ["sync"] } -tokio-rustls = "0.23.1" +tokio-rustls = "0.23.2" rustls-pemfile = "0.2.1" tower = { version = "0.4.11", default-features = false } tonic = { version = "0.6", default-features = false } diff --git a/linkerd/meshtls/rustls/Cargo.toml b/linkerd/meshtls/rustls/Cargo.toml index 9ccb480fbe..25628334cd 100644 --- a/linkerd/meshtls/rustls/Cargo.toml +++ b/linkerd/meshtls/rustls/Cargo.toml @@ -21,7 +21,7 @@ ring = { version = "0.16.19", features = ["std"] } rustls-pemfile = "0.2" thiserror = "1" tokio = { version = "1", features = ["macros", "rt", "sync"] } -tokio-rustls = { version = "0.23.1", features = ["dangerous_configuration"] } +tokio-rustls = { version = "0.23.2", features = ["dangerous_configuration"] } tracing = "0.1" webpki = "0.22"