Skip to content

Commit 43d1e74

Browse files
chore(deps): bump rand in the cargo group across 1 directory
Bumps the cargo group with 1 update in the / directory: [rand](https://github.com/rust-random/rand). Updates `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 dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fcf933d commit 43d1e74

2 files changed

Lines changed: 5 additions & 36 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ csv = "1.3"
2828
serde = { version = "1.0", features = ["derive"] }
2929
serde_json = "1.0"
3030
# Random number generation for splits
31-
rand = "0.8"
31+
rand = "0.9"
3232
rand_chacha = "0.3"
3333
# File walking
3434
walkdir = "2.5"

0 commit comments

Comments
 (0)