File tree Expand file tree Collapse file tree 2 files changed +15
-12
lines changed Expand file tree Collapse file tree 2 files changed +15
-12
lines changed Original file line number Diff line number Diff line change @@ -644,7 +644,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
644
644
checksum = " 778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
645
645
dependencies = [
646
646
" libc" ,
647
- " windows-sys 0.52 .0" ,
647
+ " windows-sys 0.59 .0" ,
648
648
]
649
649
650
650
[[package ]]
@@ -1344,7 +1344,7 @@ dependencies = [
1344
1344
" portable-atomic" ,
1345
1345
" portable-atomic-util" ,
1346
1346
" serde" ,
1347
- " windows-sys 0.52 .0" ,
1347
+ " windows-sys 0.59 .0" ,
1348
1348
]
1349
1349
1350
1350
[[package ]]
@@ -3736,7 +3736,7 @@ dependencies = [
3736
3736
" errno" ,
3737
3737
" libc" ,
3738
3738
" linux-raw-sys 0.4.15" ,
3739
- " windows-sys 0.52 .0" ,
3739
+ " windows-sys 0.59 .0" ,
3740
3740
]
3741
3741
3742
3742
[[package ]]
@@ -3749,14 +3749,14 @@ dependencies = [
3749
3749
" errno" ,
3750
3750
" libc" ,
3751
3751
" linux-raw-sys 0.9.2" ,
3752
- " windows-sys 0.52 .0" ,
3752
+ " windows-sys 0.59 .0" ,
3753
3753
]
3754
3754
3755
3755
[[package ]]
3756
3756
name = " rustls"
3757
- version = " 0.23.26 "
3757
+ version = " 0.23.28 "
3758
3758
source = " registry+https://github.com/rust-lang/crates.io-index"
3759
- checksum = " df51b5869f3a441595eac5e8ff14d486ff285f7b8c0df8770e49c3b56351f0f0 "
3759
+ checksum = " 7160e3e10bf4535308537f3c4e1641468cd0e485175d6163087c0393c7d46643 "
3760
3760
dependencies = [
3761
3761
" aws-lc-rs" ,
3762
3762
" log" ,
@@ -3779,15 +3779,18 @@ dependencies = [
3779
3779
3780
3780
[[package ]]
3781
3781
name = " rustls-pki-types"
3782
- version = " 1.11 .0"
3782
+ version = " 1.12 .0"
3783
3783
source = " registry+https://github.com/rust-lang/crates.io-index"
3784
- checksum = " 917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
3784
+ checksum = " 229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
3785
+ dependencies = [
3786
+ " zeroize" ,
3787
+ ]
3785
3788
3786
3789
[[package ]]
3787
3790
name = " rustls-webpki"
3788
- version = " 0.103.1 "
3791
+ version = " 0.103.3 "
3789
3792
source = " registry+https://github.com/rust-lang/crates.io-index"
3790
- checksum = " fef8b8769aaccf73098557a87cd1816b4f9c7c16811c9c77142aa695c16f2c03 "
3793
+ checksum = " e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435 "
3791
3794
dependencies = [
3792
3795
" aws-lc-rs" ,
3793
3796
" ring" ,
@@ -4034,7 +4037,7 @@ dependencies = [
4034
4037
" getrandom 0.3.1" ,
4035
4038
" once_cell" ,
4036
4039
" rustix 1.0.2" ,
4037
- " windows-sys 0.52 .0" ,
4040
+ " windows-sys 0.59 .0" ,
4038
4041
]
4039
4042
4040
4043
[[package ]]
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ test-util = ["linkerd-tls-test-util"]
17
17
futures = { version = " 0.3" , default-features = false }
18
18
ring = { version = " 0.17" , features = [" std" ] }
19
19
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" ] }
21
21
thiserror = " 2"
22
22
tokio = { version = " 1" , features = [" macros" , " rt" , " sync" ] }
23
23
tokio-rustls = { workspace = true }
You can’t perform that action at this time.
0 commit comments