Skip to content

Commit

Permalink
Bump async-openai from 0.14.2 to 0.16.3
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.3.
- [Release notes](https://github.com/64bit/async-openai/releases)
- [Commits](64bit/async-openai@async-openai-v0.14.2...async-openai-v0.16.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 20, 2023
1 parent 23402ed commit 2c6a1cc
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.3"
backoff = { version = "0.4.0", features = ["tokio"] }
clap = { version = "4.4.3", features = ["derive"] }
futures = "0.3.28"
Expand Down

0 comments on commit 2c6a1cc

Please sign in to comment.