From 76e0be283e5dcfe971bb356210f65ea8abbaea0b Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Fri, 9 Aug 2024 00:32:31 +0000 Subject: [PATCH] update toktrie --- parser/Cargo.toml | 2 +- rust/Cargo.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/parser/Cargo.toml b/parser/Cargo.toml index ff9dcffe..1a28cb49 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.6" edition = "2021" [dependencies] -toktrie = { git = "https://github.com/microsoft/toktrie", rev = "022b496ef5feebe4a0234df5ffa7c146067dc55d" } +toktrie = { git = "https://github.com/microsoft/toktrie", rev = "37eef39f45f0ad104238f9979f1822d1764f93a3" } derivre = { git = "https://github.com/microsoft/derivre", rev = "fb0ba7b6307782e0d43a0ca598b237836cb6d304" } serde = { version = "1.0.192", features = ["derive"] } serde_json = "1.0.108" diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 931e23ee..877b923a 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -378,7 +378,7 @@ checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" [[package]] name = "toktrie" version = "0.1.0" -source = "git+https://github.com/microsoft/toktrie?rev=7550e792ba9af7d22ee6a9bf4fd7631e1ca659f9#7550e792ba9af7d22ee6a9bf4fd7631e1ca659f9" +source = "git+https://github.com/microsoft/toktrie?rev=022b496ef5feebe4a0234df5ffa7c146067dc55d#022b496ef5feebe4a0234df5ffa7c146067dc55d" dependencies = [ "anyhow", "bytemuck",