Skip to content

Commit 78ad5cf

Browse files
chore(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-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 98a6892 commit 78ad5cf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ctrlc = { version = "3" }
2121
dashmap = "^6.1"
2222
either = "1"
2323
futures = "0.3"
24-
rand = { version = "0.8" }
24+
rand = { version = "0.9" }
2525
semver = { version = "1", features = ["serde"] }
2626
serde = { version = "1", features = ["derive"] }
2727
serde_json = "1"

apps/freenet-ping/app/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ freenet-stdlib = { workspace = true, features = ["net"] }
1111
freenet-ping-types = { path = "../types", features = ["std", "clap"] }
1212
futures = "0.3.31"
1313
once_cell = "1.18.0"
14-
rand = "0.8.5"
14+
rand = "0.9.0"
1515
serde = { version = "1.0", features = ["derive"] }
1616
serde_json = "1.0"
1717
tempfile = "3.9.0"

0 commit comments

Comments
 (0)