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:
parent
cf0877bf72
commit
58fa2e51a2
@ -21,7 +21,7 @@ nu-color-config = { path = "../nu-color-config", version = "0.64.1" }
|
|||||||
reedline = { version = "0.7.0", features = ["bashisms", "sqlite"]}
|
reedline = { version = "0.7.0", features = ["bashisms", "sqlite"]}
|
||||||
crossterm = "0.23.0"
|
crossterm = "0.23.0"
|
||||||
miette = { version = "5.1.0", features = ["fancy"] }
|
miette = { version = "5.1.0", features = ["fancy"] }
|
||||||
thiserror = "1.0.29"
|
thiserror = "1.0.31"
|
||||||
fuzzy-matcher = "0.3.7"
|
fuzzy-matcher = "0.3.7"
|
||||||
|
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
@ -76,7 +76,7 @@ shadow-rs = { version = "0.11.0", default-features = false }
|
|||||||
strip-ansi-escapes = "0.1.1"
|
strip-ansi-escapes = "0.1.1"
|
||||||
sysinfo = "0.23.5"
|
sysinfo = "0.23.5"
|
||||||
terminal_size = "0.1.17"
|
terminal_size = "0.1.17"
|
||||||
thiserror = "1.0.29"
|
thiserror = "1.0.31"
|
||||||
titlecase = "1.1.0"
|
titlecase = "1.1.0"
|
||||||
toml = "0.5.8"
|
toml = "0.5.8"
|
||||||
unicode-segmentation = "1.8.0"
|
unicode-segmentation = "1.8.0"
|
||||||
|
@ -10,7 +10,7 @@ version = "0.64.1"
|
|||||||
chrono = "0.4.19"
|
chrono = "0.4.19"
|
||||||
itertools = "0.10"
|
itertools = "0.10"
|
||||||
miette = "5.1.0"
|
miette = "5.1.0"
|
||||||
thiserror = "1.0.29"
|
thiserror = "1.0.31"
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
nu-path = {path = "../nu-path", version = "0.64.1" }
|
nu-path = {path = "../nu-path", version = "0.64.1" }
|
||||||
nu-protocol = { path = "../nu-protocol", version = "0.64.1" }
|
nu-protocol = { path = "../nu-protocol", version = "0.64.1" }
|
||||||
|
@ -10,7 +10,7 @@ version = "0.64.1"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nu-utils = { path = "../nu-utils", version = "0.64.1" }
|
nu-utils = { path = "../nu-utils", version = "0.64.1" }
|
||||||
thiserror = "1.0.29"
|
thiserror = "1.0.31"
|
||||||
miette = { version = "5.1.0", features = ["fancy"] }
|
miette = { version = "5.1.0", features = ["fancy"] }
|
||||||
serde = {version = "1.0.130", features = ["derive"]}
|
serde = {version = "1.0.130", features = ["derive"]}
|
||||||
chrono = { version="0.4.19", features=["serde"] }
|
chrono = { version="0.4.19", features=["serde"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user