From 45b40a3e06e7a07f47792bfe413ce0c1c90bff0c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 9 Apr 2021 10:56:09 +0200 Subject: [PATCH] Bump linkify from 0.5.0 to 0.6.0 (#212) Bumps [linkify](https://github.com/robinst/linkify) from 0.5.0 to 0.6.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.5.0...0.6.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"