Skip to content

Commit 869f633

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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ctrlc = { version = "3" }
2121
dashmap = "^6.1"
2222
either = "1"
2323
futures = "0.3"
24-
rand = { version = "0.8" }
24+
rand = { version = "0.9" }
2525
semver = { version = "1", features = ["serde"] }
2626
serde = { version = "1", features = ["derive"] }
2727
serde_json = "1"

0 commit comments

Comments
 (0)