From 2b21e3b1223bc7d2b8b0f972f4dc83babf9c24d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 15:25:24 +0200 Subject: [PATCH] Bump url from 2.2.1 to 2.2.2 (#245) Bumps [url](https://github.com/servo/rust-url) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.2.1...v2.2.2) 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 2906256..7161f8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2764,9 +2764,9 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" [[package]] name = "url" -version = "2.2.1" +version = "2.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ccd964113622c8e9322cfac19eb1004a07e636c545f325da085d5cdde6f1f8b" +checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c" dependencies = [ "form_urlencoded", "idna", diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index cbcb592..4a0cf3f 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -39,7 +39,7 @@ serde = { version = "1.0.125", features = ["derive"] } shellexpand = "2.1.0" tokio = { version = "1.6.0", features = ["full"] } typed-builder = "0.9.0" -url = { version = "2.2.1", features = ["serde"] } +url = { version = "2.2.2", features = ["serde"] } [dev-dependencies] doc-comment = "0.3.3"