Bump strum_macros from 0.24.3 to 0.25.1 (#9714)

This commit is contained in:
dependabot[bot] 2023-07-17 06:23:17 +00:00 committed by GitHub
parent eeb3b38fba
commit 60bb984e6e
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

@ -2922,7 +2922,7 @@ dependencies = [
"serde",
"serde_json",
"strum 0.25.0",
"strum_macros 0.24.3",
"strum_macros 0.25.1",
"thiserror",
"typetag",
]

View file

@ -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" }