From 6a1691f3781880491ef488430dd6ce5996267869 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 09:54:08 +0800 Subject: [PATCH] Bump miette from 7.0.0 to 7.1.0 (#11892) Bumps [miette](https://github.com/zkat/miette) from 7.0.0 to 7.1.0.
Release notes

Sourced from miette's releases.

v7.1.0

Features

Bug Fixes

Changelog

Sourced from miette's changelog.

7.1.0 (2024-02-16)

Features

Bug Fixes

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=miette&package-manager=cargo&previous-version=7.0.0&new-version=7.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- crates/nu-cli/Cargo.toml | 2 +- crates/nu-cmd-base/Cargo.toml | 2 +- crates/nu-command/Cargo.toml | 2 +- crates/nu-lsp/Cargo.toml | 2 +- crates/nu-protocol/Cargo.toml | 2 +- crates/nu-std/Cargo.toml | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e5c82ad81a..b2f177b22f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2547,9 +2547,9 @@ dependencies = [ [[package]] name = "miette" -version = "7.0.0" +version = "7.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98a72adfa0c7ae88ba0abcbd00047a476616c66b831d628b8ac7f1e9de0cfd67" +checksum = "baed61d13cc3723ee6dbed730a82bfacedc60a85d81da2d77e9c3e8ebc0b504a" dependencies = [ "miette-derive", "owo-colors", @@ -2564,9 +2564,9 @@ dependencies = [ [[package]] name = "miette-derive" -version = "7.0.0" +version = "7.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "279def6bf114a34b3cf887489eb440d4dfcf709ab3ce9955e4a6f957ce5cce77" +checksum = "f301c3f54f98abc6c212ee722f5e5c62e472a334415840669e356f04850051ec" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index beae00c40a..4ba2e275b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,7 +84,7 @@ reedline = { version = "0.29.0", features = ["bashisms", "sqlite"] } crossterm = "0.27" ctrlc = "3.4" log = "0.4" -miette = { version = "7.0", features = ["fancy-no-backtrace"] } +miette = { version = "7.1", features = ["fancy-no-backtrace"] } mimalloc = { version = "0.1.37", default-features = false, optional = true } serde_json = "1.0" simplelog = "0.12" diff --git a/crates/nu-cli/Cargo.toml b/crates/nu-cli/Cargo.toml index 4d5f7637ab..46885245ff 100644 --- a/crates/nu-cli/Cargo.toml +++ b/crates/nu-cli/Cargo.toml @@ -33,7 +33,7 @@ fancy-regex = "0.12" fuzzy-matcher = "0.3" is_executable = "1.0" log = "0.4" -miette = { version = "7.0", features = ["fancy-no-backtrace"] } +miette = { version = "7.1", features = ["fancy-no-backtrace"] } lscolors = { version = "0.17", default-features = false, features = ["nu-ansi-term"] } once_cell = "1.18" percent-encoding = "2" diff --git a/crates/nu-cmd-base/Cargo.toml b/crates/nu-cmd-base/Cargo.toml index 378476d067..3bef1cbd0f 100644 --- a/crates/nu-cmd-base/Cargo.toml +++ b/crates/nu-cmd-base/Cargo.toml @@ -18,7 +18,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.90.2" } nu-utils = { path = "../nu-utils", version = "0.90.2" } indexmap = "2.2" -miette = "7.0.0" +miette = "7.1.0" [dev-dependencies] nu-test-support = { path = "../nu-test-support", version = "0.90.2" } diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml index a83a89dcda..7abf0f9d89 100644 --- a/crates/nu-command/Cargo.toml +++ b/crates/nu-command/Cargo.toml @@ -53,7 +53,7 @@ itertools = "0.12" log = "0.4" lscolors = { version = "0.17", default-features = false, features = ["nu-ansi-term"] } md5 = { package = "md-5", version = "0.10" } -miette = { version = "7.0", features = ["fancy-no-backtrace"] } +miette = { version = "7.1", features = ["fancy-no-backtrace"] } mime = "0.3" mime_guess = "2.0" native-tls = "0.2" diff --git a/crates/nu-lsp/Cargo.toml b/crates/nu-lsp/Cargo.toml index 8a57c29db8..466e4682d4 100644 --- a/crates/nu-lsp/Cargo.toml +++ b/crates/nu-lsp/Cargo.toml @@ -17,7 +17,7 @@ reedline = { version = "0.29" } crossbeam-channel = "0.5.8" lsp-types = "0.95.0" lsp-server = "0.7.5" -miette = "7.0" +miette = "7.1" ropey = "1.6.1" serde = "1.0" serde_json = "1.0" diff --git a/crates/nu-protocol/Cargo.toml b/crates/nu-protocol/Cargo.toml index 5576e26ec8..142ca40698 100644 --- a/crates/nu-protocol/Cargo.toml +++ b/crates/nu-protocol/Cargo.toml @@ -23,7 +23,7 @@ chrono-humanize = "0.2" fancy-regex = "0.12" indexmap = "2.2" lru = "0.12" -miette = { version = "7.0", features = ["fancy-no-backtrace"] } +miette = { version = "7.1", features = ["fancy-no-backtrace"] } num-format = "0.4" serde = { version = "1.0", default-features = false } serde_json = { version = "1.0", optional = true } diff --git a/crates/nu-std/Cargo.toml b/crates/nu-std/Cargo.toml index daa3a7f52c..8003025503 100644 --- a/crates/nu-std/Cargo.toml +++ b/crates/nu-std/Cargo.toml @@ -8,7 +8,7 @@ name = "nu-std" version = "0.90.2" [dependencies] -miette = { version = "7.0", features = ["fancy-no-backtrace"] } +miette = { version = "7.1", features = ["fancy-no-backtrace"] } nu-parser = { version = "0.90.2", path = "../nu-parser" } nu-protocol = { version = "0.90.2", path = "../nu-protocol" } nu-engine = { version = "0.90.2", path = "../nu-engine" }