Skip to content

Commit 061b541

Browse files
build(deps): bump the rustls group across 1 directory with 3 updates
Bumps the rustls group with 3 updates in the / directory: [rustls-webpki](https://github.com/rustls/webpki), [rustls](https://github.com/rustls/rustls) and [rustls-pki-types](https://github.com/rustls/pki-types). Updates `rustls-webpki` from 0.103.1 to 0.103.2 - [Release notes](https://github.com/rustls/webpki/releases) - [Commits](rustls/webpki@v/0.103.1...v/0.103.2) Updates `rustls` from 0.23.26 to 0.23.27 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.26...v/0.23.27) Updates `rustls-pki-types` from 1.11.0 to 1.12.0 - [Release notes](https://github.com/rustls/pki-types/releases) - [Commits](rustls/pki-types@v/1.11.0...v/1.12.0) --- updated-dependencies: - dependency-name: rustls-webpki dependency-version: 0.103.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rustls - dependency-name: rustls dependency-version: 0.23.27 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rustls - dependency-name: rustls-pki-types dependency-version: 1.12.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: rustls ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 504581e commit 061b541

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

Cargo.lock

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
644644
checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
645645
dependencies = [
646646
"libc",
647-
"windows-sys 0.52.0",
647+
"windows-sys 0.59.0",
648648
]
649649

650650
[[package]]
@@ -1344,7 +1344,7 @@ dependencies = [
13441344
"portable-atomic",
13451345
"portable-atomic-util",
13461346
"serde",
1347-
"windows-sys 0.52.0",
1347+
"windows-sys 0.59.0",
13481348
]
13491349

13501350
[[package]]
@@ -3736,7 +3736,7 @@ dependencies = [
37363736
"errno",
37373737
"libc",
37383738
"linux-raw-sys 0.4.15",
3739-
"windows-sys 0.52.0",
3739+
"windows-sys 0.59.0",
37403740
]
37413741

37423742
[[package]]
@@ -3749,14 +3749,14 @@ dependencies = [
37493749
"errno",
37503750
"libc",
37513751
"linux-raw-sys 0.9.2",
3752-
"windows-sys 0.52.0",
3752+
"windows-sys 0.59.0",
37533753
]
37543754

37553755
[[package]]
37563756
name = "rustls"
3757-
version = "0.23.26"
3757+
version = "0.23.28"
37583758
source = "registry+https://github.com/rust-lang/crates.io-index"
3759-
checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
3759+
checksum = "7160e3e10bf4535308537f3c4e1641468cd0e485175d6163087c0393c7d46643"
37603760
dependencies = [
37613761
"aws-lc-rs",
37623762
"log",
@@ -3779,15 +3779,18 @@ dependencies = [
37793779

37803780
[[package]]
37813781
name = "rustls-pki-types"
3782-
version = "1.11.0"
3782+
version = "1.12.0"
37833783
source = "registry+https://github.com/rust-lang/crates.io-index"
3784-
checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
3784+
checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
3785+
dependencies = [
3786+
"zeroize",
3787+
]
37853788

37863789
[[package]]
37873790
name = "rustls-webpki"
3788-
version = "0.103.1"
3791+
version = "0.103.3"
37893792
source = "registry+https://github.com/rust-lang/crates.io-index"
3790-
checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
3793+
checksum = "e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435"
37913794
dependencies = [
37923795
"aws-lc-rs",
37933796
"ring",
@@ -4034,7 +4037,7 @@ dependencies = [
40344037
"getrandom 0.3.1",
40354038
"once_cell",
40364039
"rustix 1.0.2",
4037-
"windows-sys 0.52.0",
4040+
"windows-sys 0.59.0",
40384041
]
40394042

40404043
[[package]]

linkerd/meshtls/rustls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ test-util = ["linkerd-tls-test-util"]
1717
futures = { version = "0.3", default-features = false }
1818
ring = { version = "0.17", features = ["std"] }
1919
rustls-pemfile = "2.2"
20-
rustls-webpki = { version = "0.103.1", default-features = false, features = ["std"] }
20+
rustls-webpki = { version = "0.103.3", default-features = false, features = ["std"] }
2121
thiserror = "2"
2222
tokio = { version = "1", features = ["macros", "rt", "sync"] }
2323
tokio-rustls = { workspace = true }

0 commit comments

Comments
 (0)