Skip to content

Commit 06d2c7a

Browse files
build(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 36f5579 commit 06d2c7a

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
@@ -40,7 +40,7 @@ itertools = "0.14.0"
4040
jsonwebtoken = "10.3.0"
4141
log = "0.4.27"
4242
once_cell = "1.21.3"
43-
rand = { version = "0.9.3", features = ["std", "std_rng"] }
43+
rand = { version = "0.10.1", features = ["std", "std_rng"] }
4444
rand_chacha = "0.9"
4545
rayon = "1.10.0"
4646
reqwest = { version = "0.13.1", features = ["blocking", "json", "query"] }

0 commit comments

Comments
 (0)