Skip to content

Commit c539fde

Browse files
fix(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] <[email protected]>
1 parent ce30950 commit c539fde

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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
@@ -43,7 +43,7 @@ humantime = "2.1.0"
4343
uuid = { version = "1.14", features = ["v4", "fast-rng", "serde"] }
4444
dashmap = "5.5"
4545
pin-project = "1.1"
46-
rand = "0.8"
46+
rand = "0.9"
4747
bytes = "1.9"
4848
thiserror = "1.0.69"
4949
itertools = "0.13"

0 commit comments

Comments
 (0)