From 8fd198769db45a3bd999f7e500ad80c40cb3c6c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 01:08:54 +0000 Subject: [PATCH] fix(deps): update rust crate async-openai to 0.25.0 --- tiktoken-rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiktoken-rs/Cargo.toml b/tiktoken-rs/Cargo.toml index e3474a6..5db92f4 100644 --- a/tiktoken-rs/Cargo.toml +++ b/tiktoken-rs/Cargo.toml @@ -18,7 +18,7 @@ debug = 1 [dependencies] anyhow = "1.0.76" -async-openai = { version = "0.14.2", optional = true } +async-openai = { version = "0.25.0", optional = true } base64 = "0.22.0" bstr = "1.6.2" dhat = { version = "0.3.2", optional = true }