diff --git a/Cargo.lock b/Cargo.lock index 505d6e2..1aca363 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1736,9 +1736,9 @@ checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3" [[package]] name = "linkify" -version = "0.8.1" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28d9967eb7d0bc31c39c6f52e8fce42991c0cd1f7a2078326f0b7a399a584c8d" +checksum = "96dd5884008358112bc66093362197c7248ece00d46624e2cf71e50029f8cff5" dependencies = [ "memchr", ] diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index 969d820..63d3b04 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -21,7 +21,7 @@ check-if-email-exists = "0.8.30" fast_chemail = "0.9.6" glob = "0.3.0" http = "0.2.8" -linkify = "0.8.1" +linkify = "0.9.0" openssl-sys = "0.9.74" pulldown-cmark = "0.9.1" regex = "1.6.0"