diff --git a/autorust/Cargo.lock b/autorust/Cargo.lock index e1fa985..a959e23 100644 --- a/autorust/Cargo.lock +++ b/autorust/Cargo.lock @@ -643,17 +643,15 @@ checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" [[package]] name = "comrak" -version = "0.32.0" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48ae8f3e7e3f3d424cbb33354fc36943d507327d210aa5794b0192f4be726c6d" +checksum = "39bff2cbb80102771ca62bd2375bc6f6611dc1493373440b23aa08a155538708" dependencies = [ "bon", "caseless", "clap", "entities", "memchr", - "once_cell", - "regex", "shell-words", "slug", "syntect", diff --git a/autorust/codegen/Cargo.toml b/autorust/codegen/Cargo.toml index e01f72c..c3f0217 100644 --- a/autorust/codegen/Cargo.toml +++ b/autorust/codegen/Cargo.toml @@ -17,7 +17,7 @@ heck = "0.5" regex = "1" indexmap = { version = "2", features = ["serde"] } path_abs = "0.5" -comrak = "0.32" +comrak = "0.33" serde = "1" http-types = "2" once_cell = "1"