From ed789ae5b95e88e1d525b943ff0c69f92ddcee18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 19:54:55 +0000 Subject: [PATCH] chore(deps): update async-openai requirement from 0.14.2 to 0.16.3 Updates the requirements on [async-openai](https://github.com/64bit/async-openai) to permit the latest version. - [Release notes](https://github.com/64bit/async-openai/releases) - [Commits](https://github.com/64bit/async-openai/compare/async-openai-v0.14.2...async-openai-v0.16.3) --- updated-dependencies: - dependency-name: async-openai dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 e699e61..b8da1f9 100644 --- a/tiktoken-rs/Cargo.toml +++ b/tiktoken-rs/Cargo.toml @@ -19,7 +19,7 @@ debug = 1 [dependencies] anyhow = "1.0.75" -async-openai = { version = "0.14.2", optional = true } +async-openai = { version = "0.16.3", optional = true } base64 = "0.21.4" bstr = "1.6.2" dhat = { version = "0.3.2", optional = true }