Skip to content

Commit a622483

Browse files
⬆️ Bump the rand-crates group with 2 updates
Bumps the rand-crates group with 2 updates: [rand](https://github.com/rust-random/rand) and [rand_chacha](https://github.com/rust-random/rand). Updates `rand` from 0.8.5 to 0.9.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@0.8.5...0.9.0) Updates `rand_chacha` from 0.3.1 to 0.9.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.9.0) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rand-crates - dependency-name: rand_chacha dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rand-crates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 218aad5 commit a622483

File tree

3 files changed

+65
-15
lines changed

3 files changed

+65
-15
lines changed

Cargo.lock

Lines changed: 62 additions & 12 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
@@ -39,7 +39,7 @@ serde_json = "1.0.143"
3939
tabled = { version = "0.20.0", default-features = false, features = ["std", "ansi"] }
4040
termtree = "0.5"
4141
thiserror = "2.0.16"
42-
rand = "0.8.5"
42+
rand = "0.9.2"
4343
walkdir = "2.5.0"
4444

4545
[target.'cfg(unix)'.dependencies]

lib/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ futures-util = { version = "0.3.31", features = ["io"], optional = true }
2828
liblzma = { version = "0.4.4", features = ["static"] }
2929
password-hash = { version = "0.5.0", default-features = false }
3030
pbkdf2 = { version = "0.12.2", features = ["simple"] }
31-
rand = "0.8.5"
32-
rand_chacha = "0.3.1"
31+
rand = "0.9.2"
32+
rand_chacha = "0.9.0"
3333
time = "0.3.43"
3434
zstd = { version = "0.13.3", default-features = false }
3535

0 commit comments

Comments
 (0)