From 2665eeb09dab8b3fa74a8d08b3d70fe62f8ae2d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 15:40:32 +0200 Subject: [PATCH] Bump linkify from 0.9.0 to 0.10.0 (#1122) Bumps [linkify](https://github.com/robinst/linkify) from 0.9.0 to 0.10.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.9.0...0.10.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 5eb07ab..9c25fed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1969,9 +1969,9 @@ checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" [[package]] name = "linkify" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96dd5884008358112bc66093362197c7248ece00d46624e2cf71e50029f8cff5" +checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780" dependencies = [ "memchr", ] diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index f5b9f15..f600bce 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -30,7 +30,7 @@ http = "0.2.9" hyper = "0.14.26" ip_network = "0.4.1" jwalk = "0.8.1" -linkify = "0.9.0" +linkify = "0.10.0" log = "0.4.19" octocrab = "0.25.1" once_cell = "1.18.0"