Skip to content

Commit d4ffde5

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

2 files changed

Lines changed: 36 additions & 31 deletions

File tree

Cargo.lock

Lines changed: 35 additions & 30 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
@@ -43,7 +43,7 @@ crossterm = "0.29"
4343
futures-util = "0.3"
4444
hex = "0.4"
4545
process-wrap = { version = "9.1", features = ["tokio1"] }
46-
rand = "0.8"
46+
rand = "0.10"
4747
regex = "1.11"
4848
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls-webpki-roots-no-provider"] }
4949
rustls = { version = "0.23", default-features = false, features = ["ring", "std", "tls12"] }

0 commit comments

Comments
 (0)