Skip to content

Commit b62eb45

Browse files
⬆️ Bump the rand-crates group across 1 directory with 2 updates
Bumps the rand-crates group with 2 updates in the / directory: [rand](https://github.com/rust-random/rand) and [rand_chacha](https://github.com/rust-random/rand). Updates `rand` from 0.8.6 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.8.6...0.10.1) Updates `rand_chacha` from 0.3.1 to 0.10.0 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@rand_chacha-0.3.1...0.10.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rand-crates - dependency-name: rand_chacha dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rand-crates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4897182 commit b62eb45

3 files changed

Lines changed: 52 additions & 13 deletions

File tree

Cargo.lock

Lines changed: 49 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tabled = { version = "0.20.0", default-features = false, features = ["std", "ans
4848
termtree = "0.5"
4949
thiserror = "2.0.18"
5050
typed-path = "0.12"
51-
rand = "0.8.6"
51+
rand = "0.10.1"
5252
walkdir = "2.5.0"
5353

5454
[target.'cfg(not(target_family = "wasm"))'.dependencies]

lib/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ futures-util = { version = "0.3.32", features = ["io"], optional = true }
2929
liblzma = { version = "0.4.6", features = ["static"] }
3030
password-hash = { version = "0.5.0", default-features = false }
3131
pbkdf2 = { version = "0.12.2", features = ["simple"] }
32-
rand = "0.8.6"
33-
rand_chacha = "0.3.1"
32+
rand = "0.10.1"
33+
rand_chacha = "0.10.0"
3434
time = "0.3.47"
3535
zstd = { version = "0.13.3", default-features = false }
3636

0 commit comments

Comments
 (0)