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

This commit is contained in:
2025-06-15 00:23:50 +00:00
parent 02397d10f0
commit 7adbafb831
2 changed files with 64 additions and 106 deletions

View File

@ -19,7 +19,7 @@ asn1 = "0.21.3"
actix-web = { version = "4.10.2", features = ["openssl"] }
futures = "0.3.31"
serde = { version = "1.0.219", features = ["derive"] }
reqwest = { version = "0.12.15", features = ["json"] }
reqwest = { version = "0.12.20", features = ["json"] }
serde_json = "1.0.140"
rand = "0.9.1"
actix = "0.13.5"