diff --git a/veza-stream-server/Cargo.toml b/veza-stream-server/Cargo.toml index 06e16875b..0edca54cc 100644 --- a/veza-stream-server/Cargo.toml +++ b/veza-stream-server/Cargo.toml @@ -87,7 +87,7 @@ bytes = "1.11" memmap2 = "0.9" # HTTP client -reqwest = { version = "0.11", features = ["json", "stream"] } +reqwest = { version = "0.13", features = ["json", "stream"] } # Utilities veza-common = { path = "../veza-common" }