Skip to content

Commit

Permalink
chore(deps): update rust crate miette to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 22, 2024
1 parent 09be915 commit 352aae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
# Public
miette = { version = "5.10", optional = true }
miette = { version = "7.0", optional = true }

# Private
nom = { version = "7.1", default-features = false, features = ["std"] }
Expand All @@ -30,7 +30,7 @@ thiserror = "1.0"
criterion = "0.5.1"
rstest = { version = "0.19.0", default-features = false }
rust_decimal = { version = "1.35", default-features = false }
miette = { version = "5.10", features = ["fancy"] }
miette = { version = "7.0", features = ["fancy"] }
chumsky = "0.9.3"

[lints.rust]
Expand Down

0 comments on commit 352aae5

Please sign in to comment.