Skip to content

Commit

Permalink
chore(deps): update rust crate miette to 7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Feb 4, 2025
1 parent 6325dc6 commit cf7fc26
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 @@ -78,7 +78,7 @@ libc = "0.2.169"
libtest-mimic = "0.8.1"
log = "0.4.24"
maplit = "1.0.2"
miette = "7.4.0"
miette = "7.5.0"
mukti-metadata = "0.3.0"
# note: we don't use owo-colors' if_supports_color support for now, instead preferring to use our
# own supports-color + stylesheets everywhere.
Expand Down
2 changes: 1 addition & 1 deletion workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ getrandom = { version = "0.2.15", default-features = false, features = ["std"] }
indexmap = { version = "2.7.1", features = ["serde"] }
log = { version = "0.4.24", default-features = false, features = ["std"] }
memchr = { version = "2.7.4" }
miette = { version = "7.4.0", features = ["fancy"] }
miette = { version = "7.5.0", features = ["fancy"] }
num-traits = { version = "0.2.19", default-features = false, features = ["std"] }
rand = { version = "0.8.5" }
regex-automata = { version = "0.4.8", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }
Expand Down

0 comments on commit cf7fc26

Please sign in to comment.