Skip to content

Commit 996a21b

Browse files
Bump rand from 0.8.6 to 0.9.4
Bumps [rand](https://github.com/rust-random/rand) from 0.8.6 to 0.9.4. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.4/CHANGELOG.md) - [Commits](rust-random/rand@0.8.6...0.9.4) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1ff4df6 commit 996a21b

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
@@ -67,7 +67,7 @@ opentelemetry-semantic-conventions = { version = "0.31", optional = true }
6767
tracing-opentelemetry = { version = "0.32", optional = true }
6868

6969
# CSRF (feature-gated)
70-
rand = { version = "0.8", optional = true }
70+
rand = { version = "0.9", optional = true }
7171
base64 = { version = "0.22", optional = true }
7272

7373
# OAuth2 (feature-gated)

0 commit comments

Comments
 (0)