update crate thiserror to version 1.0.31 in crates nu-cli, nu-command, nu-parser, nu-protocol (#5919)

This commit is contained in:
Michael Angerman
2022-06-30 13:55:01 -07:00
committed by GitHub
parent cf0877bf72
commit 58fa2e51a2
4 changed files with 4 additions and 4 deletions

View File

@ -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" }