Bump miette from 5.3.0 to 5.5.0 (#7838)

This commit is contained in:
dependabot[bot]
2023-01-23 01:56:28 +00:00
committed by GitHub
parent 5cf47767d7
commit bef397228f
5 changed files with 8 additions and 8 deletions

View File

@ -11,7 +11,7 @@ version = "0.74.1"
bytesize = "1.1.0"
chrono = { default-features = false, features = ['std'], version = "0.4.23" }
itertools = "0.10"
miette = {version = "5.1.0", features = ["fancy-no-backtrace"]}
miette = {version = "5.5.0", features = ["fancy-no-backtrace"]}
thiserror = "1.0.31"
serde_json = "1.0"
nu-path = {path = "../nu-path", version = "0.74.1" }