Skip to content

Commit 9f3c458

Browse files
build(deps): bump rand from 0.9.1 to 0.9.2 (#4013)
Bumps [rand](https://github.com/rust-random/rand) from 0.9.1 to 0.9.2. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@rand_core-0.9.1...rand_core-0.9.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1de179e commit 9f3c458

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

Cargo.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ dependencies = [
997997
"idna",
998998
"ipnet",
999999
"once_cell",
1000-
"rand 0.9.1",
1000+
"rand 0.9.2",
10011001
"ring",
10021002
"thiserror 2.0.12",
10031003
"tinyvec",
@@ -1019,7 +1019,7 @@ dependencies = [
10191019
"moka",
10201020
"once_cell",
10211021
"parking_lot",
1022-
"rand 0.9.1",
1022+
"rand 0.9.2",
10231023
"resolv-conf",
10241024
"smallvec",
10251025
"thiserror 2.0.12",
@@ -1744,7 +1744,7 @@ dependencies = [
17441744
"ahash",
17451745
"linkerd-stack",
17461746
"parking_lot",
1747-
"rand 0.9.1",
1747+
"rand 0.9.2",
17481748
"tokio",
17491749
"tokio-test",
17501750
"tower-test",
@@ -1814,7 +1814,7 @@ dependencies = [
18141814
"futures",
18151815
"pin-project",
18161816
"quickcheck",
1817-
"rand 0.9.1",
1817+
"rand 0.9.2",
18181818
"thiserror 2.0.12",
18191819
"tokio",
18201820
]
@@ -1992,7 +1992,7 @@ dependencies = [
19921992
"http",
19931993
"linkerd2-proxy-api",
19941994
"maplit",
1995-
"rand 0.9.1",
1995+
"rand 0.9.2",
19961996
"regex",
19971997
"thiserror 2.0.12",
19981998
"tracing",
@@ -2271,7 +2271,7 @@ dependencies = [
22712271
"parking_lot",
22722272
"prometheus-client",
22732273
"quickcheck",
2274-
"rand 0.9.1",
2274+
"rand 0.9.2",
22752275
"tokio",
22762276
"tokio-test",
22772277
"tower 0.5.2",
@@ -2314,7 +2314,7 @@ dependencies = [
23142314
"linkerd-proxy-balance-queue",
23152315
"linkerd-proxy-core",
23162316
"linkerd-stack",
2317-
"rand 0.9.1",
2317+
"rand 0.9.2",
23182318
"tokio",
23192319
"tower 0.5.2",
23202320
"tracing",
@@ -2434,7 +2434,7 @@ dependencies = [
24342434
"linkerd-tracing",
24352435
"parking_lot",
24362436
"pin-project",
2437-
"rand 0.9.1",
2437+
"rand 0.9.2",
24382438
"thiserror 2.0.12",
24392439
"tokio",
24402440
"tokio-test",
@@ -2540,7 +2540,7 @@ dependencies = [
25402540
"pin-project",
25412541
"prost-types 0.13.5",
25422542
"quickcheck",
2543-
"rand 0.9.1",
2543+
"rand 0.9.2",
25442544
"thiserror 2.0.12",
25452545
"tokio",
25462546
"tonic",
@@ -2558,7 +2558,7 @@ dependencies = [
25582558
"linkerd-proxy-balance",
25592559
"linkerd-stack",
25602560
"pin-project",
2561-
"rand 0.9.1",
2561+
"rand 0.9.2",
25622562
"tokio",
25632563
"tower 0.5.2",
25642564
]
@@ -2727,7 +2727,7 @@ dependencies = [
27272727
"linkerd-dns",
27282728
"linkerd-tls",
27292729
"linkerd2-proxy-api",
2730-
"rand 0.9.1",
2730+
"rand 0.9.2",
27312731
"regex",
27322732
"thiserror 2.0.12",
27332733
"tracing",
@@ -3176,7 +3176,7 @@ dependencies = [
31763176
"futures-util",
31773177
"opentelemetry",
31783178
"percent-encoding",
3179-
"rand 0.9.1",
3179+
"rand 0.9.2",
31803180
"thiserror 2.0.12",
31813181
]
31823182

@@ -3531,9 +3531,9 @@ dependencies = [
35313531

35323532
[[package]]
35333533
name = "rand"
3534-
version = "0.9.1"
3534+
version = "0.9.2"
35353535
source = "registry+https://github.com/rust-lang/crates.io-index"
3536-
checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
3536+
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
35373537
dependencies = [
35383538
"rand_chacha 0.9.0",
35393539
"rand_core 0.9.0",

0 commit comments

Comments
 (0)