From d4ba49a73e5b26988a3e15f2abcf33eca06b23a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 13:43:03 +0000 Subject: [PATCH] chore(deps): bump async-openai from 0.16.3 to 0.19.1 Bumps [async-openai](https://github.com/64bit/async-openai) from 0.16.3 to 0.19.1. - [Release notes](https://github.com/64bit/async-openai/releases) - [Commits](https://github.com/64bit/async-openai/compare/async-openai-v0.16.3...async-openai-v0.19.1) --- updated-dependencies: - dependency-name: async-openai dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/llm-chain-openai/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 29d6965b..f459c6e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -82,9 +82,9 @@ dependencies = [ [[package]] name = "async-openai" -version = "0.16.3" +version = "0.19.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f49befca6fce02518292854f986151b70bb1c0a32e402c5efe52c3aa75f2e183" +checksum = "fbc0b1877fb1bc415caa14d1899f0f477e8eb38f2fe16f54be196d7c4a92e15c" dependencies = [ "async-convert", "backoff", diff --git a/crates/llm-chain-openai/Cargo.toml b/crates/llm-chain-openai/Cargo.toml index 7ac19041..62820971 100644 --- a/crates/llm-chain-openai/Cargo.toml +++ b/crates/llm-chain-openai/Cargo.toml @@ -14,7 +14,7 @@ repository = "https://github.com/sobelio/llm-chain/" [dependencies] futures = "0.3.28" -async-openai = "0.16.2" +async-openai = "0.19.1" async-trait.workspace = true llm-chain = { path = "../llm-chain", version = "0.13.0", default-features = false } serde.workspace = true