From 5576fe4e3cd2857867fd04ffbaddaa38e1b5ffaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Sep 2022 23:55:59 +0200 Subject: [PATCH] Bump url from 2.2.2 to 2.3.0 (#1604) 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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 5 ++--- client/cli/Cargo.toml | 2 +- client/network/Cargo.toml | 2 +- client/relay-chain-rpc-interface/Cargo.toml | 2 +- test/service/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3bcd028af8..572b935811 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12548,13 +12548,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", ] diff --git a/client/cli/Cargo.toml b/client/cli/Cargo.toml index 422764955d..b863a0d983 100644 --- a/client/cli/Cargo.toml +++ b/client/cli/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] clap = { version = "3.2.20", features = ["derive", "deprecated"] } codec = { package = "parity-scale-codec", version = "3.0.0" } -url = "2.2.2" +url = "2.3.0" # Substrate sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/client/network/Cargo.toml b/client/network/Cargo.toml index acbef32955..d40981673b 100644 --- a/client/network/Cargo.toml +++ b/client/network/Cargo.toml @@ -34,7 +34,7 @@ cumulus-relay-chain-interface = { path = "../relay-chain-interface" } [dev-dependencies] portpicker = "0.1.1" tokio = { version = "1.21.0", features = ["macros"] } -url = "2.2.2" +url = "2.3.0" # Substrate sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/client/relay-chain-rpc-interface/Cargo.toml b/client/relay-chain-rpc-interface/Cargo.toml index 626f1295f5..fd14a02dbf 100644 --- a/client/relay-chain-rpc-interface/Cargo.toml +++ b/client/relay-chain-rpc-interface/Cargo.toml @@ -27,5 +27,5 @@ parking_lot = "0.12.1" jsonrpsee = { version = "0.15.1", features = ["ws-client"] } tracing = "0.1.36" async-trait = "0.1.57" -url = "2.2.2" +url = "2.3.0" backoff = { version = "0.4.0", features = ["tokio"] } diff --git a/test/service/Cargo.toml b/test/service/Cargo.toml index d2fec69556..a05ac42f3f 100644 --- a/test/service/Cargo.toml +++ b/test/service/Cargo.toml @@ -18,7 +18,7 @@ rand = "0.8.5" serde = { version = "1.0.144", features = ["derive"] } tokio = { version = "1.21.0", features = ["macros"] } tracing = "0.1.36" -url = "2.2.2" +url = "2.3.0" # Substrate frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" }