From 1020346217be5411b610a7bcdbf9f47a4afa96a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 02:09:18 +0000 Subject: [PATCH] Bump url from 2.2.2 to 2.3.0 Bumps [url](https://github.com/servo/rust-url) from 2.2.2 to 2.3.0. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.2.2...v2.3.0) --- updated-dependencies: - dependency-name: url dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- asyncgit/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9ce3fb99..b87c5c60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1807,13 +1807,12 @@ checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" [[package]] name = "url" -version = "2.2.2" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c" +checksum = "22fe195a4f217c25b25cb5058ced57059824a678474874038dc88d211bf508d3" dependencies = [ "form_urlencoded", "idna", - "matches", "percent-encoding", ] diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index b2ebd66f..d430d5bb 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -25,7 +25,7 @@ scopetime = { path = "../scopetime", version = "0.1" } shellexpand = "2.1" thiserror = "1.0" unicode-truncate = "0.2.0" -url = "2.2" +url = "2.3" [dev-dependencies] env_logger = "0.9"