From 6f20babf6bbb3101e0ec457e31c33ef3c5e843b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 12:03:41 +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 e55127ca96..ea86d20df0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7775,7 +7775,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"