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

This commit is contained in:
2026-01-14 00:41:08 +00:00
parent 52c1d6df7d
commit 4d4c55d277
2 changed files with 324 additions and 56 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.28", features = ["json"] }
reqwest = { version = "0.13.1", features = ["json"] }
serde_json = "1.0.149"
rand = "0.10.0-rc.6"
actix = "0.13.5"