Skip to content

Commit a6245db

Browse files
build(deps): bump rand from 0.8.5 to 0.9.0
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-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8b1b688 commit a6245db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -33,7 +33,7 @@ futures = "0.3.31"
3333
serde_json = "1.0.140"
3434
reqwest = "0.12.15"
3535
tempfile = "3.13"
36-
rand = "0.8"
36+
rand = "0.9"
3737

3838
parity-scale-codec = { version = "3", features = ["derive"] }
3939
pico-sdk = { git = "https://github.com/brevis-network/pico", features = ["coprocessor"] }

0 commit comments

Comments
 (0)