From dc4cac9b61a9c52c6e7edf194b1bf73744c5db56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 02:22:41 +0000 Subject: [PATCH] build(deps): update async-openai requirement from 0.23.1 to 0.24.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.23.1...async-openai-v0.24.0) --- updated-dependencies: - dependency-name: async-openai 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 7040f0c..89ff33e 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 = "0.23.1" +async-openai = "0.24.0" tokio = { version = "1.0", features = ["rt-multi-thread"] }