Skip to content

Commit

Permalink
Merge pull request #18 from retrage/dependabot/cargo/async-openai-0.26.0
Browse files Browse the repository at this point in the history
build(deps): update async-openai requirement from 0.25.0 to 0.26.0
  • Loading branch information
retrage authored Nov 18, 2024
2 parents d1778b4 + 70a18a3 commit 21134c7
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 @@ -20,5 +20,5 @@ trybuild = { version = "1.0", features = ["diff"] }
syn = { version = "2.0", features = ["full", "extra-traits", "parsing"] }
proc-macro2 = { version = "1.0", features = ["nightly"] }
quote = "1.0"
async-openai = "0.25.0"
async-openai = "0.26.0"
tokio = { version = "1.0", features = ["rt-multi-thread"] }

0 comments on commit 21134c7

Please sign in to comment.