From 915226c2131c3dd10882f0d7580866af96517a8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 00:46:24 +0000 Subject: [PATCH] build(deps): update async-openai requirement from 0.19.0 to 0.20.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.19.0...async-openai-v0.20.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 9769c7c..0a379d7 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.19.0" +async-openai = "0.20.0" tokio = { version = "1.0", features = ["rt-multi-thread"] }