Skip to content

Commit 406f900

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] <support@github.com>
1 parent c81ed2f commit 406f900

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.

pico-coprocessor-service-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pico-vm = { workspace = true }
2525
serde_json = { workspace = true }
2626
reqwest = { workspace = true, features = ["stream"] }
2727
tempfile.workspace = true
28-
rand = "0.8"
28+
rand = "0.9"
2929

3030
[dev-dependencies]
3131
blueprint-sdk = { workspace = true, features = ["testing", "tangle"] }

0 commit comments

Comments
 (0)