1 Commits

Author SHA1 Message Date
cf482d15c2 Update Rust crate anyhow to 1.0.101
Some checks failed
continuous-integration/drone/push Build is failing
2026-02-07 00:24:05 +00:00
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -413,9 +413,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.100"
version = "1.0.101"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea"
[[package]]
name = "arc-swap"

View File

@@ -42,4 +42,4 @@ mailchecker = "6.0.19"
httpdate = "1.0.3"
build-time = "0.1.3"
hex = "0.4.3"
anyhow = "1.0.100"
anyhow = "1.0.101"