From 694c52cd281157aa5edea445c701ddae482d5030 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 00:05:56 +0000 Subject: [PATCH] Update enum-as-inner requirement from ^0.6.1 to ^0.7.0 Updates the requirements on [enum-as-inner](https://github.com/bluejekyll/enum-as-inner) to permit the latest version. - [Changelog](https://github.com/bluejekyll/enum-as-inner/blob/main/CHANGELOG.md) - [Commits](https://github.com/bluejekyll/enum-as-inner/commits) --- updated-dependencies: - dependency-name: enum-as-inner dependency-version: 0.7.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 232aa64..03e76a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ backtrace = "^0.3.76" num = "^0.4.3" num-traits = "^0.2.19" half = { version = "^2.7.1", features = ["num-traits"] } -enum-as-inner = "^0.6.1" +enum-as-inner = "^0.7.0" itertools = "^0.14.0" once_cell = "^1.21.3" smol_str = "^0.3.4"