From 9263b0567e562b736da4149677e583e09c8476df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 19:28:18 +0000 Subject: [PATCH] build(deps): update async-openai requirement from 0.26.0 to 0.27.1 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.26.0...async-openai-v0.27.1) --- 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 e829b54e..040438d3 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.26.0" +async-openai = "0.27.1"