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

@ -30,7 +30,7 @@ fuzzy-matcher = "0.3.7"
is_executable = "1.0.1"
once_cell = "1.17.0"
log = "0.4"
miette = { version = "5.1.0", features = ["fancy-no-backtrace"] }
miette = { version = "5.5.0", features = ["fancy-no-backtrace"] }
percent-encoding = "2"
sysinfo = "0.26.2"
thiserror = "1.0.31"

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

View File

@ -22,7 +22,7 @@ chrono-humanize = "0.2.1"
fancy-regex = "0.11.0"
indexmap = { version = "1.7" }
lru = "0.9.0"
miette = { version = "5.1.0", features = ["fancy-no-backtrace"] }
miette = { version = "5.5.0", features = ["fancy-no-backtrace"] }
num-format = "0.4.3"
serde = { version = "1.0.143", default-features = false }
serde_json = { version = "1.0", optional = true }