From 0fc24955aa756cee1dccd2f5b2df707e4f8c60c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 08:13:59 +0000 Subject: [PATCH] Bump url from 2.2.1 to 2.2.2 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- metadata/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bd2a8dd7..61f5160e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3920,9 +3920,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/Cargo.toml b/Cargo.toml index f973e7bd..0dcdb42b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ semver = { version = "0.11.0", features = ["serde"] } serde = { version = "1.0.125", default-features = false, features = ["derive"] } serde_json = "1.0.64" tempfile = "3.2.0" -url = { version = "2.2.1", features = ["serde"] } +url = { version = "2.2.2", features = ["serde"] } impl-serde = "0.3.1" regex = "1.4" diff --git a/metadata/Cargo.toml b/metadata/Cargo.toml index 091a341f..1e6f4f8e 100644 --- a/metadata/Cargo.toml +++ b/metadata/Cargo.toml @@ -20,7 +20,7 @@ path = "lib.rs" semver = { version = "0.11.0", features = ["serde"] } serde = { version = "1.0.125", default-features = false, features = ["derive"] } serde_json = "1.0.64" -url = { version = "2.2.1", features = ["serde"] } +url = { version = "2.2.2", features = ["serde"] } [dev-dependencies] pretty_assertions = "0.7.2" -- GitLab