diff --git a/Cargo.lock b/Cargo.lock index 41101b9..d38cbcd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2455,9 +2455,9 @@ dependencies = [ [[package]] name = "pulldown-cmark" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34f197a544b0c9ab3ae46c359a7ec9cbbb5c7bf97054266fecb7ead794a181d6" +checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63" dependencies = [ "bitflags", "getopts", diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index 962754c..ea5091b 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -23,7 +23,7 @@ glob = "0.3.0" http = "0.2.8" linkify = "0.9.0" openssl-sys = "0.9.75" -pulldown-cmark = "0.9.1" +pulldown-cmark = "0.9.2" regex = "1.6.0" # Use trust-dns to avoid lookup failures on high concurrency # https://github.com/seanmonstar/reqwest/issues/296