From da5aef2501beab6ada35b7a3f4e59f2c3f22186a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 00:55:54 +0000 Subject: [PATCH] Bump async-openai from 0.23.4 to 0.24.0 Bumps [async-openai](https://github.com/64bit/async-openai) from 0.23.4 to 0.24.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7225aa4..2296bfb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -405,9 +405,9 @@ checksum = "9338790e78aa95a416786ec8389546c4b6a1dfc3dc36071ed9518a9413a542eb" [[package]] name = "async-openai" -version = "0.23.4" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc0e5ff98f9e7c605df4c88783a0439d1dc667ce86bd79e99d4164f8b0c05ccc" +checksum = "6f7e40b158d5356b3497edb35610a408cb6339e68c91c7521bc68fbec83b2521" dependencies = [ "async-convert", "backoff", diff --git a/Cargo.toml b/Cargo.toml index 0bfec68..ac11d12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ winresource = { version = "0.1" } # crates.io app_dirs2 = { version = "2.5" } arboard = { version = "3.4" } -async-openai = { version = "0.23" } +async-openai = { version = "0.24" } color-eyre = { version = "0.6" } eframe = { version = "0.28", features = ["persistence"] } egui_extras = { version = "0.28", features = ["svg"] }