Skip to content

Commit d52acfc

Browse files
build(deps): bump rand from 0.9.2 to 0.9.3 (#4500)
Bumps [rand](https://github.com/rust-random/rand) from 0.9.2 to 0.9.3. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.3/CHANGELOG.md) - [Commits](rust-random/rand@rand_core-0.9.2...0.9.3) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2e6577c commit d52acfc

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

Cargo.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ dependencies = [
899899
"idna",
900900
"ipnet",
901901
"once_cell",
902-
"rand 0.9.2",
902+
"rand 0.9.3",
903903
"ring",
904904
"thiserror",
905905
"tinyvec",
@@ -921,7 +921,7 @@ dependencies = [
921921
"moka",
922922
"once_cell",
923923
"parking_lot",
924-
"rand 0.9.2",
924+
"rand 0.9.3",
925925
"resolv-conf",
926926
"smallvec",
927927
"thiserror",
@@ -1609,7 +1609,7 @@ dependencies = [
16091609
"ahash",
16101610
"linkerd-stack",
16111611
"parking_lot",
1612-
"rand 0.9.2",
1612+
"rand 0.9.3",
16131613
"tokio-test",
16141614
"tower-test",
16151615
"tracing",
@@ -1677,7 +1677,7 @@ dependencies = [
16771677
"futures",
16781678
"pin-project",
16791679
"quickcheck",
1680-
"rand 0.9.2",
1680+
"rand 0.9.3",
16811681
"thiserror",
16821682
"tokio",
16831683
]
@@ -1869,7 +1869,7 @@ version = "0.1.0"
18691869
dependencies = [
18701870
"http",
18711871
"linkerd2-proxy-api",
1872-
"rand 0.9.2",
1872+
"rand 0.9.3",
18731873
"regex",
18741874
"thiserror",
18751875
"tracing",
@@ -2092,7 +2092,7 @@ dependencies = [
20922092
"parking_lot",
20932093
"prometheus-client",
20942094
"quickcheck",
2095-
"rand 0.9.2",
2095+
"rand 0.9.3",
20962096
"tokio",
20972097
"tokio-test",
20982098
"tower",
@@ -2574,7 +2574,7 @@ dependencies = [
25742574
"linkerd-stack",
25752575
"linkerd-tracing",
25762576
"opentelemetry-semantic-conventions",
2577-
"rand 0.9.2",
2577+
"rand 0.9.3",
25782578
"thiserror",
25792579
"tokio",
25802580
"tower",
@@ -2947,7 +2947,7 @@ dependencies = [
29472947
"futures-util",
29482948
"opentelemetry",
29492949
"percent-encoding",
2950-
"rand 0.9.2",
2950+
"rand 0.9.3",
29512951
"thiserror",
29522952
]
29532953

@@ -3162,7 +3162,7 @@ checksum = "bee689443a2bd0a16ab0348b52ee43e3b2d1b1f931c8aa5c9f8de4c86fbe8c40"
31623162
dependencies = [
31633163
"bitflags 2.9.4",
31643164
"num-traits",
3165-
"rand 0.9.2",
3165+
"rand 0.9.3",
31663166
"rand_chacha",
31673167
"rand_xorshift",
31683168
"regex-syntax",
@@ -3303,9 +3303,9 @@ dependencies = [
33033303

33043304
[[package]]
33053305
name = "rand"
3306-
version = "0.9.2"
3306+
version = "0.9.3"
33073307
source = "registry+https://github.com/rust-lang/crates.io-index"
3308-
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
3308+
checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166"
33093309
dependencies = [
33103310
"rand_chacha",
33113311
"rand_core 0.9.0",

0 commit comments

Comments
 (0)