diff options
Diffstat (limited to 'tools/cheddar/Cargo.toml')
-rw-r--r-- | tools/cheddar/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |