mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 21:41:12 +00:00
Bump url from 2.3.1 to 2.4.0 (#2694)
Bumps [url](https://github.com/servo/rust-url) from 2.3.1 to 2.4.0. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.3.1...v2.4.0) --- updated-dependencies: - dependency-name: url dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -7,7 +7,7 @@ edition = "2021"
|
||||
[dependencies]
|
||||
clap = { version = "4.3.2", features = ["derive"] }
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0" }
|
||||
url = "2.3.1"
|
||||
url = "2.4.0"
|
||||
|
||||
# Substrate
|
||||
sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
|
||||
@@ -32,7 +32,7 @@ cumulus-relay-chain-interface = { path = "../relay-chain-interface" }
|
||||
[dev-dependencies]
|
||||
portpicker = "0.1.1"
|
||||
tokio = { version = "1.28.2", features = ["macros"] }
|
||||
url = "2.3.1"
|
||||
url = "2.4.0"
|
||||
|
||||
# Substrate
|
||||
sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
|
||||
@@ -29,7 +29,7 @@ parity-scale-codec = "3.5.0"
|
||||
jsonrpsee = { version = "0.16.2", features = ["ws-client"] }
|
||||
tracing = "0.1.37"
|
||||
async-trait = "0.1.68"
|
||||
url = "2.3.1"
|
||||
url = "2.4.0"
|
||||
serde_json = "1.0.96"
|
||||
serde = "1.0.163"
|
||||
lru = "0.9.0"
|
||||
|
||||
Reference in New Issue
Block a user