diff --git a/Cargo.lock b/Cargo.lock index 0fc8b1e51b..daa9ac02af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3193,7 +3193,7 @@ dependencies = [ "serde", "serde_json", "strum 0.25.0", - "strum_macros 0.25.3", + "strum_macros 0.26.1", "thiserror", "typetag", ] diff --git a/crates/nu-protocol/Cargo.toml b/crates/nu-protocol/Cargo.toml index 8db6154f66..e82aeba85f 100644 --- a/crates/nu-protocol/Cargo.toml +++ b/crates/nu-protocol/Cargo.toml @@ -36,7 +36,7 @@ plugin = ["serde_json"] [dev-dependencies] serde_json = "1.0" strum = "0.25" -strum_macros = "0.25" +strum_macros = "0.26" nu-test-support = { path = "../nu-test-support", version = "0.90.2" } rstest = "0.18"