Skip to content

Commit

Permalink
Merge pull request #40 from rellfy/update-reqwest
Browse files Browse the repository at this point in the history
Update reqwest to 0.12
  • Loading branch information
rellfy authored Aug 27, 2024
2 parents 8229a88 + 25897c6 commit 67d593e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ keywords = ["ai", "machine-learning", "openai", "library"]
[dependencies]
serde_json = "1.0.94"
derive_builder = "0.20.0"
reqwest = { version = "0.11.14", default-features = false, features = ["json", "stream", "multipart"], optional = true }
reqwest = { version = "0.12", default-features = false, features = ["json", "stream", "multipart"], optional = true }
serde = { version = "1.0.157", features = ["derive"] }
reqwest-eventsource = "0.4.0"
reqwest-eventsource = "0.6"
tokio = { version = "1.26.0", features = ["full"] }
anyhow = "1.0.70"
futures-util = "0.3.28"
Expand Down

0 comments on commit 67d593e

Please sign in to comment.