From 3ced541620a614864a924f6fd24ec85e10e7792e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 15:33:28 +0000 Subject: [PATCH] Update enum-as-inner requirement from 0.6 to 0.7 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] --- metropolis-core/Cargo.toml | 2 +- pwl/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/metropolis-core/Cargo.toml b/metropolis-core/Cargo.toml index 71809f2..744f234 100644 --- a/metropolis-core/Cargo.toml +++ b/metropolis-core/Cargo.toml @@ -32,7 +32,7 @@ askama = { version = "0.15", default-features = false, features = [ ] } clap = { version = "4.0", features = ["derive"] } either = "1.8" -enum-as-inner = "0.6" +enum-as-inner = "0.7" hashbrown = { version = "0.16", features = ["rayon"] } indicatif = "0.18" itertools = "0.14" diff --git a/pwl/Cargo.toml b/pwl/Cargo.toml index ca46a48..9d406a1 100644 --- a/pwl/Cargo.toml +++ b/pwl/Cargo.toml @@ -12,7 +12,7 @@ publish = false [dependencies] anyhow = "1.0" either = "1.6" -enum-as-inner = "0.6" +enum-as-inner = "0.7" itertools = "0.14" num-traits = "0.2" serde = "1.0"