From bef397228f5ee860e2dceb8bcfff8170d4d75192 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 01:56:28 +0000 Subject: [PATCH] Bump miette from 5.3.0 to 5.5.0 (#7838) --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- crates/nu-cli/Cargo.toml | 2 +- crates/nu-parser/Cargo.toml | 2 +- crates/nu-protocol/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 684685a85..aa2b0eff0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2351,9 +2351,9 @@ dependencies = [ [[package]] name = "miette" -version = "5.3.0" +version = "5.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a28d6092d7e94a90bb9ea8e6c26c99d5d112d49dda2afdb4f7ea8cf09e1a5a6d" +checksum = "4afd9b301defa984bbdbe112b4763e093ed191750a0d914a78c1106b2d0fe703" dependencies = [ "atty", "miette-derive", @@ -2370,9 +2370,9 @@ dependencies = [ [[package]] name = "miette-derive" -version = "5.3.0" +version = "5.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f2485ed7d1fe80704928e3eb86387439609bd0c6bb96db8208daa364cfd1e09" +checksum = "97c2401ab7ac5282ca5c8b518a87635b1a93762b0b90b9990c509888eeccba29" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index d05cedb90..c40fc088f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ chrono = { version = "0.4.23", features = ["serde"] } crossterm = "0.24.0" ctrlc = "3.2.1" log = "0.4" -miette = { version = "5.1.0", features = ["fancy-no-backtrace"] } +miette = { version = "5.5.0", features = ["fancy-no-backtrace"] } nu-ansi-term = "0.46.0" nu-cli = { path="./crates/nu-cli", version = "0.74.1" } nu-color-config = { path = "./crates/nu-color-config", version = "0.74.1" } diff --git a/crates/nu-cli/Cargo.toml b/crates/nu-cli/Cargo.toml index 8f73b31a8..48dce3d09 100644 --- a/crates/nu-cli/Cargo.toml +++ b/crates/nu-cli/Cargo.toml @@ -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" diff --git a/crates/nu-parser/Cargo.toml b/crates/nu-parser/Cargo.toml index 55a20e73d..da4079d40 100644 --- a/crates/nu-parser/Cargo.toml +++ b/crates/nu-parser/Cargo.toml @@ -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" } diff --git a/crates/nu-protocol/Cargo.toml b/crates/nu-protocol/Cargo.toml index c259c07f3..051ee06b3 100644 --- a/crates/nu-protocol/Cargo.toml +++ b/crates/nu-protocol/Cargo.toml @@ -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 }