Skip to content

Commit 6f20bab

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] <[email protected]>
1 parent 963249a commit 6f20bab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zk-token-sdk/Cargo.toml

+1-1
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)