1 Commits

Author SHA1 Message Date
51414f0cb6 Update Rust crate rust-s3 to 0.37.1
All checks were successful
continuous-integration/drone/push Build is passing
2026-03-02 00:20:35 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

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