diff options
Diffstat (limited to 'tools/cheddar/Cargo.toml')
-rw-r--r-- | tools/cheddar/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/cheddar/Cargo.toml b/tools/cheddar/Cargo.toml index fe936deb4c0f..ca9ed0dfe4ac 100644 --- a/tools/cheddar/Cargo.toml +++ b/tools/cheddar/Cargo.toml @@ -5,6 +5,6 @@ authors = ["Vincent Ambo <mail@tazj.in>"] edition = "2018" [dependencies] -comrak = "0.6" +comrak = "0.7" lazy_static = "1.4" -syntect = "3.3" +syntect = "4.2.0" |