Compare commits

...

2 Commits

Author SHA1 Message Date
265620f883 Merge pull request 'Update Rust crate anyhow to 1.0.102' (#13) from renovate/anyhow-1.x into master
All checks were successful
continuous-integration/drone/push Build is passing
2026-02-22 00:15:05 +00:00
6a75ad6382 Update Rust crate anyhow to 1.0.102
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2026-02-21 00:15:23 +00:00
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -63,9 +63,9 @@ dependencies = [
[[package]]
name = "anyhow"
version = "1.0.101"
version = "1.0.102"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea"
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
[[package]]
name = "bitflags"

View File

@@ -11,4 +11,4 @@ tokio = { version = "1.49.0", features = ["full"] }
rand = "0.10.0"
lazy_static = "1.5.0"
httparse = "1.10.1"
anyhow = "1.0.101"
anyhow = "1.0.102"