mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 03:15:00 +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:
@ -10,7 +10,7 @@ version = "0.64.1"
|
||||
|
||||
[dependencies]
|
||||
nu-utils = { path = "../nu-utils", version = "0.64.1" }
|
||||
thiserror = "1.0.29"
|
||||
thiserror = "1.0.31"
|
||||
miette = { version = "5.1.0", features = ["fancy"] }
|
||||
serde = {version = "1.0.130", features = ["derive"]}
|
||||
chrono = { version="0.4.19", features=["serde"] }
|
||||
|
Reference in New Issue
Block a user