Compare commits

..

2 Commits

Author SHA1 Message Date
5c9952e007 Merge pull request 'Update Rust crate anyhow to 1.0.101' (#7) from renovate/anyhow-1.x into master
All checks were successful
continuous-integration/drone/push Build is passing
2026-02-07 00:26:56 +00:00
fdd38507a0 Update Rust crate anyhow to 1.0.101
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2026-02-06 00:26:31 +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.100"
version = "1.0.101"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea"
[[package]]
name = "bitflags"

View File

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