From b106347f7f63f56d379091b29eb91f915d967925 Mon Sep 17 00:00:00 2001 From: trevyn <230691+trevyn@users.noreply.github.com> Date: Sat, 20 Jul 2024 18:43:18 +0400 Subject: [PATCH] bump `async-openai` to 0.23 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ebcf98..07c1762 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ rust-version = "1.72" version = "0.1.0" [dependencies] -async-openai = "0.21" +async-openai = "0.23" byteorder = "1" bytes = "1" cpal = "0.15"