Bump strum from 0.24.1 to 0.25.0 (#9639)

This commit is contained in:
dependabot[bot] 2023-07-10 11:35:23 +00:00 committed by GitHub
parent 266c9ae9e2
commit cf36f052c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -2953,7 +2953,7 @@ dependencies = [
"num-format", "num-format",
"serde", "serde",
"serde_json", "serde_json",
"strum 0.24.1", "strum 0.25.0",
"strum_macros 0.24.3", "strum_macros 0.24.3",
"thiserror", "thiserror",
"typetag", "typetag",

View File

@ -33,6 +33,6 @@ plugin = ["serde_json"]
[dev-dependencies] [dev-dependencies]
serde_json = "1.0" serde_json = "1.0"
strum = "0.24" strum = "0.25"
strum_macros = "0.24" strum_macros = "0.24"
nu-test-support = { path = "../nu-test-support", version = "0.82.1" } nu-test-support = { path = "../nu-test-support", version = "0.82.1" }