From 86fe39b67a3335abf3f69fa536c2b1d48eccca63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 08:56:51 +0000 Subject: [PATCH] Update bls12_381 requirement from 0.7 to 0.8 in /plain_implementations Updates the requirements on [bls12_381](https://github.com/zkcrypto/bls12_381) to permit the latest version. - [Release notes](https://github.com/zkcrypto/bls12_381/releases) - [Changelog](https://github.com/zkcrypto/bls12_381/blob/main/RELEASES.md) - [Commits](https://github.com/zkcrypto/bls12_381/commits) --- updated-dependencies: - dependency-name: bls12_381 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- plain_implementations/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plain_implementations/Cargo.toml b/plain_implementations/Cargo.toml index 51a9f58..cb5c8a4 100644 --- a/plain_implementations/Cargo.toml +++ b/plain_implementations/Cargo.toml @@ -26,7 +26,7 @@ group_ped = { package = "group", version = "0.12.1", features = ["wnaf-memuse"] bitvec = "1.0" byteorder = "1.4" jubjub = "0.9" -bls12_381 = "0.7" +bls12_381 = "0.8" [dev-dependencies] criterion = "0.4"