Skip to content

Commit

Permalink
Merge pull request #26 from rellfy/dependabot/cargo/derive_builder-0.…
Browse files Browse the repository at this point in the history
…20.0

chore(deps): update derive_builder requirement from 0.12.0 to 0.20.0
  • Loading branch information
rellfy authored Aug 27, 2024
2 parents 52e572c + 4a21f04 commit 8229a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ["ai", "machine-learning", "openai", "library"]

[dependencies]
serde_json = "1.0.94"
derive_builder = "0.12.0"
derive_builder = "0.20.0"
reqwest = { version = "0.11.14", default-features = false, features = ["json", "stream", "multipart"], optional = true }
serde = { version = "1.0.157", features = ["derive"] }
reqwest-eventsource = "0.4.0"
Expand Down

0 comments on commit 8229a88

Please sign in to comment.