Update Rust crate reqwest to 0.12.28
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-23 00:37:12 +00:00
parent 9c651cdf1a
commit c7e953fd1d
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ actix-identity = "0.9.0"
actix-cors = "0.7.1"
lazy_static = "1.5.0"
anyhow = "1.0.100"
reqwest = { version = "0.12.26", features = ["json"] }
reqwest = { version = "0.12.28", features = ["json"] }
thiserror = "2.0.17"
uuid = { version = "1.18.1", features = ["v4", "serde"] }
futures-util = "0.3.31"