Update Rust crate reqwest to 0.12.24
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-10-27 00:42:22 +00:00
parent af83130b63
commit bcc92da065
2 changed files with 22 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ asn1 = "0.22.0"
actix-web = { version = "4.11.0", features = ["openssl"] }
futures = "0.3.31"
serde = { version = "1.0.228", features = ["derive"] }
reqwest = { version = "0.12.23", features = ["json"] }
reqwest = { version = "0.12.24", features = ["json"] }
serde_json = "1.0.145"
rand = "0.9.2"
actix = "0.13.5"