Skip to content

Commit 0784296

Browse files
chore(deps): update async-openai requirement from 0.25.0 to 0.26.0 (#59)
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.25.0...async-openai-v0.26.0) --- updated-dependencies: - dependency-name: async-openai dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 64b700d commit 0784296

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

answer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "MIT"
1212

1313
[dependencies]
1414
anyhow = { version = "1.0.71" }
15-
async-openai = { version = "0.25.0" }
15+
async-openai = { version = "0.26.0" }
1616
clap = { version = "4.2.7" }
1717
clap-verbosity-flag = { version = "2.0.1" }
1818
futures = { version = "0.3.28" }

murmur/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "MIT"
1212

1313
[dependencies]
1414
anyhow = { version = "1.0.71" }
15-
async-openai = { version = "0.25.0" }
15+
async-openai = { version = "0.26.0" }
1616
clap = { version = "4.2.7", features = ["derive"] }
1717
clap-verbosity-flag = { version = "2.0.1" }
1818
cpal = { version = "0.15.2" }

0 commit comments

Comments
 (0)