Skip to content

Commit 7f90d05

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 1752b54 commit 7f90d05

2 files changed

Lines changed: 104 additions & 24 deletions

File tree

Cargo.lock

Lines changed: 103 additions & 23 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
@@ -25,7 +25,7 @@ smallvec = { version = "1.13.2", features = ["serde"] }
2525
reqwest = { version = "0.12.12", default-features = false, features = ["rustls-tls", "json"] }
2626
warp-real-ip = "0.2.0"
2727
parse-display = "0.9.1"
28-
rand = { version = "0.8.5", features = ["small_rng"] }
28+
rand = { version = "0.9.0", features = ["small_rng"] }
2929
ahash = "0.8.11"
3030
flexi_logger = { version = "0.29.8", features = ["colors"] }
3131
tokio-stream = { version = "0.1.17", features = ["net"] }

0 commit comments

Comments
 (0)