From d78dae45f4def0f6288620b68e2596e7cb7b267b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 22:51:39 +0000 Subject: [PATCH] Bump tiktoken-rs from 0.1.2 to 0.1.4 Bumps [tiktoken-rs](https://github.com/zurawiki/tiktoken-rs) from 0.1.2 to 0.1.4. - [Release notes](https://github.com/zurawiki/tiktoken-rs/releases) - [Commits](https://github.com/zurawiki/tiktoken-rs/compare/v0.1.2...v0.1.4) --- updated-dependencies: - dependency-name: tiktoken-rs 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 1ed3c24..dbe90e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2030,9 +2030,9 @@ dependencies = [ [[package]] name = "tiktoken-rs" -version = "0.1.2" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c8fb7d440a9b75b1e55175dae93a55d7ceeeb105dae7f59442c0168c465c417" +checksum = "f4918eef4e8d3e45bfab9eb145082ee12a20a6cc1b352db525e9ad4c453dfb87" dependencies = [ "anyhow", "base64 0.21.0", diff --git a/Cargo.toml b/Cargo.toml index 2a09be2..16fd395 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ simple_logger = "4.0.0" strum = "0.24.1" strum_macros = "0.24.3" tera = { version = "1.17.1", default-features = false } -tiktoken-rs = "0.1.2" +tiktoken-rs = "0.1.4" tokio = { version = "1.26.0", features = ["full"] } toml = "0.7.2" toml_edit = "0.19.4"