Skip to content

Commit

Permalink
Update Rust crate anyhow to ~1.0.77
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 Dec 27, 2023
1 parent 559e328 commit b70d5c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 libdnscheck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ edition = "2018"
resolved = ["dbus", "dbus-tree", "generate-dbus-resolve1"]

[dependencies]
anyhow = "~1.0.72"
anyhow = "~1.0.77"
thiserror = "~1.0.44"
libc = "0.2.147"
log = "0.4.19"
Expand Down
2 changes: 1 addition & 1 deletion rblcheck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "~1.0.72"
anyhow = "~1.0.77"
lazy_static = "1.4.0"
log = "0.4.19"
stderrlog = "0.5.4"
Expand Down

0 comments on commit b70d5c0

Please sign in to comment.