diff --git a/backend/Cargo.toml b/backend/Cargo.toml index 976fcd6..ed290db 100644 --- a/backend/Cargo.toml +++ b/backend/Cargo.toml @@ -16,7 +16,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] } tower-http = { version = "0.6", features = ["cors", "fs"] } anyhow = "1.0" thiserror = "2.0" -reqwest = { version = "0.11", features = ["json"] } +reqwest = { version = "0.13", features = ["json"] } qdrant-client = "1.9" async-trait = "0.1" multer = "3.0"