Skip to content

Commit

Permalink
Bump rand from 0.8.5 to 0.9.0
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent ed3f444 commit 6aaf596
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 18 deletions.
113 changes: 97 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ reqwest = { version = "0.12.11", features = [
], default-features = false }
indicatif = "0.17.11"
dirs = "6.0"
rand = "0.8"
rand = "0.9"
serde_json = "1.0.138"
yansi = "1.0.1"
hex = "0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion vm/entrypoint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ bytemuck = "1.21.0"
cfg-if = "1.0.0"
getrandom = { version = "0.2.14", features = ["custom"] }
serde = { version = "1.0.217", features = ["derive"] }
rand = "0.8.5"
rand = "0.9.0"
parity-scale-codec = "*"

0 comments on commit 6aaf596

Please sign in to comment.