diff --git a/Cargo.lock b/Cargo.lock index 08f10da..3f6b93b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1338,9 +1338,9 @@ checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3" [[package]] name = "linkify" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78d59d732ba6d7eeefc418aab8057dc8e3da4374bd5802ffa95bebc04b4d1dfb" +checksum = "1986921c3c13e81df623c66a298d4b130c061bcb98a01f5b2d3ac402b1649a7f" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index ac92923..d460a33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ futures = "0.3.13" glob = "0.3.0" http = "0.2.4" hubcaps = "0.6.2" -linkify = "0.5.0" +linkify = "0.6.0" regex = "1.4.5" url = "2.2.1" check-if-email-exists = "0.8.21"