forked from extern/nushell
update crate thiserror to version 1.0.31 in crates nu-cli, nu-command, nu-parser, nu-protocol (#5919)
This commit is contained in:
@ -10,7 +10,7 @@ version = "0.64.1"
|
||||
chrono = "0.4.19"
|
||||
itertools = "0.10"
|
||||
miette = "5.1.0"
|
||||
thiserror = "1.0.29"
|
||||
thiserror = "1.0.31"
|
||||
serde_json = "1.0"
|
||||
nu-path = {path = "../nu-path", version = "0.64.1" }
|
||||
nu-protocol = { path = "../nu-protocol", version = "0.64.1" }
|
||||
|
Reference in New Issue
Block a user