Skip to content

Commit 5576fe4

Browse files
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](servo/rust-url@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] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6a6d3b5 commit 5576fe4

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

Cargo.lock

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
[dependencies]
88
clap = { version = "3.2.20", features = ["derive", "deprecated"] }
99
codec = { package = "parity-scale-codec", version = "3.0.0" }
10-
url = "2.2.2"
10+
url = "2.3.0"
1111

1212
# Substrate
1313
sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" }

client/network/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ cumulus-relay-chain-interface = { path = "../relay-chain-interface" }
3434
[dev-dependencies]
3535
portpicker = "0.1.1"
3636
tokio = { version = "1.21.0", features = ["macros"] }
37-
url = "2.2.2"
37+
url = "2.3.0"
3838

3939
# Substrate
4040
sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" }

client/relay-chain-rpc-interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ parking_lot = "0.12.1"
2727
jsonrpsee = { version = "0.15.1", features = ["ws-client"] }
2828
tracing = "0.1.36"
2929
async-trait = "0.1.57"
30-
url = "2.2.2"
30+
url = "2.3.0"
3131
backoff = { version = "0.4.0", features = ["tokio"] }

test/service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rand = "0.8.5"
1818
serde = { version = "1.0.144", features = ["derive"] }
1919
tokio = { version = "1.21.0", features = ["macros"] }
2020
tracing = "0.1.36"
21-
url = "2.2.2"
21+
url = "2.3.0"
2222

2323
# Substrate
2424
frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" }

0 commit comments

Comments
 (0)