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"