diff --git a/Cargo.lock b/Cargo.lock index 08581cf..1ac7f5b 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 4a08a7a..2c90a97 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 eba244a..8eeff7d 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"] }