Skip to content

Commit edf1b23

Browse files
chore(deps): bump rand from 0.8.6 to 0.10.1 (#37)
Bumps [rand](https://github.com/rust-random/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) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6609d64 commit edf1b23

2 files changed

Lines changed: 35 additions & 56 deletions

File tree

Cargo.lock

Lines changed: 34 additions & 55 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
@@ -15,7 +15,7 @@ clap = { version = "4", features = ["derive"] }
1515
serde = { version = "1", features = ["derive"] }
1616
serde_json = "1"
1717
thiserror = "1"
18-
rand = "0.8"
18+
rand = "0.10"
1919
hex = "0.4"
2020

2121
[dependencies]

0 commit comments

Comments
 (0)