Skip to content

Commit 556e07b

Browse files
build(deps): bump tokio-rustls from 0.23.1 to 0.23.2 (#1412)
Bumps [tokio-rustls](https://github.com/tokio-rs/tls) from 0.23.1 to 0.23.2. - [Release notes](https://github.com/tokio-rs/tls/releases) - [Commits](https://github.com/tokio-rs/tls/commits) --- updated-dependencies: - dependency-name: tokio-rustls dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6cab4bb commit 556e07b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2392,9 +2392,9 @@ dependencies = [
23922392

23932393
[[package]]
23942394
name = "tokio-rustls"
2395-
version = "0.23.1"
2395+
version = "0.23.2"
23962396
source = "registry+https://github.com/rust-lang/crates.io-index"
2397-
checksum = "4baa378e417d780beff82bf54ceb0d195193ea6a00c14e22359e7f39456b5689"
2397+
checksum = "a27d5f2b839802bd8267fa19b0530f5a08b9c08cd417976be2a65d130fe1c11b"
23982398
dependencies = [
23992399
"rustls",
24002400
"tokio",

linkerd/app/integration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ regex = "1"
3535
socket2 = "0.4"
3636
tokio = { version = "1", features = ["io-util", "net", "rt", "macros"] }
3737
tokio-stream = { version = "0.1.8", features = ["sync"] }
38-
tokio-rustls = "0.23.1"
38+
tokio-rustls = "0.23.2"
3939
rustls-pemfile = "0.2.1"
4040
tower = { version = "0.4.11", default-features = false }
4141
tonic = { version = "0.6", default-features = false }

linkerd/meshtls/rustls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ring = { version = "0.16.19", features = ["std"] }
2121
rustls-pemfile = "0.2"
2222
thiserror = "1"
2323
tokio = { version = "1", features = ["macros", "rt", "sync"] }
24-
tokio-rustls = { version = "0.23.1", features = ["dangerous_configuration"] }
24+
tokio-rustls = { version = "0.23.2", features = ["dangerous_configuration"] }
2525
tracing = "0.1"
2626
webpki = "0.22"
2727

0 commit comments

Comments
 (0)