diff --git a/Cargo.toml b/Cargo.toml index 31c710e..d9870d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ path = "src/lib.rs" [dependencies] # Dependencies required for building and running the project. -comrak = "0.28" +comrak = "0.29" frontmatter-gen = "0.0.2" lazy_static = "1.5" mdx-gen = "0.0.1"