diff --git a/Cargo.toml b/Cargo.toml index 5be719b..d52ce25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ eventsource-stream = "0.2.3" futures-util = "0.3.31" image = "0.25.1" itertools = "0.14.0" -reqwest = { version = "0.12.3", features = ["json", "stream"] } +reqwest = { version = "0.13.2", features = ["json", "stream"] } serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.115" thiserror = "2.0.0"