From 67e3eb13b8a7fa2c83a971edd8051fe5a985c01d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 20:05:51 +0000 Subject: [PATCH] Update async-openai requirement from 0.23.4 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.4...async-openai-v0.24.0) --- updated-dependencies: - dependency-name: async-openai dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- atlas/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atlas/Cargo.toml b/atlas/Cargo.toml index 0faccf1b1..7c9eebaa6 100644 --- a/atlas/Cargo.toml +++ b/atlas/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -async-openai = "0.23.4" +async-openai = "0.24.0" reqwest.workspace = true serde.workspace = true serde_json.workspace = true