Skip to content

Commit f4510a4

Browse files
Bump async-openai from 0.28.1 to 0.28.2 in the patch group (#1)
Bumps the patch group with 1 update: [async-openai](https://github.com/64bit/async-openai). Updates `async-openai` from 0.28.1 to 0.28.2 - [Release notes](https://github.com/64bit/async-openai/releases) - [Commits](64bit/async-openai@async-openai-v0.28.1...async-openai-v0.28.2) --- updated-dependencies: - dependency-name: async-openai dependency-version: 0.28.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5219a62 commit f4510a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2024"
55

66
[dependencies]
77
anyhow = "1"
8-
async-openai = { version = "0.28.1", features = ["byot"] }
8+
async-openai = { version = "0.28.2", features = ["byot"] }
99
async-trait = "0.1.88"
1010
clap = { version = "4.5.39", features = ["derive", "env"] }
1111
format_serde_error = "0.3.0"

0 commit comments

Comments
 (0)