Update Rust crate anyhow to v1.0.104
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
ci / check (pull_request) Failing after 1s

This commit is contained in:
Renovate Bot 2026-07-22 06:08:16 +00:00
parent d312317249
commit ab29f7f6e3

4
Cargo.lock generated
View file

@ -13,9 +13,9 @@ dependencies = [
[[package]] [[package]]
name = "anyhow" name = "anyhow"
version = "1.0.103" version = "1.0.104"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3" checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470"
[[package]] [[package]]
name = "async-stream" name = "async-stream"