From 7e497723cb27252008d63892018987dcebbfe995 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 09:19:51 +0200 Subject: [PATCH] Bump linkify from 0.6.0 to 0.7.0 (#249) Bumps [linkify](https://github.com/robinst/linkify) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/robinst/linkify/releases) - [Changelog](https://github.com/robinst/linkify/blob/main/CHANGELOG.md) - [Commits](https://github.com/robinst/linkify/compare/0.6.0...0.7.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- lychee-lib/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7161f8d..31eb9cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1312,9 +1312,9 @@ checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3" [[package]] name = "linkify" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1986921c3c13e81df623c66a298d4b130c061bcb98a01f5b2d3ac402b1649a7f" +checksum = "04d828fdc1ffceb369a5a9183bd4df2dbb3678f40c8b3fbaa9231de32beb29f9" dependencies = [ "memchr", ] diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index 4a0cf3f..5abab26 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -24,7 +24,7 @@ glob = "0.3.0" html5ever = "0.25.1" http = "0.2.4" hubcaps = "0.6.2" -linkify = "0.6.0" +linkify = "0.7.0" markup5ever_rcdom = "0.1.0" openssl-sys = "0.9.63" pulldown-cmark = "0.8.0"