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"