Bump miette from 5.6.0 to 5.7.0 (#8720)

This commit is contained in:
dependabot[bot]
2023-04-06 20:39:54 +00:00
committed by GitHub
parent 7c6ea81dd4
commit a29b61bd4f
6 changed files with 59 additions and 48 deletions

View File

@ -14,7 +14,7 @@ bench = false
bytesize = "1.2.0"
chrono = { default-features = false, features = ['std'], version = "0.4.23" }
itertools = "0.10"
miette = {version = "5.6.0", features = ["fancy-no-backtrace"]}
miette = {version = "5.7.0", features = ["fancy-no-backtrace"]}
thiserror = "1.0.31"
serde_json = "1.0"
nu-path = {path = "../nu-path", version = "0.78.1" }