From 9737866b09dfd5c4e791ebd171910106d5e33f1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 02:04:57 +0000 Subject: [PATCH] build(deps): update async-openai requirement from 0.36.1 to 0.38.0 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](https://github.com/64bit/async-openai/compare/async-openai-v0.36.1...async-openai-v0.38.0) --- updated-dependencies: - dependency-name: async-openai dependency-version: 0.38.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e0eb55f..bc46ada 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,5 +20,5 @@ trybuild = { version = "1.0", features = ["diff"] } syn = { version = "2.0", features = ["full", "extra-traits", "parsing"] } proc-macro2 = { version = "1.0", features = ["nightly"] } quote = "1.0" -async-openai = { version = "0.36.1", features = ["chat-completion"] } +async-openai = { version = "0.38.0", features = ["chat-completion"] } tokio = { version = "1.0", features = ["rt-multi-thread"] }