From e855501bcc56fd1d66af03e4035528fd16ac952c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 11:50:46 +0000 Subject: [PATCH] Update snafu requirement from 0.7.5 to 0.8.0 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.5...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 5df94fc1..a410226f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ nalgebra = "0.32" approx = "=0.5.1" zerocopy = { version = "0.7.26", features = ["derive"] } bytes = "=1.5.0" -snafu = { version = "0.7.5", features = ["backtrace"] } +snafu = { version = "0.8.0", features = ["backtrace"] } lexical-core = "0.8.5" heapless = "0.8.0" rstest = "0.18.2"