Skip to content

Commit

Permalink
chore(deps): update async-openai requirement from 0.23.1 to 0.24.0 (#54)
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.23.1...async-openai-v0.24.0)

---
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] authored Sep 23, 2024
1 parent 14be8b6 commit d72c1c7
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.23.1" }
async-openai = { version = "0.24.0" }
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.23.1" }
async-openai = { version = "0.24.0" }
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 d72c1c7

Please sign in to comment.