Skip to content

Commit b8c3352

Browse files
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] <[email protected]>
1 parent 174d732 commit b8c3352

File tree

2 files changed

+38
-9
lines changed

2 files changed

+38
-9
lines changed

Cargo.lock

Lines changed: 37 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

orion-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ parking_lot = "0.12.3"
2626
pin-project = "1.1.5"
2727
pingora-timeout = "0.3.0"
2828
pretty-duration = "0.1.1"
29-
rand = { version = "0.8.5", features = ["small_rng"] }
29+
rand = { version = "0.9.2", features = ["small_rng"] }
3030
rustc-hash = "2.1.1"
3131
rustls = "0.23"
3232
rustls-pemfile = "2.1"

0 commit comments

Comments
 (0)