Skip to content

Commit 116a3b4

Browse files
chore(deps): bump rand from 0.9.4 to 0.10.1
Bumps [rand](https://github.com/rust-random/rand) from 0.9.4 to 0.10.1. - [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.9.4...0.10.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7e2ba53 commit 116a3b4

2 files changed

Lines changed: 27 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 26 additions & 3 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
@@ -41,7 +41,7 @@ jsonwebtoken = "10.3.0"
4141
log = "0.4.27"
4242
mimalloc = "0.1"
4343
once_cell = "1.21.3"
44-
rand = { version = "0.9.3", features = ["std", "std_rng"] }
44+
rand = { version = "0.10.1", features = ["std", "std_rng"] }
4545
rand_chacha = "0.9"
4646
rayon = "1.10.0"
4747
reqwest = { version = "0.13.1", features = ["blocking", "json", "query"] }

0 commit comments

Comments
 (0)