Skip to content

Commit 35fbdcf

Browse files
build(deps): bump rand_core from 0.6.2 to 0.9.3
Bumps [rand_core](https://github.com/rust-random/rand) from 0.6.2 to 0.9.3. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/commits) --- updated-dependencies: - dependency-name: rand_core dependency-version: 0.9.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 97a2361 commit 35fbdcf

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/workspace-hack/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ prost-types = { version = "0.13.5" }
112112
quote = { version = "1.0.40" }
113113
rand = { version = "0.8.5", features = ["small_rng"] }
114114
rand_chacha = { version = "0.3.0" }
115-
rand_core = { version = "0.6.2", default-features = false, features = ["std"] }
115+
rand_core = { version = "0.9.3", default-features = false, features = ["std"] }
116116
rdkafka-sys = { git = "https://github.com/MaterializeInc/rust-rdkafka.git", features = ["cmake-build", "libz-static", "ssl-vendored", "zstd"] }
117117
regex = { version = "1.11.1" }
118118
regex-automata = { version = "0.4.9", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }
@@ -255,7 +255,7 @@ prost-types = { version = "0.13.5" }
255255
quote = { version = "1.0.40" }
256256
rand = { version = "0.8.5", features = ["small_rng"] }
257257
rand_chacha = { version = "0.3.0" }
258-
rand_core = { version = "0.6.2", default-features = false, features = ["std"] }
258+
rand_core = { version = "0.9.3", default-features = false, features = ["std"] }
259259
rdkafka-sys = { git = "https://github.com/MaterializeInc/rust-rdkafka.git", features = ["cmake-build", "libz-static", "ssl-vendored", "zstd"] }
260260
regex = { version = "1.11.1" }
261261
regex-automata = { version = "0.4.9", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }

0 commit comments

Comments
 (0)