Skip to content

Commit e746454

Browse files
build(deps): bump the rustls group across 1 directory with 4 updates (#3768)
Bumps the rustls group with 4 updates in the / directory: [tokio-rustls](https://github.com/rustls/tokio-rustls), [ring](https://github.com/briansmith/ring), [rustls-webpki](https://github.com/rustls/webpki) and [rustls](https://github.com/rustls/rustls). Updates `tokio-rustls` from 0.26.1 to 0.26.2 - [Release notes](https://github.com/rustls/tokio-rustls/releases) - [Commits](rustls/tokio-rustls@v/0.26.1...v/0.26.2) Updates `ring` from 0.17.13 to 0.17.14 - [Changelog](https://github.com/briansmith/ring/blob/main/RELEASES.md) - [Commits](https://github.com/briansmith/ring/commits) Updates `rustls-webpki` from 0.102.8 to 0.103.0 - [Release notes](https://github.com/rustls/webpki/releases) - [Commits](rustls/webpki@v/0.102.8...v/0.103.0) Updates `rustls` from 0.23.23 to 0.23.24 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.23...v/0.23.24) --- updated-dependencies: - dependency-name: tokio-rustls dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rustls - dependency-name: ring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rustls - dependency-name: rustls-webpki dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rustls - dependency-name: rustls dependency-type: indirect update-type: version-update:semver-patch dependency-group: rustls ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 23784c0 commit e746454

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3487,9 +3487,9 @@ dependencies = [
34873487

34883488
[[package]]
34893489
name = "ring"
3490-
version = "0.17.13"
3490+
version = "0.17.14"
34913491
source = "registry+https://github.com/rust-lang/crates.io-index"
3492-
checksum = "70ac5d832aa16abd7d1def883a8545280c20a60f523a370aa3a9617c2b8550ee"
3492+
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
34933493
dependencies = [
34943494
"cc",
34953495
"cfg-if",
@@ -3548,9 +3548,9 @@ dependencies = [
35483548

35493549
[[package]]
35503550
name = "rustls"
3551-
version = "0.23.23"
3551+
version = "0.23.24"
35523552
source = "registry+https://github.com/rust-lang/crates.io-index"
3553-
checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395"
3553+
checksum = "96bf61953b1bc045820a2b947e6e9771c58c8c4b15242425b03f783ede1b34fe"
35543554
dependencies = [
35553555
"log",
35563556
"once_cell",
@@ -3578,9 +3578,9 @@ checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
35783578

35793579
[[package]]
35803580
name = "rustls-webpki"
3581-
version = "0.102.8"
3581+
version = "0.103.0"
35823582
source = "registry+https://github.com/rust-lang/crates.io-index"
3583-
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
3583+
checksum = "0aa4eeac2588ffff23e9d7a7e9b3f971c5fb5b7ebc9452745e0c232c64f83b2f"
35843584
dependencies = [
35853585
"ring",
35863586
"rustls-pki-types",
@@ -3991,9 +3991,9 @@ dependencies = [
39913991

39923992
[[package]]
39933993
name = "tokio-rustls"
3994-
version = "0.26.1"
3994+
version = "0.26.2"
39953995
source = "registry+https://github.com/rust-lang/crates.io-index"
3996-
checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
3996+
checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
39973997
dependencies = [
39983998
"rustls",
39993999
"tokio",

linkerd/meshtls/rustls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test-util = ["linkerd-tls-test-util"]
1313
futures = { version = "0.3", default-features = false }
1414
ring = { version = "0.17", features = ["std"] }
1515
rustls-pemfile = "2.2"
16-
rustls-webpki = { version = "0.102.8", features = ["std"] }
16+
rustls-webpki = { version = "0.103.0", features = ["std"] }
1717
thiserror = "2"
1818
tokio = { version = "1", features = ["macros", "rt", "sync"] }
1919
tokio-rustls = { workspace = true }

0 commit comments

Comments
 (0)