Skip to content

Commit c7c6399

Browse files
dependabot[bot]sunshowers
authored andcommitted
Bump miette from 5.2.0 to 5.3.0
Bumps [miette](https://github.com/zkat/miette) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/zkat/miette/releases) - [Changelog](https://github.com/zkat/miette/blob/main/CHANGELOG.md) - [Commits](zkat/miette@miette-derive-v5.2.0...miette-derive-v5.3.0) --- updated-dependencies: - dependency-name: miette dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b70c20e commit c7c6399

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo-nextest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ env_logger = { version = "0.9.0", default-features = false }
2525
guppy = "0.14.2"
2626
log = "0.4.17"
2727
itertools = "0.10.3"
28-
miette = { version = "5.2.0", features = ["fancy"] }
28+
miette = { version = "5.3.0", features = ["fancy"] }
2929
nextest-filtering = { version = "=0.2.1", path = "../nextest-filtering" }
3030
nextest-runner = { version = "=0.22.1", path = "../nextest-runner" }
3131
nextest-metadata = { version = "=0.5.0", path = "../nextest-metadata" }

nextest-filtering/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ trace = ["nom-tracable/trace"]
1818

1919
[dependencies]
2020
guppy = "0.14.2"
21-
miette = "5.2.0"
21+
miette = "5.3.0"
2222
nom = "7.1.1"
2323
nom-tracable = "0.8.0"
2424
nom_locate = "4.0.0"

workspace-hack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ getrandom = { version = "0.2.7", default-features = false, features = ["std"] }
2424
indexmap = { version = "1.9.1", default-features = false, features = ["std"] }
2525
log = { version = "0.4.17", default-features = false, features = ["std"] }
2626
memchr = { version = "2.5.0", features = ["std", "use_std"] }
27-
miette = { version = "5.2.0", features = ["atty", "backtrace", "fancy", "fancy-no-backtrace", "owo-colors", "supports-color", "supports-hyperlinks", "supports-unicode", "terminal_size", "textwrap"] }
27+
miette = { version = "5.3.0", features = ["atty", "backtrace", "fancy", "fancy-no-backtrace", "owo-colors", "supports-color", "supports-hyperlinks", "supports-unicode", "terminal_size", "textwrap"] }
2828
nom-tracable = { version = "0.8.0", features = ["trace"] }
2929
num-traits = { version = "0.2.15", default-features = false, features = ["std"] }
3030
owo-colors = { version = "3.4.0", default-features = false, features = ["supports-color", "supports-colors"] }

0 commit comments

Comments
 (0)