From f48e3fe3f6987e09de36f0acea79c468de30f0e7 Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Tue, 6 Aug 2024 19:47:36 +0000 Subject: [PATCH] update toktrie --- parser/Cargo.toml | 2 +- rust/Cargo.lock | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/parser/Cargo.toml b/parser/Cargo.toml index 32171910..ff9dcffe 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 = "7550e792ba9af7d22ee6a9bf4fd7631e1ca659f9" } +toktrie = { git = "https://github.com/microsoft/toktrie", rev = "022b496ef5feebe4a0234df5ffa7c146067dc55d" } 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 819d2c41..931e23ee 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -108,6 +108,15 @@ version = "2.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" +[[package]] +name = "instant" +version = "0.1.13" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" +dependencies = [ + "cfg-if", +] + [[package]] name = "itoa" version = "1.0.11" @@ -137,6 +146,7 @@ version = "0.1.6" dependencies = [ "anyhow", "derivre", + "instant", "rustc-hash", "serde", "serde_json",