From cf36f052c46b6efe57500e3acb7f52d2d0cb8d2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 11:35:23 +0000 Subject: [PATCH] Bump strum from 0.24.1 to 0.25.0 (#9639) --- Cargo.lock | 2 +- crates/nu-protocol/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }