From db16858250e6480c6a68fb6da50c5341e26ee9a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 09:23:15 +0000 Subject: [PATCH 1/2] 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 bb920db..61b225e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ ark-std = { version = "0.4.0", default-features = false } base64 = "0.21" crc-any = { version = "2.4.1", default-features = false } serde = { version = "1.0", optional = true, features = ["derive"] } -snafu = { version = "0.7", features = ["backtraces"] } +snafu = { version = "0.8", features = ["backtraces"] } tagged-base64-macros = { version = "0.3.3", path = "macros", default-features = false } # Command line argument processing From b105df640589245e537fdaeb19bb54663848e9f9 Mon Sep 17 00:00:00 2001 From: Jeb Bearer Date: Fri, 15 Mar 2024 14:19:18 -0400 Subject: [PATCH 2/2] Remove nonexistent feature flag --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 61b225e..fbb5573 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ ark-std = { version = "0.4.0", default-features = false } base64 = "0.21" crc-any = { version = "2.4.1", default-features = false } serde = { version = "1.0", optional = true, features = ["derive"] } -snafu = { version = "0.8", features = ["backtraces"] } +snafu = { version = "0.8" } tagged-base64-macros = { version = "0.3.3", path = "macros", default-features = false } # Command line argument processing