Skip to content

Commit

Permalink
Merge pull request #9 from retrage/dependabot/cargo/async-openai-0.17.1
Browse files Browse the repository at this point in the history
build(deps): update async-openai requirement from 0.16.2 to 0.17.1
  • Loading branch information
retrage authored Dec 5, 2023
2 parents 2ce0c08 + 488ea3c commit ebd18aa
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.16.2"
async-openai = "0.17.1"
tokio = { version = "1.0", features = ["rt-multi-thread"] }

0 comments on commit ebd18aa

Please sign in to comment.