Skip to content

Commit

Permalink
chore(deps): update rust crate miette to 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot authored and sunshowers committed Feb 17, 2024
1 parent 7ee26b9 commit 444dfd5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rust-version = "1.73"
bstr = { version = "1.9.0", default-features = false, features = ["std"] }
debug-ignore = "1.0.5"
globset = "0.4.14"
miette = "7.0.0"
miette = "7.1.0"
owo-colors = { version = "4.0.0", features = ["supports-colors"] }
nextest-metadata = { version = "0.10.0", path = "nextest-metadata" }
nextest-workspace-hack = "0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ getrandom = { version = "0.2.11", default-features = false, features = ["std"] }
indexmap = { version = "2.2.3", features = ["serde"] }
log = { version = "0.4.20", default-features = false, features = ["std"] }
memchr = { version = "2.7.1" }
miette = { version = "7.0.0", features = ["fancy"] }
miette = { version = "7.1.0", features = ["fancy"] }
num-traits = { version = "0.2.17", default-features = false, features = ["libm", "std"] }
owo-colors = { version = "4.0.0", default-features = false, features = ["supports-colors"] }
rand = { version = "0.8.5" }
Expand Down

0 comments on commit 444dfd5

Please sign in to comment.