diff --git a/Cargo.toml b/Cargo.toml index 64ac440..fdf79ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ serde = { version = "1", features = ["derive"] } serde_json = "1" # HTTP client (for providers without native SDK) -reqwest = { version = "0.12", features = ["json", "stream"] } +reqwest = { version = "0.13", features = ["json", "stream"] } reqwest-eventsource = "0.6" # Error handling