From 1d6718134ff8fc436dd90e6f17dbac68e7c34fb7 Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Mon, 9 Sep 2024 09:28:20 -0700 Subject: [PATCH] bump derivre --- parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser/Cargo.toml b/parser/Cargo.toml index a596b91f..5cf7a156 100644 --- a/parser/Cargo.toml +++ b/parser/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] toktrie = { git = "https://github.com/microsoft/toktrie", rev = "8828701d3b1c743472fe61bdf6dab12cdd726ab4" } -derivre = { git = "https://github.com/microsoft/derivre", rev = "30bf07f634426121d1cd003187d96a40af387c19" } +derivre = { git = "https://github.com/microsoft/derivre", rev = "424ec3bd1f711add6aeab1711108b63abe856d0c" } serde = { version = "1.0.192", features = ["derive"] } serde_json = { version = "1.0.108", features = ["preserve_order"] } anyhow = "1.0.75"