Skip to content

Commit

Permalink
update anyhow dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-kfed committed Feb 12, 2024
1 parent 7019c1d commit 1d99103
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 @@ -12,7 +12,7 @@ rust-version = "1.59"
[workspace]

[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.79"
clap = { version = "4.4", features = ["derive"]}
lcov = "0.8.1"
lcov2cobertura = { path = "lcov2cobertura", version = "1.0.2" }
Expand Down
2 changes: 1 addition & 1 deletion lcov2cobertura/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords = ["coverage", "gitlab", "cobertura", "lcov"]
rust-version = "1.59"

[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.79"
quick-xml = "0.31.0"
regex = "1.7.3"
rustc-demangle = "0.1.23"
Expand Down

0 comments on commit 1d99103

Please sign in to comment.