From 033e0d78bef12e16ba1cdc0eb423a0f26a657dc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 04:03:22 +0000 Subject: [PATCH] Update snafu requirement from 0.8 to 0.9 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.8.0...0.9.0) --- updated-dependencies: - dependency-name: snafu dependency-version: 0.9.0 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 5b54440..008b1b8 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.8" +snafu = "0.9" [dev-dependencies] doc-comment = "0.3.3"