Skip to content

Commit aa27b82

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/workspace-hack/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ prost = { version = "0.13.5", features = ["no-recursion-limit", "prost-derive"]
113113
prost-reflect = { version = "0.15.3", default-features = false, features = ["serde"] }
114114
prost-types = { version = "0.13.5" }
115115
quote = { version = "1.0.42" }
116-
rand = { version = "0.8.5", features = ["small_rng"] }
116+
rand = { version = "0.9.2", features = ["small_rng"] }
117117
rand_chacha = { version = "0.9.0" }
118118
rand_core = { version = "0.6.4", default-features = false, features = ["std"] }
119119
rdkafka-sys = { git = "https://github.com/MaterializeInc/rust-rdkafka.git", features = ["cmake-build", "libz-static", "ssl-vendored", "zstd"] }
@@ -260,7 +260,7 @@ prost = { version = "0.13.5", features = ["no-recursion-limit", "prost-derive"]
260260
prost-reflect = { version = "0.15.3", default-features = false, features = ["serde"] }
261261
prost-types = { version = "0.13.5" }
262262
quote = { version = "1.0.42" }
263-
rand = { version = "0.8.5", features = ["small_rng"] }
263+
rand = { version = "0.9.2", features = ["small_rng"] }
264264
rand_chacha = { version = "0.9.0" }
265265
rand_core = { version = "0.6.4", default-features = false, features = ["std"] }
266266
rdkafka-sys = { git = "https://github.com/MaterializeInc/rust-rdkafka.git", features = ["cmake-build", "libz-static", "ssl-vendored", "zstd"] }

0 commit comments

Comments
 (0)