Skip to content

Commit 08e87f7

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 e8090ec commit 08e87f7

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.2.0"
4343
uuid = { version = "1.16", features = ["v4", "fast-rng", "serde"] }
4444
dashmap = "6.1.0"
4545
pin-project = "1.1.10"
46-
rand = "0.8"
46+
rand = "0.9"
4747
bytes = "1.10.1"
4848
thiserror = "2.0.11"
4949
itertools = "0.14.0"

0 commit comments

Comments
 (0)