Skip to content

Commit f764d13

Browse files
bump the cargo group with 4 updates
Bumps the cargo group with 4 updates: [rand](https://github.com/rust-random/rand), [getrandom](https://github.com/rust-random/getrandom), [rand_chacha](https://github.com/rust-random/rand) and [rand_core](https://github.com/rust-random/rand_core). Updates `rand` from 0.8.5 to 0.9.2 - [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...rand_core-0.9.2) Updates `getrandom` from 0.2.16 to 0.3.4 - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](rust-random/getrandom@v0.2.16...v0.3.4) Updates `rand_chacha` from 0.3.1 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@rand_chacha-0.3.1...0.9.0) Updates `rand_core` from 0.6.4 to 0.9.3 - [Release notes](https://github.com/rust-random/rand_core/releases) - [Changelog](https://github.com/rust-random/rand_core/blob/master/CHANGELOG.md) - [Commits](rust-random/rand_core@v0.6.4...v0.9.3) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: getrandom dependency-version: 0.3.4 dependency-type: indirect update-type: version-update:semver-minor dependency-group: cargo - dependency-name: rand_chacha dependency-version: 0.9.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: cargo - dependency-name: rand_core dependency-version: 0.9.3 dependency-type: indirect update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 91573c7 commit f764d13

File tree

2 files changed

+32
-11
lines changed

2 files changed

+32
-11
lines changed

Cargo.lock

Lines changed: 31 additions & 10 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
@@ -91,7 +91,7 @@ human_format = { version = "1.0.3", optional = true }
9191
all-features = true
9292

9393
[dev-dependencies]
94-
rand = "0.8.1"
94+
rand = "0.9.2"
9595
env_logger = { version = "0.11.0", default-features = false, features = ["humantime"] }
9696
criterion = { version = "0.8.1", default-features = false }
9797
futures-util = { version = "0.3.4", default-features = false }

0 commit comments

Comments
 (0)