Skip to content

Commit 72d7dca

Browse files
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 509631a commit 72d7dca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.

crates/rustapi-extras/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ opentelemetry-semantic-conventions = { version = "0.31", optional = true }
6666
tracing-opentelemetry = { version = "0.32", optional = true }
6767

6868
# CSRF (feature-gated)
69-
rand = { version = "0.8", optional = true }
69+
rand = { version = "0.9", optional = true }
7070
base64 = { version = "0.22", optional = true }
7171

7272
# OAuth2 (feature-gated)

0 commit comments

Comments
 (0)