From b3129b5bb42cc41710934b54a0f5c424dd90182b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Aug 2021 10:15:58 +0000 Subject: [PATCH] Bump snarkvm-r1cs from 0.7.6 to 0.7.7 Bumps [snarkvm-r1cs](https://github.com/AleoHQ/snarkVM) from 0.7.6 to 0.7.7. - [Release notes](https://github.com/AleoHQ/snarkVM/releases) - [Commits](https://github.com/AleoHQ/snarkVM/compare/v0.7.6...v0.7.7) --- updated-dependencies: - dependency-name: snarkvm-r1cs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- compiler/Cargo.toml | 2 +- synthesizer/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2be35925c4..9f7f6b5ace 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2615,9 +2615,9 @@ checksum = "1a060c67f5c11015465721bdbbaf71f8c5132fdc885cb2e7307f8c936dd43ca1" [[package]] name = "snarkvm-r1cs" -version = "0.7.6" +version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b87182d37dc6665816e1dcd480820f6c6494d1d9604c481b756eb0771956265" +checksum = "749b0a504b8421b5d399893834bb0f9d1acf5c43769412b5c826381998c8a1e4" dependencies = [ "cfg-if 1.0.0", "fxhash", diff --git a/Cargo.toml b/Cargo.toml index ae5f1ef166..5778863a8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ version = "0.7.6" default-features = false [dependencies.snarkvm-r1cs] -version = "0.7.6" +version = "0.7.7" default-features = false [dependencies.snarkvm-utilities] diff --git a/compiler/Cargo.toml b/compiler/Cargo.toml index f4613b434b..301b78e1fd 100644 --- a/compiler/Cargo.toml +++ b/compiler/Cargo.toml @@ -74,7 +74,7 @@ default-features = false features = [ "curves" ] [dependencies.snarkvm-r1cs] -version = "0.7.6" +version = "0.7.7" default-features = false [dependencies.snarkvm-utilities] diff --git a/synthesizer/Cargo.toml b/synthesizer/Cargo.toml index 6ce03465f5..162ebae662 100644 --- a/synthesizer/Cargo.toml +++ b/synthesizer/Cargo.toml @@ -29,7 +29,7 @@ default-features = false version = "0.7.6" [dependencies.snarkvm-r1cs] -version = "0.7.6" +version = "0.7.7" default-features = false [dependencies.num-bigint]