From 6b2afe9d3ff4406122f634893dc2bd644fb1bb33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 22:19:19 +0000 Subject: [PATCH] Bump async-openai from 0.9.0 to 0.9.2 Bumps [async-openai](https://github.com/64bit/async-openai) from 0.9.0 to 0.9.2. - [Release notes](https://github.com/64bit/async-openai/releases) - [Commits](https://github.com/64bit/async-openai/compare/async-openai-v0.9.0...async-openai-v0.9.2) --- updated-dependencies: - dependency-name: async-openai dependency-type: direct:production update-type: version-update:semver-patch ... 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 63fd94e..9ec97de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -134,9 +134,9 @@ dependencies = [ [[package]] name = "async-openai" -version = "0.9.0" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef9ded445e02c50036aefc6ba19c0827b4e06f30b723681ab77bba4e2da812dd" +checksum = "f055d4e6286ba63bdbc4b48f2f72a00d957096726a9425640b5b24caa417d558" dependencies = [ "backoff", "base64 0.21.0", diff --git a/Cargo.toml b/Cargo.toml index 4de2e25..4cbd679 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ path = "src/main.rs" [dependencies] anyhow = "1.0.69" -async-openai = "0.9.0" +async-openai = "0.9.2" async-std = "1.12.0" async-trait = "0.1.65" backoff = "0.4.0"