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"