Skip to content

Commit 9337d3f

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 e362f32 commit 9337d3f

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 7 additions & 7 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.15.1", features = ["serde"] }
2525
reqwest = { version = "0.13.2", features = ["json"] }
2626
warp-real-ip = "0.2.0"
2727
parse-display = "0.10.0"
28-
rand = { version = "0.8.5", features = ["small_rng"] }
28+
rand = { version = "0.9.2", features = ["small_rng"] }
2929
ahash = "0.8.12"
3030
flexi_logger = { version = "0.31.8", features = ["colors"] }
3131
tokio-stream = { version = "0.1.17", features = ["net"] }

0 commit comments

Comments
 (0)