Skip to content

Commit 54ac7d1

Browse files
chore(deps): update rand requirement in the all-dependencies group
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. Updates `rand` to 0.9.4 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.4/CHANGELOG.md) - [Commits](rust-random/rand@rand_core-0.9.1...0.9.4) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.4 dependency-type: direct:production dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6a230a3 commit 54ac7d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tokio = { version = "1", default-features = false, features = [
3535
] }
3636
serde_json = "1"
3737
tracing-subscriber = "0.3.19"
38-
rand = { version = "0.9.0", features = ["small_rng"] }
38+
rand = { version = "0.10.1", features = ["small_rng"] }
3939

4040
[[example]]
4141
name = "local"

0 commit comments

Comments
 (0)