diff --git a/Cargo.lock b/Cargo.lock index aa5ebd9..fc453c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2395,9 +2395,9 @@ dependencies = [ [[package]] name = "pulldown-cmark" -version = "0.8.0" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffade02495f22453cd593159ea2f59827aae7f53fa8323f756799b670881dcf8" +checksum = "acd16514d1af5f7a71f909a44ef253cdb712a376d7ebc8ae4a471a9be9743548" dependencies = [ "bitflags", "getopts", diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index 55b69d7..9d9ce5a 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -25,7 +25,7 @@ http = "0.2.5" hubcaps = "0.6.2" linkify = "0.8.0" openssl-sys = "0.9.72" -pulldown-cmark = "0.8.0" +pulldown-cmark = "0.9.0" regex = "1.4.6" reqwest = { version = "0.11.8", features = ["gzip"] } # Make build work on Apple Silicon.