From ad875ab8047a45d2c13b95e1df1e688fc8488d21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 11:43:01 +0000 Subject: [PATCH] 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](https://github.com/rust-random/rand/compare/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] --- Cargo.lock | 2 +- zk-token-sdk/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 03b69e1a61..241532c24e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7790,7 +7790,7 @@ dependencies = [ "merlin", "num-derive 0.4.1", "num-traits", - "rand 0.7.3", + "rand 0.8.5", "serde", "serde_json", "sha3 0.9.1", diff --git a/zk-token-sdk/Cargo.toml b/zk-token-sdk/Cargo.toml index e78e8c18f1..e45883e032 100644 --- a/zk-token-sdk/Cargo.toml +++ b/zk-token-sdk/Cargo.toml @@ -28,7 +28,7 @@ getrandom = { version = "0.1", features = ["dummy"] } itertools = { workspace = true } lazy_static = { workspace = true } merlin = { workspace = true } -rand = { version = "0.7" } +rand = { version = "0.8" } serde = { workspace = true, features = ["derive"] } serde_json = { workspace = true } sha3 = "0.9"