From 0ee757dd393f529ef42b3bc2f96dd9b28928e3e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 21:00:10 +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 7c86fbe..59f8fb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ futures = "0.3" hotshot-types = { git = "https://github.com/EspressoSystems/HotShot.git", branch = "main" } serde = { version = "1.0", features = ["derive"] } sha2 = "0.10" -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"