Skip to content

Commit

Permalink
Update Rust crate anyhow to v1.0.82
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 May 1, 2024
1 parent 559e328 commit dadbf22
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 dabl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default-run = "dabl"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0"
anyhow = "1.0.82"
log = "0.4.19"
stderrlog = "0.5.4"
libdnscheck = { path = "../libdnscheck", version = "0.5.1" }
Expand Down
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.82"
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.82"
lazy_static = "1.4.0"
log = "0.4.19"
stderrlog = "0.5.4"
Expand Down

0 comments on commit dadbf22

Please sign in to comment.