From b0c76994ac8a4aa34d7da3088a049d27c3f040de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 01:27:18 +0000 Subject: [PATCH] Bump eyre from 0.6.8 to 0.6.9 Bumps [eyre](https://github.com/eyre-rs/eyre) from 0.6.8 to 0.6.9. - [Commits](https://github.com/eyre-rs/eyre/compare/v0.6.8...eyre@0.6.9) --- updated-dependencies: - dependency-name: eyre dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- coordinator/Cargo.toml | 2 +- dkg/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 08581cf3..1ac7f5b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -470,9 +470,9 @@ checksum = "de853764b47027c2e862a995c34978ffa63c1501f2e15f987ba11bd4f9bba193" [[package]] name = "eyre" -version = "0.6.8" +version = "0.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c2b6b5a29c02cdc822728b7d7b8ae1bab3e3b05d44522770ddd49722eeac7eb" +checksum = "80f656be11ddf91bd709454d15d5bd896fbaf4cc3314e69349e4d1569f5b46cd" dependencies = [ "indenter", "once_cell", diff --git a/coordinator/Cargo.toml b/coordinator/Cargo.toml index 4a08a7ad..2c90a972 100644 --- a/coordinator/Cargo.toml +++ b/coordinator/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -eyre = "0.6.8" +eyre = "0.6.9" frost-ed25519 = { version = "0.6.0", features = ["serde"] } reddsa = { git = "https://github.com/ZcashFoundation/reddsa.git", rev = "5ea1293bb8df90c8a19dedf7ab5510903650dda9", features = ["frost"] } hex = { version = "0.4", features = ["serde"] } diff --git a/dkg/Cargo.toml b/dkg/Cargo.toml index eba244a8..8eeff7d9 100644 --- a/dkg/Cargo.toml +++ b/dkg/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -eyre = "0.6.8" +eyre = "0.6.9" frost-ed25519 = { version = "0.6.0", features = ["serde"] } reddsa = { git = "https://github.com/ZcashFoundation/reddsa.git", rev = "5ea1293bb8df90c8a19dedf7ab5510903650dda9", features = ["frost"] } hex = { version = "0.4", features = ["serde"] }