Skip to content

Commit

Permalink
chore(deps): update rust crate anyhow to 1.0.82 (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 10, 2024
1 parent 7413572 commit 345b94d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -11,7 +11,7 @@ version = { workspace = true }
edition = { workspace = true }

[workspace.dependencies]
anyhow = { version = "1.0.81", features = ["backtrace"] }
anyhow = { version = "1.0.82", features = ["backtrace"] }
concat-string = { version = "1.0.1" }
derivative = { version = "2.2.0" }
isolang = { version = "2.4.0", default-features = false, features = ["serde"] }
Expand Down

0 comments on commit 345b94d

Please sign in to comment.