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

This commit is contained in:
2025-12-19 00:36:32 +00:00
parent 6267c0a16a
commit b6d4b2bafb
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ asn1 = "0.23.0"
actix-web = { version = "4.12.1", features = ["openssl"] }
futures = "0.3.31"
serde = { version = "1.0.228", features = ["derive"] }
reqwest = { version = "0.12.25", features = ["json"] }
reqwest = { version = "0.12.26", features = ["json"] }
serde_json = "1.0.145"
rand = "0.10.0-rc.5"
actix = "0.13.5"