Skip to content

Commit 09ee9b5

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 34781cd commit 09ee9b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -46,7 +46,7 @@ pin-project = "1.1.5"
4646
pingora-timeout = "0.3.0"
4747
ppp.workspace = true
4848
pretty-duration = "0.1.1"
49-
rand = { version = "0.8.5", features = ["small_rng"] }
49+
rand = { version = "0.9.2", features = ["small_rng"] }
5050
regex.workspace = true
5151
rustc-hash = "1.1.0"
5252
rustls = "0.23"

0 commit comments

Comments
 (0)