Update Rust crate anyhow to 1.0.82
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful

This commit is contained in:
Renovate Bot 2024-04-25 09:31:44 +00:00
parent afb7ad7ae6
commit 83e5c52d69
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -85,9 +85,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.72"
version = "1.0.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854"
checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519"
[[package]]
name = "atom_syndication"

View file

@ -11,7 +11,7 @@ reqwest = { version = "0.12", features = ["json", "blocking"] }
scraper = "0.19"
clap = {version = "4.5", features = ["derive"]}
bytes = "1.6"
anyhow = "1.0"
anyhow = "1.0.82"
[dev-dependencies]
tempfile = "3.10"