From d604ad8b9241e202aa8e1402c6a980dca96e4fcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Nov 2022 11:43:13 +0000 Subject: [PATCH] build(deps): bump sigma_fun from `7f1ae3d` to `da6ffd2` Bumps [sigma_fun](https://github.com/LLFourn/secp256kfun) from `7f1ae3d` to `da6ffd2`. - [Release notes](https://github.com/LLFourn/secp256kfun/releases) - [Commits](https://github.com/LLFourn/secp256kfun/compare/7f1ae3db3933e215ae59f115f20c2a4eea23fb29...da6ffd2ef4d58c84d508428356c92d92d5f11ac4) --- updated-dependencies: - dependency-name: sigma_fun dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 67b78368..11473964 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -958,12 +958,11 @@ checksum = "5caaa75cbd2b960ff1e5392d2cfb1f44717fffe12fc1f32b7b5d1267f99732a6" [[package]] name = "ecdsa_fun" version = "0.7.1" -source = "git+https://github.com/LLFourn/secp256kfun#e041ac08117e30170ac418047ecb734652e6b62c" +source = "git+https://github.com/LLFourn/secp256kfun#da6ffd2ef4d58c84d508428356c92d92d5f11ac4" dependencies = [ "bincode", "rand_chacha 0.3.1", "secp256kfun", - "serde", "sigma_fun", ] @@ -3273,7 +3272,7 @@ dependencies = [ [[package]] name = "secp256kfun" version = "0.7.1" -source = "git+https://github.com/LLFourn/secp256kfun#e041ac08117e30170ac418047ecb734652e6b62c" +source = "git+https://github.com/LLFourn/secp256kfun#da6ffd2ef4d58c84d508428356c92d92d5f11ac4" dependencies = [ "digest 0.10.5", "rand_core 0.6.2", @@ -3470,7 +3469,7 @@ dependencies = [ [[package]] name = "sigma_fun" version = "0.4.1" -source = "git+https://github.com/LLFourn/secp256kfun#e041ac08117e30170ac418047ecb734652e6b62c" +source = "git+https://github.com/LLFourn/secp256kfun#da6ffd2ef4d58c84d508428356c92d92d5f11ac4" dependencies = [ "curve25519-dalek-ng", "digest 0.10.5",