Skip to content

Commit

Permalink
fix(deps): update rust crate miette to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 10, 2024
1 parent f1dbed9 commit 460adfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ indexmap = { version = "2", features = ["serde"] }
itertools = "0.12"
log = "0.4"
kdl.workspace = true
miette = "5"
miette = "7"
once_cell = "1"
serde = { version = "1", features = ["derive"] }
shell-escape = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ indexmap = "2"
itertools = "0.12"
kdl.workspace = true
log = "0.4"
miette = { version = "5", features = ["fancy"] }
miette = { version = "7", features = ["fancy"] }
once_cell = "1"
regex = "1"
serde = { version = "1", features = ["derive"] }
Expand Down

0 comments on commit 460adfc

Please sign in to comment.