Skip to content

Commit 23d6b05

Browse files
build(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 f525d13 commit 23d6b05

File tree

2 files changed

+58
-7
lines changed

2 files changed

+58
-7
lines changed

Cargo.lock

+57-6
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
@@ -26,7 +26,7 @@ junit-parser = "1"
2626
serde = { version = "^1.0.194", features = ["derive"] }
2727
serde_json = "1.0.68"
2828
serde_yaml = "0.9.30"
29-
rand = "0.8.4"
29+
rand = "0.9.0"
3030
tempfile = "3.16.0"
3131
tokio-util = { version = "0.7", features = [ "io" ] }
3232
tracing-subscriber = { version = "0.3.9", features = ["env-filter", "json"] }

0 commit comments

Comments
 (0)