Skip to content

Commit 5ebea46

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

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

Cargo.lock

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ dependencies = [
942942
"idna",
943943
"ipnet",
944944
"once_cell",
945-
"rand 0.9.0",
945+
"rand 0.9.1",
946946
"ring",
947947
"thiserror 2.0.12",
948948
"tinyvec",
@@ -964,7 +964,7 @@ dependencies = [
964964
"moka",
965965
"once_cell",
966966
"parking_lot",
967-
"rand 0.9.0",
967+
"rand 0.9.1",
968968
"resolv-conf",
969969
"smallvec",
970970
"thiserror 2.0.12",
@@ -1739,7 +1739,7 @@ dependencies = [
17391739
"ahash",
17401740
"linkerd-stack",
17411741
"parking_lot",
1742-
"rand 0.9.0",
1742+
"rand 0.9.1",
17431743
"tokio",
17441744
"tokio-test",
17451745
"tower-test",
@@ -1809,7 +1809,7 @@ dependencies = [
18091809
"futures",
18101810
"pin-project",
18111811
"quickcheck",
1812-
"rand 0.9.0",
1812+
"rand 0.9.1",
18131813
"thiserror 2.0.12",
18141814
"tokio",
18151815
]
@@ -1987,7 +1987,7 @@ dependencies = [
19871987
"http",
19881988
"linkerd2-proxy-api",
19891989
"maplit",
1990-
"rand 0.9.0",
1990+
"rand 0.9.1",
19911991
"regex",
19921992
"thiserror 2.0.12",
19931993
"tracing",
@@ -2266,7 +2266,7 @@ dependencies = [
22662266
"parking_lot",
22672267
"prometheus-client",
22682268
"quickcheck",
2269-
"rand 0.9.0",
2269+
"rand 0.9.1",
22702270
"tokio",
22712271
"tokio-test",
22722272
"tower 0.5.2",
@@ -2309,7 +2309,7 @@ dependencies = [
23092309
"linkerd-proxy-balance-queue",
23102310
"linkerd-proxy-core",
23112311
"linkerd-stack",
2312-
"rand 0.9.0",
2312+
"rand 0.9.1",
23132313
"tokio",
23142314
"tower 0.5.2",
23152315
"tracing",
@@ -2429,7 +2429,7 @@ dependencies = [
24292429
"linkerd-tracing",
24302430
"parking_lot",
24312431
"pin-project",
2432-
"rand 0.9.0",
2432+
"rand 0.9.1",
24332433
"thiserror 2.0.12",
24342434
"tokio",
24352435
"tokio-test",
@@ -2535,7 +2535,7 @@ dependencies = [
25352535
"pin-project",
25362536
"prost-types 0.13.5",
25372537
"quickcheck",
2538-
"rand 0.9.0",
2538+
"rand 0.9.1",
25392539
"thiserror 2.0.12",
25402540
"tokio",
25412541
"tonic",
@@ -2553,7 +2553,7 @@ dependencies = [
25532553
"linkerd-proxy-balance",
25542554
"linkerd-stack",
25552555
"pin-project",
2556-
"rand 0.9.0",
2556+
"rand 0.9.1",
25572557
"tokio",
25582558
"tower 0.5.2",
25592559
]
@@ -2722,7 +2722,7 @@ dependencies = [
27222722
"linkerd-dns",
27232723
"linkerd-tls",
27242724
"linkerd2-proxy-api",
2725-
"rand 0.9.0",
2725+
"rand 0.9.1",
27262726
"regex",
27272727
"thiserror 2.0.12",
27282728
"tracing",
@@ -3171,7 +3171,7 @@ dependencies = [
31713171
"futures-util",
31723172
"opentelemetry",
31733173
"percent-encoding",
3174-
"rand 0.9.0",
3174+
"rand 0.9.1",
31753175
"thiserror 2.0.12",
31763176
]
31773177

@@ -3517,13 +3517,12 @@ dependencies = [
35173517

35183518
[[package]]
35193519
name = "rand"
3520-
version = "0.9.0"
3520+
version = "0.9.1"
35213521
source = "registry+https://github.com/rust-lang/crates.io-index"
3522-
checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
3522+
checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
35233523
dependencies = [
35243524
"rand_chacha 0.9.0",
35253525
"rand_core 0.9.0",
3526-
"zerocopy 0.8.14",
35273526
]
35283527

35293528
[[package]]

0 commit comments

Comments
 (0)