2 Commits

Author SHA1 Message Date
e1d4ad4f5a Merge pull request 'Update Rust crate anyhow to 1.0.102' (#729) from renovate/anyhow-1.x into master
All checks were successful
continuous-integration/drone/push Build is passing
2026-03-03 00:19:11 +00:00
870e74ad2d 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-03-02 00:20:27 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -11,7 +11,7 @@ env_logger = "0.11.9"
clap = { version = "4.5.60", features = ["derive", "env"] } clap = { version = "4.5.60", features = ["derive", "env"] }
lazy_static = "1.5.0" lazy_static = "1.5.0"
lazy-regex = "3.5.1" lazy-regex = "3.5.1"
anyhow = "1.0.101" anyhow = "1.0.102"
actix-web = "4.12.1" actix-web = "4.12.1"
actix-cors = "0.7.1" actix-cors = "0.7.1"
actix-multipart = "0.7.2" actix-multipart = "0.7.2"