diff --git a/Cargo.lock b/Cargo.lock index 8becfc8a57..7542705060 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2922,7 +2922,7 @@ dependencies = [ "serde", "serde_json", "strum 0.25.0", - "strum_macros 0.24.3", + "strum_macros 0.25.1", "thiserror", "typetag", ] diff --git a/crates/nu-protocol/Cargo.toml b/crates/nu-protocol/Cargo.toml index 93010cca5b..dd94ffdb94 100644 --- a/crates/nu-protocol/Cargo.toml +++ b/crates/nu-protocol/Cargo.toml @@ -34,5 +34,5 @@ plugin = ["serde_json"] [dev-dependencies] serde_json = "1.0" strum = "0.25" -strum_macros = "0.24" +strum_macros = "0.25" nu-test-support = { path = "../nu-test-support", version = "0.82.1" }