From f4cbdf247dd1647f570f92a0e7dce90a6da89cf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 04:58:32 +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.8.0) --- 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 53da622..5b54440 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ readme="README.md" [dependencies] url = "2.1.1" log = "0.4.8" -snafu = "0.7" +snafu = "0.8" [dev-dependencies] doc-comment = "0.3.3"