Skip to content

Commit

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

---
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 6, 2023
1 parent 23402ed commit d76bdeb
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 5 deletions.
48 changes: 44 additions & 4 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.15.0"
backoff = { version = "0.4.0", features = ["tokio"] }
clap = { version = "4.4.3", features = ["derive"] }
futures = "0.3.28"
Expand Down

0 comments on commit d76bdeb

Please sign in to comment.