From 8400e0ccaba05ad6b2c4c3da7b0df835860f0ec3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 11:22:07 +0000 Subject: [PATCH] build(deps): bump ecdsa_fun from `9e5e193` to `b511ab5` Bumps [ecdsa_fun](https://github.com/LLFourn/secp256kfun) from `9e5e193` to `b511ab5`. - [Release notes](https://github.com/LLFourn/secp256kfun/releases) - [Commits](https://github.com/LLFourn/secp256kfun/compare/9e5e193347bcffc086d35fa5d8a5a1d5081adf64...b511ab5f83aa0ae21f10460ada56f535ad3a6d57) --- updated-dependencies: - dependency-name: ecdsa_fun dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1f08cdaa..9919e92c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -980,7 +980,7 @@ checksum = "5caaa75cbd2b960ff1e5392d2cfb1f44717fffe12fc1f32b7b5d1267f99732a6" [[package]] name = "ecdsa_fun" version = "0.7.1" -source = "git+https://github.com/LLFourn/secp256kfun#9e5e193347bcffc086d35fa5d8a5a1d5081adf64" +source = "git+https://github.com/LLFourn/secp256kfun#b511ab5f83aa0ae21f10460ada56f535ad3a6d57" dependencies = [ "bincode", "rand_chacha 0.3.1", @@ -3428,7 +3428,7 @@ dependencies = [ [[package]] name = "secp256kfun" version = "0.7.1" -source = "git+https://github.com/LLFourn/secp256kfun#9e5e193347bcffc086d35fa5d8a5a1d5081adf64" +source = "git+https://github.com/LLFourn/secp256kfun#b511ab5f83aa0ae21f10460ada56f535ad3a6d57" dependencies = [ "digest 0.10.5", "rand_core 0.6.2", @@ -3625,7 +3625,7 @@ dependencies = [ [[package]] name = "sigma_fun" version = "0.4.1" -source = "git+https://github.com/LLFourn/secp256kfun#9e5e193347bcffc086d35fa5d8a5a1d5081adf64" +source = "git+https://github.com/LLFourn/secp256kfun#b511ab5f83aa0ae21f10460ada56f535ad3a6d57" dependencies = [ "curve25519-dalek-ng", "digest 0.10.5",