From 7b6efe325ce726a055ea1e044c66445c7e589d45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 16:19:37 +0000 Subject: [PATCH] chore(deps): 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.2) --- updated-dependencies: - dependency-name: snafu dependency-version: 0.9.2 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 c401f49..c1925df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ multiple_crate_versions = "allow" half = "2.4" smallvec = { version = "1.13", features = ["union"] } thiserror = "2" -snafu = "0.8" +snafu = "0.9" bindgen = "0.71" num-traits = "0.2"