Skip to content

Commit

Permalink
fix(deps): update rust crate anyhow to 1.0.79
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 8, 2024
1 parent 1f29a1f commit 06838b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name = "xtask"
path = "src/xtask.rs"

[dependencies]
anyhow = "1.0.68"
anyhow = "1.0.79"
camino = "1.0"
chrono = { version = "0.4.23", default_features = false, features = ["std"] }
fn-error-context = "0.2.0"
Expand Down

0 comments on commit 06838b0

Please sign in to comment.