Skip to content

Commit

Permalink
Merge pull request #15 from retrage/dependabot/cargo/async-openai-0.23.1
Browse files Browse the repository at this point in the history
build(deps): update async-openai requirement from 0.21.0 to 0.23.1
  • Loading branch information
retrage authored Jun 12, 2024
2 parents 6a501b7 + 9462d4b commit 880b942
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.21.0"
async-openai = "0.23.1"
tokio = { version = "1.0", features = ["rt-multi-thread"] }

0 comments on commit 880b942

Please sign in to comment.