From 6f7b0271ca8300eeb20fdc8efb87513f3bd31786 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 18:38:09 +0000 Subject: [PATCH] Update snafu requirement from 0.7 to 0.8 Updates the requirements on [snafu](https://github.com/shepmaster/snafu) to permit the latest version. - [Changelog](https://github.com/shepmaster/snafu/blob/main/CHANGELOG.md) - [Commits](https://github.com/shepmaster/snafu/compare/0.7.0...0.7.5) --- updated-dependencies: - dependency-name: snafu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 55ecca7..c959f01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ derive_more = "0.99" futures = "0.3" hotshot-types = { git = "https://github.com/EspressoSystems/hotshot-types", tag = "0.1.5" } serde = { version = "1.0", features = ["derive"] } -snafu = { version = "0.7", features = ["backtraces"] } +snafu = { version = "0.8", features = ["backtraces"] } tagged-base64 = { git = "https://github.com/EspressoSystems/tagged-base64", tag = "0.3.4" } tide-disco = { git = "https://github.com/EspressoSystems/tide-disco.git", tag = "v0.4.6" } toml = "0.8"