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

This commit is contained in:
2025-09-08 00:40:15 +00:00
parent 6f298d3238
commit 25f6e808ed
2 changed files with 3 additions and 3 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.219", features = ["derive"] }
reqwest = { version = "0.12.22", features = ["json"] }
reqwest = { version = "0.12.23", features = ["json"] }
serde_json = "1.0.142"
rand = "0.9.2"
actix = "0.13.5"