Skip to content

Commit

Permalink
chore(deps): update miette again
Browse files Browse the repository at this point in the history
Just after the v6.0 a new v7.0 came out which updates several
dependencies to their latest version.
  • Loading branch information
dnaka91 committed Feb 5, 2024
1 parent 255a968 commit df535d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -30,7 +30,7 @@ clap = { version = "4.4.18", features = ["derive", "wrap_help"] }
glob = "0.3.1"
indoc = "2.0.4"
insta = { version = "1.34.0", features = ["glob"] }
miette = { version = "6.0.1", default-features = false }
miette = { version = "7.0.0", default-features = false }
mimalloc = "0.1.39"
proc-macro2 = { version = "1.0.78", default-features = false }
quote = { version = "1.0.35", default-features = false }
Expand Down

0 comments on commit df535d7

Please sign in to comment.