Skip to content

Commit 8245a0b

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 0f42f15 commit 8245a0b

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 = "cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18"
645645
dependencies = [
646646
"libc",
647-
"windows-sys 0.52.0",
647+
"windows-sys 0.59.0",
648648
]
649649

650650
[[package]]
@@ -1343,7 +1343,7 @@ dependencies = [
13431343
"portable-atomic",
13441344
"portable-atomic-util",
13451345
"serde",
1346-
"windows-sys 0.52.0",
1346+
"windows-sys 0.59.0",
13471347
]
13481348

13491349
[[package]]
@@ -3732,7 +3732,7 @@ dependencies = [
37323732
"errno",
37333733
"libc",
37343734
"linux-raw-sys 0.4.15",
3735-
"windows-sys 0.52.0",
3735+
"windows-sys 0.59.0",
37363736
]
37373737

37383738
[[package]]
@@ -3745,14 +3745,14 @@ dependencies = [
37453745
"errno",
37463746
"libc",
37473747
"linux-raw-sys 0.9.2",
3748-
"windows-sys 0.52.0",
3748+
"windows-sys 0.59.0",
37493749
]
37503750

37513751
[[package]]
37523752
name = "rustls"
3753-
version = "0.23.26"
3753+
version = "0.23.27"
37543754
source = "registry+https://github.com/rust-lang/crates.io-index"
3755-
checksum = "df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0"
3755+
checksum = "730944ca083c1c233a75c09f199e973ca499344a2b7ba9e755c457e86fb4a321"
37563756
dependencies = [
37573757
"aws-lc-rs",
37583758
"log",
@@ -3775,15 +3775,18 @@ dependencies = [
37753775

37763776
[[package]]
37773777
name = "rustls-pki-types"
3778-
version = "1.11.0"
3778+
version = "1.12.0"
37793779
source = "registry+https://github.com/rust-lang/crates.io-index"
3780-
checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
3780+
checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
3781+
dependencies = [
3782+
"zeroize",
3783+
]
37813784

37823785
[[package]]
37833786
name = "rustls-webpki"
3784-
version = "0.103.1"
3787+
version = "0.103.3"
37853788
source = "registry+https://github.com/rust-lang/crates.io-index"
3786-
checksum = "fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03"
3789+
checksum = "e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435"
37873790
dependencies = [
37883791
"aws-lc-rs",
37893792
"ring",
@@ -4024,7 +4027,7 @@ dependencies = [
40244027
"getrandom 0.3.1",
40254028
"once_cell",
40264029
"rustix 1.0.2",
4027-
"windows-sys 0.52.0",
4030+
"windows-sys 0.59.0",
40284031
]
40294032

40304033
[[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)