Skip to content

Commit

Permalink
Merge pull request #18 from gak/dependabot/cargo/miette-7.2.0
Browse files Browse the repository at this point in the history
chore(deps): update miette requirement from 5.10.0 to 7.2.0
  • Loading branch information
gak authored Apr 11, 2024
2 parents afd833f + 906ce9c commit fcc9e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ path = "src/main.rs"
required-features = ["cli"]

[dependencies]
miette = { version = "5.10.0", features = ["fancy"] }
miette = { version = "7.2.0", features = ["fancy"] }
thiserror = "1.0.56"
tokio = { version = "1.35.1", features = ["full"] }
tracing = "0.1.40"
Expand Down

0 comments on commit fcc9e63

Please sign in to comment.