diff --git a/Cargo.lock b/Cargo.lock index f0b3de157..92ec1897f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3645,13 +3645,12 @@ checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" [[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", "serde", ] diff --git a/tools/automator/Cargo.toml b/tools/automator/Cargo.toml index 41554bba1..a377c52e2 100644 --- a/tools/automator/Cargo.toml +++ b/tools/automator/Cargo.toml @@ -10,7 +10,7 @@ chrono = "0.4.22" map-macro = "0.2.4" octocrab = "0.17.0" semver = "1.0.13" -url = "2.2.2" +url = "2.3.0" [dependencies.autolib] path = "../autolib"