Skip to content

Commit

Permalink
chore(deps): update rust crate miette to 7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot authored and sunshowers committed Nov 28, 2024
1 parent 3783e34 commit cfc664d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 99 deletions.
111 changes: 14 additions & 97 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 @@ -72,7 +72,7 @@ itertools = "0.13.0"
libc = "0.2.165"
log = "0.4.22"
maplit = "1.0.2"
miette = "7.2.0"
miette = "7.4.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 @@ -25,7 +25,7 @@ getrandom = { version = "0.2.15", default-features = false, features = ["std"] }
indexmap = { version = "2.6.0", features = ["serde"] }
log = { version = "0.4.22", default-features = false, features = ["std"] }
memchr = { version = "2.7.4" }
miette = { version = "7.2.0", features = ["fancy"] }
miette = { version = "7.4.0", features = ["fancy"] }
num-traits = { version = "0.2.19", default-features = false, features = ["libm", "std"] }
rand = { version = "0.8.5" }
serde = { version = "1.0.215", features = ["alloc", "derive"] }
Expand Down

0 comments on commit cfc664d

Please sign in to comment.