Skip to content

Commit e126ca4

Browse files
chore(deps): bump rand from 0.8.5 to 0.9.1 in /code
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 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.8.5...rand_core-0.9.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3379373 commit e126ca4

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

code/Cargo.lock

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

code/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ prost-build = "0.13"
152152
prost-types = "0.13"
153153
protox = "0.8.0"
154154
ractor = { version = "0.14.6", default-features = false, features = ["async-trait", "tokio_runtime"] }
155-
rand = { version = "0.8.5", features = ["std_rng", "small_rng"] }
155+
rand = { version = "0.9.1", features = ["std_rng", "small_rng"] }
156156
rand_chacha = "0.3.1"
157157
redb = "2.6.0"
158158
seahash = "4.1"

code/crates/wal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ lz4_flex = { version = "0.11.0", optional = true }
3131
[dev-dependencies]
3232
criterion = "0.6.0"
3333
nix = { version = "0.29.0", features = ["signal"] }
34-
rand = "0.8.5"
34+
rand = "0.9.1"
3535
tempfile = "3.19.1"
3636
testdir = "0.9.1"

0 commit comments

Comments
 (0)