Skip to content

Commit 755f007

Browse files
build(deps): bump rand from 0.8.5 to 0.9.0
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.0. - [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.8.5...0.9.0) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cf73b3a commit 755f007

File tree

20 files changed

+128
-43
lines changed

20 files changed

+128
-43
lines changed

Cargo.lock

Lines changed: 108 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/adapter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ opentelemetry = { version = "0.24.0", features = ["trace"] }
7272
prometheus = { version = "0.13.3", default-features = false }
7373
prost = { version = "0.13.4", features = ["no-recursion-limit"] }
7474
qcell = "0.5"
75-
rand = "0.8.5"
75+
rand = "0.9.0"
7676
rand_chacha = "0.3"
7777
semver = "1.0.16"
7878
serde = "1.0.152"

src/avro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ enum-kinds = "0.5.1"
2424
flate2 = "1.0.32"
2525
itertools = "0.12.1"
2626
mz-ore = { path = "../ore", features = ["test"] }
27-
rand = "0.8.5"
27+
rand = "0.9.0"
2828
regex = "1.7.0"
2929
serde = { version = "1.0.152", features = ["derive"] }
3030
serde_json = "1.0.125"

src/catalog/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ prometheus = { version = "0.13.3", default-features = false }
5252
proptest = { version = "1.6.0", default-features = false, features = ["std"] }
5353
proptest-derive = { version = "0.5.1", features = ["boxed_union"] }
5454
prost = "0.13.4"
55-
rand = "0.8.5"
55+
rand = "0.9.0"
5656
semver = { version = "1.0.16" }
5757
serde = "1.0.152"
5858
serde_json = "1.0.125"

src/cloud-resources/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ futures = "0.3.25"
1616
k8s-openapi = { version = "0.22.0", features = ["schemars", "v1_29"] }
1717
kube = { version = "0.92.1", default-features = false, features = ["client", "derive", "openssl-tls", "ws"] }
1818
mz-ore = { path = "../ore", default-features = false }
19-
rand = "0.8.5"
19+
rand = "0.9.0"
2020
schemars = { version = "0.8", features = ["uuid1"] }
2121
semver = "1.0.16"
2222
serde = "1.0.152"

src/environmentd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ rdkafka-sys = { version = "4.3.0", features = [
8888
"libz-static",
8989
"zstd",
9090
] }
91-
rand = "0.8.5"
91+
rand = "0.9.0"
9292
regex = { version = "1.7.0", optional = true }
9393
reqwest = { version = "0.11.13", features = ["json"] }
9494
rlimit = "0.8.3"

src/expr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ datadriven = "0.8.0"
7373
mz-expr-test-util = { path = "../expr-test-util" }
7474
mz-ore = { path = "../ore" }
7575
proc-macro2 = "1.0.60"
76-
rand = "0.8.5"
76+
rand = "0.9.0"
7777

7878
[build-dependencies]
7979
mz-build-tools = { path = "../build-tools", default-features = false }

src/kafka-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ mz-ore = { path = "../ore", features = ["cli", "network", "async"] }
2727
mz-ssh-util = { path = "../ssh-util" }
2828
num_cpus = "1.14.0"
2929
prost = { version = "0.13.4", features = ["no-recursion-limit"] }
30-
rand = "0.8.5"
30+
rand = "0.9.0"
3131
rdkafka = { version = "0.29.0", features = ["cmake-build", "ssl-vendored", "libz-static", "zstd"] }
3232
serde = { version = "1.0.152", features = ["derive"] }
3333
serde_json = "1.0.125"

0 commit comments

Comments
 (0)