3 Commits

Author SHA1 Message Date
cba9accce4 Update Rust crate serde_with to 3.16.1
All checks were successful
continuous-integration/drone/push Build is passing
2026-02-08 00:26:22 +00:00
981eb347a9 Merge pull request 'Update Rust crate anyhow to 1.0.101' (#709) from renovate/anyhow-1.x into master
All checks were successful
continuous-integration/drone/push Build is passing
2026-02-08 00:25:52 +00:00
cd42ed5744 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-07 00:26:02 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -402,9 +402,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 = "arbitrary"

View File

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