mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 12:15:42 +02:00
update crate thiserror to version 1.0.31 in crates nu-cli, nu-command, nu-parser, nu-protocol (#5919)
This commit is contained in:
@ -21,7 +21,7 @@ nu-color-config = { path = "../nu-color-config", version = "0.64.1" }
|
||||
reedline = { version = "0.7.0", features = ["bashisms", "sqlite"]}
|
||||
crossterm = "0.23.0"
|
||||
miette = { version = "5.1.0", features = ["fancy"] }
|
||||
thiserror = "1.0.29"
|
||||
thiserror = "1.0.31"
|
||||
fuzzy-matcher = "0.3.7"
|
||||
|
||||
log = "0.4"
|
||||
|
Reference in New Issue
Block a user