From edcae0c39327bcb19fd1ee80e49c94b404365051 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 18:13:20 +0000 Subject: [PATCH] fix(deps): update rust crate rustc-hash to v2 --- 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..9daa11f 100644 --- a/tiktoken-rs/Cargo.toml +++ b/tiktoken-rs/Cargo.toml @@ -27,7 +27,7 @@ fancy-regex = "0.12.0" lazy_static = "1.4.0" parking_lot = "0.12.1" pyo3 = { version = "0.19.2", optional = true } -rustc-hash = "1.1.0" +rustc-hash = "2.0.0" [features] python = ["dep:pyo3"] # build python bindings