Skip to content

Commit 3eda6af

Browse files
chore(deps): bump rand in the cargo group across 1 directory
Bumps the cargo group with 1 update in the / directory: [rand](https://github.com/rust-random/rand). Updates `rand` from 0.8.5 to 0.9.3 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.3/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.9.3) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.3 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent de0a9ff commit 3eda6af

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 9 additions & 9 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
@@ -50,7 +50,7 @@ humantime = "2.1"
5050
prost = "0.14"
5151
prost-build = "0.14"
5252
prost-types = "0.14"
53-
rand = { version = "0.8", features = ["std_rng"] }
53+
rand = { version = "0.9", features = ["std_rng"] }
5454
rand_core = "0.6"
5555
regex = "1.12"
5656
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)