From baf7e98c1e03d4b013f22047e6a4f391bac1ad63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 10:30:10 +0000 Subject: [PATCH] cargo: 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 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 00b1a7551..923ea78cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3884,9 +3884,9 @@ dependencies = [ [[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 7c01774fd..9bdb598e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ strum_macros = "0.20.1" surf = { version = "2.0.0-alpha.4", default-features = false, features = ["h1-client"] } thiserror = "1.0.14" toml = "0.5.6" -url = "2.1.1" +url = "2.2.2" uuid = { version = "0.8", features = ["serde", "v4"] } [dev-dependencies]