diff --git a/Cargo.lock b/Cargo.lock index 405a923e..305c9703 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -929,9 +929,9 @@ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" [[package]] name = "miette" -version = "5.2.0" +version = "5.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e2c9d50e919ffdc4d2d83b83972a13e8ba86ba8245a205bee9e314d593c15a8" +checksum = "a28d6092d7e94a90bb9ea8e6c26c99d5d112d49dda2afdb4f7ea8cf09e1a5a6d" dependencies = [ "atty", "backtrace", @@ -949,9 +949,9 @@ dependencies = [ [[package]] name = "miette-derive" -version = "5.2.0" +version = "5.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c8d10c73bcc9f0ab5c918521dab23d178062a56e6b328eb37106d497280bd94" +checksum = "4f2485ed7d1fe80704928e3eb86387439609bd0c6bb96db8208daa364cfd1e09" dependencies = [ "proc-macro2", "quote", diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index 4a19c3b2..d6f416ca 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -24,7 +24,7 @@ clap = { version = "3.2.17", features = ["derive"] } crates_io_api = { version = "0.8.0", default-features = false } dirs = "4.0.0" log = "0.4.17" -miette = "5.2.0" +miette = "5.3.0" mimalloc = { version = "0.1.29", default-features = false, optional = true } reqwest = { version = "0.11.11", default-features = false } semver = "1.0.13" diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index 41977560..7d1cb014 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -24,7 +24,7 @@ home = "0.5.3" itertools = "0.10.3" jobserver = "0.1.24" log = { version = "0.4.17", features = ["std"] } -miette = "5.2.0" +miette = "5.3.0" normalize-path = { version = "0.1.0", path = "../normalize-path" } once_cell = "1.13.0" reqwest = { version = "0.11.11", features = ["stream"], default-features = false }