forked from extern/nushell
Bump strum from 0.24.1 to 0.25.0 (#9639)
This commit is contained in:
parent
266c9ae9e2
commit
cf36f052c4
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -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",
|
||||
|
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user