diff --git a/crates/synapse-cli/Cargo.toml b/crates/synapse-cli/Cargo.toml index 876ed6c1..54f9239e 100644 --- a/crates/synapse-cli/Cargo.toml +++ b/crates/synapse-cli/Cargo.toml @@ -13,7 +13,7 @@ synapse-infra = { path = "../synapse-infra" } # CLI clap = { workspace = true, features = ["derive"] } tokio = { workspace = true, features = ["full"] } -reqwest = { version = "0.11", features = ["stream"] } +reqwest = { version = "0.12", features = ["stream"] } # Logging tracing = { workspace = true }