From b36f954ad4e1cd235b4362870bccb74e508912c4 Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Tue, 30 Jul 2024 22:16:33 -0700 Subject: [PATCH] update toktrie --- parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser/Cargo.toml b/parser/Cargo.toml index 3c43622f..9962bf59 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 = "d8d179ae2bbfe41fcd140d583781efd9fedfcfb0" } +toktrie = { git = "https://github.com/microsoft/toktrie", rev = "7550e792ba9af7d22ee6a9bf4fd7631e1ca659f9" } derivre = { git = "https://github.com/microsoft/derivre", rev = "fb0ba7b6307782e0d43a0ca598b237836cb6d304" } serde = { version = "1.0.192", features = ["derive"] } serde_json = "1.0.108"