Skip to content

Commit

Permalink
Merge pull request #97 from jontze/dependabot/cargo/miette-7.2.0
Browse files Browse the repository at this point in the history
chore(deps): Bump miette from 7.1.0 to 7.2.0
  • Loading branch information
jontze authored Mar 9, 2024
2 parents 616dca0 + bc7a477 commit 763f5dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 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 @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
clap = { version = "4.5.2", features = ["derive", "env"] }
git2 = { version = "0.18.2", default-features = false}
miette = { version = "7.1.0", features = ["fancy"] }
miette = { version = "7.2.0", features = ["fancy"] }
node-semver = "2.1.0"
semver = "1.0.22"
serde = { version = "1.0.197", features = ["derive"] }
Expand Down

0 comments on commit 763f5dc

Please sign in to comment.