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"