Skip to content

Commit fb5bed2

Browse files
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-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 481cf68 commit fb5bed2

File tree

2 files changed

+107
-26
lines changed

2 files changed

+107
-26
lines changed

Cargo.lock

+106-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

svanill-vault-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ reqwest = { version = "0.11.27", default-features = false, features=["blocking",
1818
serde = { version = "1.0.217", features = ["derive"] }
1919
serde_json = "1.0.138"
2020
confy = "0.6.1"
21-
rand = "0.8.5"
21+
rand = "0.9.0"
2222
md-5 = "0.10.6"
2323

2424
[dev-dependencies]

0 commit comments

Comments
 (0)