From f04829a1bb98c95ddf65c03474d46e9a30ae37ce Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 6 Jan 2023 23:00:22 +0300 Subject: chore(tools/cheddar): bump to syntect 5.0 Upgrade to syntect 5.0 and load the new kind of syntax set serialisation with the new helper function for that purpose. Includes other minor API fixes as well, note that the things that are now calling `expect` previously failed internally at those points and we're reasonably confident they don't fail in production. This has been waiting for a long time ... Change-Id: I8af4fef995ff64bfbe24e1f13917fa50ecb6e4ad Reviewed-on: https://cl.tvl.fyi/c/depot/+/7787 Reviewed-by: sterni Tested-by: BuildkiteCI --- tools/cheddar/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/cheddar/Cargo.toml') diff --git a/tools/cheddar/Cargo.toml b/tools/cheddar/Cargo.toml index a1447f7b91a8..d911b7c44682 100644 --- a/tools/cheddar/Cargo.toml +++ b/tools/cheddar/Cargo.toml @@ -9,7 +9,7 @@ clap = "2.33" comrak = "0.15" lazy_static = "1.4" rouille = "3.6" -syntect = "4.5.0" +syntect = "5.0" serde_json = "1.0" regex = "1.7" -- cgit 1.4.1