Skip to content

Commit 0138a0a

Browse files
Bump rand from 0.9.0 to 0.9.1 (#50)
Bumps [rand](https://github.com/rust-random/rand) from 0.9.0 to 0.9.1. - [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.9.0...rand_core-0.9.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 778747b commit 0138a0a

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

Cargo.lock

+5-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
@@ -17,7 +17,7 @@ tiny-keccak = {version = "2.0", features = ["keccak"]}
1717
[dev-dependencies]
1818
alloy = {version = "0.15.6", default-features = false, features = ["json-abi", "dyn-abi"]}
1919
bloomfilter = "^3.0"
20-
rand = "0.9.0"
20+
rand = "0.9.1"
2121
tokio = {version = "1.44", features = ["full"]}
2222
# version_sync: to ensure versions in `Cargo.toml` and `README.md` are in sync
2323
version-sync = "0.9.4"

0 commit comments

Comments
 (0)