From c7b2b9e805b4827a655d7dffa5a226510bbfdb65 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 10:04:02 +0100 Subject: [PATCH] Bump linkify from 0.4.0 to 0.5.0 (#141) Bumps [linkify](https://github.com/robinst/linkify) from 0.4.0 to 0.5.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.4.0...0.5.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 6b0c5b1..272cbc5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1355,9 +1355,9 @@ checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3" [[package]] name = "linkify" -version = "0.4.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "03951527dd24d2c59f407502e7d88e0948ef06fac23335b556a4c2bc03c22096" +checksum = "78d59d732ba6d7eeefc418aab8057dc8e3da4374bd5802ffa95bebc04b4d1dfb" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index 61bf9a2..eb6134d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ glob = "0.3.0" http = "0.2.3" # Switch back to version on crates.io after 0.6.3+ is released hubcaps = { git="https://github.com/softprops/hubcaps.git" } -linkify = "0.4.0" +linkify = "0.5.0" regex = "1.4.3" url = "2.2.0" # Switch back to version on crates.io after