diff --git a/api/api-rust/Cargo.toml b/api/api-rust/Cargo.toml index 77150b35a7..efb6a76f7d 100644 --- a/api/api-rust/Cargo.toml +++ b/api/api-rust/Cargo.toml @@ -21,7 +21,7 @@ opencv = "=0.98.1" ort = "=1.16.3" pyo3 = { version = "=0.28.0", features = ["auto-initialize"] } rayon = "=1.11.0" -reqwest = { version = "=0.12.28", features = ["json", "multipart", "stream"] } +reqwest = { version = "=0.13.2", features = ["json", "multipart", "stream"] } serde = { version = "=1.0.228", features = ["derive"] } serde_json = "=1.0.149" sqlx = { version = "=0.8.6", features = ["json", "postgres", "runtime-tokio"] }