@@ -997,7 +997,7 @@ dependencies = [
997
997
" idna" ,
998
998
" ipnet" ,
999
999
" once_cell" ,
1000
- " rand 0.9.1 " ,
1000
+ " rand 0.9.2 " ,
1001
1001
" ring" ,
1002
1002
" thiserror 2.0.12" ,
1003
1003
" tinyvec" ,
@@ -1019,7 +1019,7 @@ dependencies = [
1019
1019
" moka" ,
1020
1020
" once_cell" ,
1021
1021
" parking_lot" ,
1022
- " rand 0.9.1 " ,
1022
+ " rand 0.9.2 " ,
1023
1023
" resolv-conf" ,
1024
1024
" smallvec" ,
1025
1025
" thiserror 2.0.12" ,
@@ -1744,7 +1744,7 @@ dependencies = [
1744
1744
" ahash" ,
1745
1745
" linkerd-stack" ,
1746
1746
" parking_lot" ,
1747
- " rand 0.9.1 " ,
1747
+ " rand 0.9.2 " ,
1748
1748
" tokio" ,
1749
1749
" tokio-test" ,
1750
1750
" tower-test" ,
@@ -1814,7 +1814,7 @@ dependencies = [
1814
1814
" futures" ,
1815
1815
" pin-project" ,
1816
1816
" quickcheck" ,
1817
- " rand 0.9.1 " ,
1817
+ " rand 0.9.2 " ,
1818
1818
" thiserror 2.0.12" ,
1819
1819
" tokio" ,
1820
1820
]
@@ -1992,7 +1992,7 @@ dependencies = [
1992
1992
" http" ,
1993
1993
" linkerd2-proxy-api" ,
1994
1994
" maplit" ,
1995
- " rand 0.9.1 " ,
1995
+ " rand 0.9.2 " ,
1996
1996
" regex" ,
1997
1997
" thiserror 2.0.12" ,
1998
1998
" tracing" ,
@@ -2271,7 +2271,7 @@ dependencies = [
2271
2271
" parking_lot" ,
2272
2272
" prometheus-client" ,
2273
2273
" quickcheck" ,
2274
- " rand 0.9.1 " ,
2274
+ " rand 0.9.2 " ,
2275
2275
" tokio" ,
2276
2276
" tokio-test" ,
2277
2277
" tower 0.5.2" ,
@@ -2314,7 +2314,7 @@ dependencies = [
2314
2314
" linkerd-proxy-balance-queue" ,
2315
2315
" linkerd-proxy-core" ,
2316
2316
" linkerd-stack" ,
2317
- " rand 0.9.1 " ,
2317
+ " rand 0.9.2 " ,
2318
2318
" tokio" ,
2319
2319
" tower 0.5.2" ,
2320
2320
" tracing" ,
@@ -2434,7 +2434,7 @@ dependencies = [
2434
2434
" linkerd-tracing" ,
2435
2435
" parking_lot" ,
2436
2436
" pin-project" ,
2437
- " rand 0.9.1 " ,
2437
+ " rand 0.9.2 " ,
2438
2438
" thiserror 2.0.12" ,
2439
2439
" tokio" ,
2440
2440
" tokio-test" ,
@@ -2540,7 +2540,7 @@ dependencies = [
2540
2540
" pin-project" ,
2541
2541
" prost-types 0.13.5" ,
2542
2542
" quickcheck" ,
2543
- " rand 0.9.1 " ,
2543
+ " rand 0.9.2 " ,
2544
2544
" thiserror 2.0.12" ,
2545
2545
" tokio" ,
2546
2546
" tonic" ,
@@ -2558,7 +2558,7 @@ dependencies = [
2558
2558
" linkerd-proxy-balance" ,
2559
2559
" linkerd-stack" ,
2560
2560
" pin-project" ,
2561
- " rand 0.9.1 " ,
2561
+ " rand 0.9.2 " ,
2562
2562
" tokio" ,
2563
2563
" tower 0.5.2" ,
2564
2564
]
@@ -2727,7 +2727,7 @@ dependencies = [
2727
2727
" linkerd-dns" ,
2728
2728
" linkerd-tls" ,
2729
2729
" linkerd2-proxy-api" ,
2730
- " rand 0.9.1 " ,
2730
+ " rand 0.9.2 " ,
2731
2731
" regex" ,
2732
2732
" thiserror 2.0.12" ,
2733
2733
" tracing" ,
@@ -3176,7 +3176,7 @@ dependencies = [
3176
3176
" futures-util" ,
3177
3177
" opentelemetry" ,
3178
3178
" percent-encoding" ,
3179
- " rand 0.9.1 " ,
3179
+ " rand 0.9.2 " ,
3180
3180
" thiserror 2.0.12" ,
3181
3181
]
3182
3182
@@ -3531,9 +3531,9 @@ dependencies = [
3531
3531
3532
3532
[[package ]]
3533
3533
name = " rand"
3534
- version = " 0.9.1 "
3534
+ version = " 0.9.2 "
3535
3535
source = " registry+https://github.com/rust-lang/crates.io-index"
3536
- checksum = " 9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97 "
3536
+ checksum = " 6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1 "
3537
3537
dependencies = [
3538
3538
" rand_chacha 0.9.0" ,
3539
3539
" rand_core 0.9.0" ,
0 commit comments