From 0efe78b3a74ca09f6358e91f4c24c4e765c8844b Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 6 Jan 2023 22:15:26 +0300 Subject: chore(tools/cheddar): bump dependencies This is a semi-manual bump of all dependencies (except syntect, which is more complex to update). Change-Id: I8c678a16d779f3f896b95f7d161710ac39d38e88 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7786 Tested-by: BuildkiteCI Reviewed-by: sterni Autosubmit: tazjin --- tools/cheddar/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/cheddar/Cargo.toml') diff --git a/tools/cheddar/Cargo.toml b/tools/cheddar/Cargo.toml index ee4cbb4d580e..a1447f7b91a8 100644 --- a/tools/cheddar/Cargo.toml +++ b/tools/cheddar/Cargo.toml @@ -6,12 +6,12 @@ edition = "2018" [dependencies] clap = "2.33" -comrak = "0.10" +comrak = "0.15" lazy_static = "1.4" -rouille = "3.5" +rouille = "3.6" syntect = "4.5.0" serde_json = "1.0" -regex = "1.4" +regex = "1.7" [dependencies.serde] version = "1.0" -- cgit 1.4.1