Skip to content

Commit

Permalink
fix(deps): update rust crate anyhow to 1.0.81
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 Mar 12, 2024
1 parent 03ce519 commit f3f615e
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 @@ -28,7 +28,7 @@ log = "0.4.21"
hickory-server = "0.24.0"
hickory-proto = "0.24.0"
hickory-client = "0.24.0"
anyhow = "1.0.80"
anyhow = "1.0.81"
futures-util = { version = "0.3.30", default-features = false }
signal-hook = "0.3.17"
tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread", "net"] }
Expand Down

0 comments on commit f3f615e

Please sign in to comment.