File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -556,7 +556,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
556556checksum = " 39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
557557dependencies = [
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 ]]
20642064name = " rustls"
2065- version = " 0.23.33 "
2065+ version = " 0.23.34 "
20662066source = " registry+https://github.com/rust-lang/crates.io-index"
2067- checksum = " 751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c "
2067+ checksum = " 6a9586e9ee2b4f8fab52a0048ca7334d7024eef48e2cb9407e3497bb7cab7fa7 "
20682068dependencies = [
20692069 " aws-lc-rs" ,
20702070 " log" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ publish = false
88[dependencies ]
99anyhow = " 1"
1010tokio = { 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 ]
1414workspace = true
You can’t perform that action at this time.
0 commit comments