forked from extern/nushell
Bump strum_macros from 0.24.3 to 0.25.1 (#9714)
This commit is contained in:
parent
eeb3b38fba
commit
60bb984e6e
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -2922,7 +2922,7 @@ dependencies = [
|
|||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"strum 0.25.0",
|
"strum 0.25.0",
|
||||||
"strum_macros 0.24.3",
|
"strum_macros 0.25.1",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"typetag",
|
"typetag",
|
||||||
]
|
]
|
||||||
|
@ -34,5 +34,5 @@ plugin = ["serde_json"]
|
|||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
strum = "0.25"
|
strum = "0.25"
|
||||||
strum_macros = "0.24"
|
strum_macros = "0.25"
|
||||||
nu-test-support = { path = "../nu-test-support", version = "0.82.1" }
|
nu-test-support = { path = "../nu-test-support", version = "0.82.1" }
|
||||||
|
Loading…
Reference in New Issue
Block a user