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 ed76088 commit ebf6059
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 @@ -30,7 +30,7 @@ indexmap = { version = "2", features = ["serde"] }
itertools = "0.12"
kdl = "4"
log = "0.4"
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 @@ -35,7 +35,7 @@ indexmap = "2"
itertools = "0.12"
kdl = "4"
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 ebf6059

Please sign in to comment.