diff --git a/Cargo.toml b/Cargo.toml index 75cb547..7da5103 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["ai", "machine-learning", "openai", "library"] [dependencies] serde_json = "1.0.94" derive_builder = "0.20.0" -reqwest = { version = "0.12", default-features = false, features = ["json", "stream", "multipart"], optional = true } +reqwest = { version = "0.13", default-features = false, features = ["json", "stream", "multipart"], optional = true } serde = { version = "1.0.157", features = ["derive"] } reqwest-eventsource = "0.6" tokio = { version = "1.26.0", features = ["full"] }