Skip to content

Commit

Permalink
chore(deps): update async-openai requirement from 0.16.2 to 0.17.1 (#44)
Browse files Browse the repository at this point in the history
Updates the requirements on [async-openai](https://github.com/64bit/async-openai) to permit the latest version.
- [Release notes](https://github.com/64bit/async-openai/releases)
- [Commits](64bit/async-openai@async-openai-v0.16.2...async-openai-v0.17.1)

---
updated-dependencies:
- dependency-name: async-openai
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 27, 2023
1 parent fa52c21 commit 69e87ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion answer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "MIT"

[dependencies]
anyhow = { version = "1.0.71" }
async-openai = { version = "0.16.2" }
async-openai = { version = "0.17.1" }
clap = { version = "4.2.7" }
clap-verbosity-flag = { version = "2.0.1" }
futures = { version = "0.3.28" }
Expand Down
2 changes: 1 addition & 1 deletion murmur/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "MIT"

[dependencies]
anyhow = { version = "1.0.71" }
async-openai = { version = "0.16.2" }
async-openai = { version = "0.17.1" }
clap = { version = "4.2.7", features = ["derive"] }
clap-verbosity-flag = { version = "2.0.1" }
cpal = { version = "0.15.2" }
Expand Down

0 comments on commit 69e87ee

Please sign in to comment.