Skip to content

Commit ad875ab

Browse files
build(deps): bump rand from 0.7.3 to 0.8.5
Bumps [rand](https://github.com/rust-random/rand) from 0.7.3 to 0.8.5. - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.7.3...0.8.5) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8f5242a commit ad875ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zk-token-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ getrandom = { version = "0.1", features = ["dummy"] }
2828
itertools = { workspace = true }
2929
lazy_static = { workspace = true }
3030
merlin = { workspace = true }
31-
rand = { version = "0.7" }
31+
rand = { version = "0.8" }
3232
serde = { workspace = true, features = ["derive"] }
3333
serde_json = { workspace = true }
3434
sha3 = "0.9"

0 commit comments

Comments
 (0)