mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 15:11:03 +00:00
Bump futures from 0.3.25 to 0.3.26 (#2152)
This commit is contained in:
@@ -8,7 +8,7 @@ edition = "2021"
|
||||
[dependencies]
|
||||
async-trait = "0.1.63"
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", features = [ "derive" ] }
|
||||
futures = "0.3.25"
|
||||
futures = "0.3.26"
|
||||
tracing = "0.1.37"
|
||||
|
||||
# Substrate
|
||||
|
||||
@@ -9,7 +9,7 @@ edition = "2021"
|
||||
async-trait = "0.1.63"
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", features = [ "derive" ] }
|
||||
dyn-clone = "1.0.10"
|
||||
futures = "0.3.25"
|
||||
futures = "0.3.26"
|
||||
log = "0.4.17"
|
||||
tracing = "0.1.37"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.63"
|
||||
futures = "0.3.25"
|
||||
futures = "0.3.26"
|
||||
parking_lot = "0.12.1"
|
||||
tracing = "0.1.37"
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ edition = "2021"
|
||||
[dependencies]
|
||||
async-trait = "0.1.63"
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", features = [ "derive" ] }
|
||||
futures = "0.3.25"
|
||||
futures = "0.3.26"
|
||||
futures-timer = "3.0.2"
|
||||
parking_lot = "0.12.1"
|
||||
tracing = "0.1.37"
|
||||
|
||||
@@ -7,7 +7,7 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
codec = { package = "parity-scale-codec", version = "3.0.0", features = [ "derive" ] }
|
||||
futures = "0.3.25"
|
||||
futures = "0.3.26"
|
||||
futures-timer = "3.0.2"
|
||||
rand = "0.8.5"
|
||||
tracing = "0.1.37"
|
||||
|
||||
@@ -6,7 +6,7 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.63"
|
||||
futures = "0.3.25"
|
||||
futures = "0.3.26"
|
||||
futures-timer = "3.0.2"
|
||||
|
||||
# Substrate
|
||||
|
||||
@@ -16,7 +16,7 @@ sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "
|
||||
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
|
||||
tokio = { version = "1.24.2", features = ["sync"] }
|
||||
futures = "0.3.25"
|
||||
futures = "0.3.26"
|
||||
async-trait = "0.1.63"
|
||||
thiserror = "1.0.38"
|
||||
jsonrpsee-core = "0.16.2"
|
||||
|
||||
@@ -41,6 +41,6 @@ array-bytes = "6.0"
|
||||
lru = "0.9"
|
||||
tracing = "0.1.37"
|
||||
async-trait = "0.1.63"
|
||||
futures = "0.3.25"
|
||||
futures = "0.3.26"
|
||||
url = "2.2.2"
|
||||
tokio = { version = "1.24.2", features = ["macros"] }
|
||||
|
||||
@@ -21,7 +21,7 @@ sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "mas
|
||||
sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
tokio = { version = "1.24.2", features = ["sync"] }
|
||||
|
||||
futures = "0.3.25"
|
||||
futures = "0.3.26"
|
||||
futures-timer = "3.0.2"
|
||||
parity-scale-codec = "3.2.1"
|
||||
jsonrpsee = { version = "0.16.2", features = ["ws-client"] }
|
||||
|
||||
@@ -6,7 +6,7 @@ edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
parking_lot = "0.12.1"
|
||||
futures = "0.3.24"
|
||||
futures = "0.3.26"
|
||||
|
||||
# Substrate
|
||||
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
|
||||
Reference in New Issue
Block a user