From f9beb291f8a896d58fe027c318e7b0044c69174b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 01:11:22 +0000 Subject: [PATCH] Bump eyre from 0.6.9 to 0.6.10 Bumps [eyre](https://github.com/eyre-rs/eyre) from 0.6.9 to 0.6.10. - [Commits](https://github.com/eyre-rs/eyre/commits) --- 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 +- participant/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8ef1015e..0223e374 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -439,9 +439,9 @@ checksum = "de853764b47027c2e862a995c34978ffa63c1501f2e15f987ba11bd4f9bba193" [[package]] name = "eyre" -version = "0.6.9" +version = "0.6.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80f656be11ddf91bd709454d15d5bd896fbaf4cc3314e69349e4d1569f5b46cd" +checksum = "8bbb8258be8305fb0237d7b295f47bb24ff1b136a535f473baf40e70468515aa" dependencies = [ "indenter", "once_cell", diff --git a/coordinator/Cargo.toml b/coordinator/Cargo.toml index c1f056ca..a1039370 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.9" +eyre = "0.6.10" frost-ed25519 = { version = "1.0.0-rc.0", features = ["serde"] } reddsa = { git = "https://github.com/ZcashFoundation/reddsa.git", rev = "6e55be4da9fa7beec9f744d49a1bad844318a932", features = ["frost", "serde"] } hex = { version = "0.4", features = ["serde"] } diff --git a/dkg/Cargo.toml b/dkg/Cargo.toml index 1b1c69d1..99669bda 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.9" +eyre = "0.6.10" frost-ed25519 = { version = "1.0.0-rc.0", features = ["serde"] } reddsa = { git = "https://github.com/ZcashFoundation/reddsa.git", rev = "6e55be4da9fa7beec9f744d49a1bad844318a932", features = ["frost"] } hex = { version = "0.4", features = ["serde"] } diff --git a/participant/Cargo.toml b/participant/Cargo.toml index 541d0ec4..e9153359 100644 --- a/participant/Cargo.toml +++ b/participant/Cargo.toml @@ -10,7 +10,7 @@ frost-ed25519 = { version = "1.0.0-rc.0", features = ["serde"] } reddsa = { git = "https://github.com/ZcashFoundation/reddsa.git", rev = "6e55be4da9fa7beec9f744d49a1bad844318a932", features = ["frost"] } hex = "0.4" rand = "0.8" -eyre = "0.6.8" +eyre = "0.6.10" exitcode = "1.1.2" serde_json = "1.0"