]> git.lizzy.rs Git - rust.git/blobdiff - clippy_lints/Cargo.toml
non_copy_const: remove incorrect suggestion
[rust.git] / clippy_lints / Cargo.toml
index 48133cc5b02b2765fbdefa575b198ebd21416aa8..423e13e9dd5afdd3df7c985f0651bb3e34f15b8a 100644 (file)
@@ -27,7 +27,7 @@ semver = "0.9.0"
 serde = { version = "1.0", features = ["derive"] }
 toml = "0.5.3"
 unicode-normalization = "0.1"
-pulldown-cmark = "0.5.3"
+pulldown-cmark = "0.6.0"
 url = { version =  "2.1.0", features = ["serde"] } # cargo requires serde feat in its url dep
 # see https://github.com/rust-lang/rust/pull/63587#issuecomment-522343864
 if_chain = "1.0.0"