Skip to content

Commit 234c679

Browse files
build(deps): bump rustls from 0.23.33 to 0.23.34 (#14673)
Bumps [rustls](https://github.com/rustls/rustls) from 0.23.33 to 0.23.34. - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.33...v/0.23.34) --- updated-dependencies: - dependency-name: rustls dependency-version: 0.23.34 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 0ebd74b commit 234c679

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
556556
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
557557
dependencies = [
558558
"libc",
559-
"windows-sys 0.52.0",
559+
"windows-sys 0.61.0",
560560
]
561561

562562
[[package]]
@@ -1006,7 +1006,7 @@ dependencies = [
10061006
"hyper",
10071007
"libc",
10081008
"pin-project-lite",
1009-
"socket2 0.5.10",
1009+
"socket2 0.6.0",
10101010
"tokio",
10111011
"tower-service",
10121012
"tracing",
@@ -2057,14 +2057,14 @@ dependencies = [
20572057
"errno",
20582058
"libc",
20592059
"linux-raw-sys",
2060-
"windows-sys 0.52.0",
2060+
"windows-sys 0.59.0",
20612061
]
20622062

20632063
[[package]]
20642064
name = "rustls"
2065-
version = "0.23.33"
2065+
version = "0.23.34"
20662066
source = "registry+https://github.com/rust-lang/crates.io-index"
2067-
checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
2067+
checksum = "6a9586e9ee2b4f8fab52a0048ca7334d7024eef48e2cb9407e3497bb7cab7fa7"
20682068
dependencies = [
20692069
"aws-lc-rs",
20702070
"log",

policy-controller/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88
[dependencies]
99
anyhow = "1"
1010
tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread"] }
11-
rustls = { version = "0.23.33", default-features = false, features = ["aws-lc-rs"] }
11+
rustls = { version = "0.23.34", default-features = false, features = ["aws-lc-rs"] }
1212

1313
[dependencies.linkerd-policy-controller-runtime]
1414
workspace = true

0 commit comments

Comments
 (0)