From 2bbfb4c1e6c9f8dafbd8b39b6249f7c84d6e7eaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 13:39:14 +0200 Subject: [PATCH] Bump linkify from 0.8.1 to 0.9.0 (#687) Bumps [linkify](https://github.com/robinst/linkify) from 0.8.1 to 0.9.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.8.1...0.9.0) --- updated-dependencies: - dependency-name: linkify dependency-type: direct:production update-type: version-update:semver-minor ... 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 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"