Skip to content

Commit 772e600

Browse files
chore: Bump rand from 0.9.2 to 0.10.0 in the cargo group
Bumps the cargo group with 1 update: [rand](https://github.com/rust-random/rand). Updates `rand` from 0.9.2 to 0.10.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@rand_core-0.9.2...0.10.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 32da7f7 commit 772e600

File tree

2 files changed

+240
-40
lines changed

2 files changed

+240
-40
lines changed

Cargo.lock

Lines changed: 239 additions & 39 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
@@ -20,7 +20,7 @@ serde = ["dep:serde"]
2020
[dependencies]
2121
bincode = { version = "2.0.1", features = ["derive"], default-features = false, optional = true }
2222
chrono = { version = "0.4.43", features = ["alloc"], default-features = false, optional = true }
23-
rand = { version = "0.9.2", features = ["thread_rng"], default-features = false, optional = true }
23+
rand = { version = "0.10.0", features = ["thread_rng"], default-features = false, optional = true }
2424
serde = { version = "1.0.228", features = ["derive"], default-features = false, optional = true }
2525

2626
[dev-dependencies]

0 commit comments

Comments
 (0)