Skip to content

Commit 7341016

Browse files
chore(deps): bump rand from 0.8.5 to 0.9.2
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.2. - [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...rand_core-0.9.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent db50ee4 commit 7341016

File tree

2 files changed

+79
-13
lines changed

2 files changed

+79
-13
lines changed

Cargo.lock

Lines changed: 78 additions & 12 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
@@ -50,7 +50,7 @@ uuid = "1.15"
5050
digitalocean-rs = { version = "0.1.9", default-features = false, features = [
5151
"default-rustls",
5252
] }
53-
rand = { version = "0.8.5", features = ["log", "serde"] }
53+
rand = { version = "0.9.2", features = ["log", "serde"] }
5454
async-trait = "0.1.80"
5555
names = "0.14.0"
5656
linode-rs = { version = "0.1.3", default-features = false, features = [

0 commit comments

Comments
 (0)