diff --git a/crates/gateway-rs/Cargo.toml b/crates/gateway-rs/Cargo.toml index 314df26..8f2fd4c 100644 --- a/crates/gateway-rs/Cargo.toml +++ b/crates/gateway-rs/Cargo.toml @@ -9,5 +9,5 @@ tokio = { version = "1.36.0", features = ["full"] } fastembed = "5.16.1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -reqwest = { version = "0.12", features = ["json"] } +reqwest = { version = "0.13", features = ["json"] } anyhow = "1.0"