diff --git a/Cargo.lock b/Cargo.lock index 326ee5fa94..d11f6afcfc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2953,7 +2953,7 @@ dependencies = [ "num-format", "serde", "serde_json", - "strum 0.24.1", + "strum 0.25.0", "strum_macros 0.24.3", "thiserror", "typetag", diff --git a/crates/nu-protocol/Cargo.toml b/crates/nu-protocol/Cargo.toml index 402ac062ee..82e4bfe689 100644 --- a/crates/nu-protocol/Cargo.toml +++ b/crates/nu-protocol/Cargo.toml @@ -33,6 +33,6 @@ plugin = ["serde_json"] [dev-dependencies] serde_json = "1.0" -strum = "0.24" +strum = "0.25" strum_macros = "0.24" nu-test-support = { path = "../nu-test-support", version = "0.82.1" }