File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -3487,9 +3487,9 @@ dependencies = [
3487
3487
3488
3488
[[package ]]
3489
3489
name = " ring"
3490
- version = " 0.17.13 "
3490
+ version = " 0.17.14 "
3491
3491
source = " registry+https://github.com/rust-lang/crates.io-index"
3492
- checksum = " 70ac5d832aa16abd7d1def883a8545280c20a60f523a370aa3a9617c2b8550ee "
3492
+ checksum = " a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7 "
3493
3493
dependencies = [
3494
3494
" cc" ,
3495
3495
" cfg-if" ,
@@ -3548,9 +3548,9 @@ dependencies = [
3548
3548
3549
3549
[[package ]]
3550
3550
name = " rustls"
3551
- version = " 0.23.23 "
3551
+ version = " 0.23.24 "
3552
3552
source = " registry+https://github.com/rust-lang/crates.io-index"
3553
- checksum = " 47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395 "
3553
+ checksum = " 96bf61953b1bc045820a2b947e6e9771c58c8c4b15242425b03f783ede1b34fe "
3554
3554
dependencies = [
3555
3555
" log" ,
3556
3556
" once_cell" ,
@@ -3578,9 +3578,9 @@ checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
3578
3578
3579
3579
[[package ]]
3580
3580
name = " rustls-webpki"
3581
- version = " 0.102.8 "
3581
+ version = " 0.103.0 "
3582
3582
source = " registry+https://github.com/rust-lang/crates.io-index"
3583
- checksum = " 64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9 "
3583
+ checksum = " 0aa4eeac2588ffff23e9d7a7e9b3f971c5fb5b7ebc9452745e0c232c64f83b2f "
3584
3584
dependencies = [
3585
3585
" ring" ,
3586
3586
" rustls-pki-types" ,
@@ -3991,9 +3991,9 @@ dependencies = [
3991
3991
3992
3992
[[package ]]
3993
3993
name = " tokio-rustls"
3994
- version = " 0.26.1 "
3994
+ version = " 0.26.2 "
3995
3995
source = " registry+https://github.com/rust-lang/crates.io-index"
3996
- checksum = " 5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37 "
3996
+ checksum = " 8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b "
3997
3997
dependencies = [
3998
3998
" rustls" ,
3999
3999
" tokio" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ test-util = ["linkerd-tls-test-util"]
13
13
futures = { version = " 0.3" , default-features = false }
14
14
ring = { version = " 0.17" , features = [" std" ] }
15
15
rustls-pemfile = " 2.2"
16
- rustls-webpki = { version = " 0.102.8 " , features = [" std" ] }
16
+ rustls-webpki = { version = " 0.103.0 " , features = [" std" ] }
17
17
thiserror = " 2"
18
18
tokio = { version = " 1" , features = [" macros" , " rt" , " sync" ] }
19
19
tokio-rustls = { workspace = true }
You can’t perform that action at this time.
0 commit comments