Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
Bump async-openai from 0.14.2 to 0.16.2
Browse files Browse the repository at this point in the history
Bumps [async-openai](https://github.com/64bit/async-openai) from 0.14.2 to 0.16.2.
- [Release notes](https://github.com/64bit/async-openai/releases)
- [Commits](64bit/async-openai@async-openai-v0.14.2...async-openai-v0.16.2)

---
updated-dependencies:
- dependency-name: async-openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent 23402ed commit 95c5b1f
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 7 deletions.
53 changes: 47 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ path = "src/main.rs"

[dependencies]
anyhow = "1.0.75"
async-openai = "0.14.2"
async-openai = "0.16.2"
backoff = { version = "0.4.0", features = ["tokio"] }
clap = { version = "4.4.3", features = ["derive"] }
futures = "0.3.28"
Expand Down

0 comments on commit 95c5b1f

Please sign in to comment.