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 6cc8163c730a..ee4cbb4d580e 100644 --- a/tools/cheddar/Cargo.toml +++ b/tools/cheddar/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" clap = "2.33" comrak = "0.10" lazy_static = "1.4" -rouille = "3.0" +rouille = "3.5" syntect = "4.5.0" serde_json = "1.0" regex = "1.4" |