From 2ffc500b77ce83fedaa1852c7d0de3bc81707c0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 02:23:41 +0000 Subject: [PATCH] build(deps): update async-openai requirement from 0.14.2 to 0.15.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.14.2...async-openai-v0.15.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 28cdf76..4508f59 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.14.2" +async-openai = "0.15.0" tokio = { version = "1.0", features = ["rt-multi-thread"] }