From 9e40cc8a63913bf157a08dff51bb42c43126ecbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 19:41:45 +0000 Subject: [PATCH] Update async-openai requirement from 0.25.0 to 0.26.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.25.0...async-openai-v0.26.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 0b83371b..e829b54e 100644 --- a/atlas/Cargo.toml +++ b/atlas/Cargo.toml @@ -8,4 +8,4 @@ tokio = { workspace = true, features = ["macros"] } reqwest = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } -async-openai = "0.25.0" +async-openai = "0.26.0"