diff --git a/Cargo.lock b/Cargo.lock index d69e82a..81f660f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1522,9 +1522,9 @@ dependencies = [ [[package]] name = "pulldown-cmark" -version = "0.12.2" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14" +checksum = "e9f068eba8e7071c5f9511831b44f32c740d5adf574e990f946ddb53db2f314e" dependencies = [ "bitflags", "getopts", diff --git a/Cargo.toml b/Cargo.toml index f77f09a..61435d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ reqwest = { version = "0.12", default-features = false, features = ["json", "rus serde_json = "1.0" tokio = { version = "1.39", features = ["rt-multi-thread", "macros", "time"] } async-trait = "0.1" -pulldown-cmark = "0.12" +pulldown-cmark = "0.13" # The profile that 'dist' will build with [profile.dist]