From 891a40809cc8e305b5f70bdd020081f8f20891d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 18:12:56 +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 67e83ad..cbc5cec 100644 --- a/tiktoken-rs/Cargo.toml +++ b/tiktoken-rs/Cargo.toml @@ -19,7 +19,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.21.5" bstr = "1.6.2" dhat = { version = "0.3.2", optional = true }