mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 02:51:01 +00:00
Bump serde_json from 1.0.52 to 1.0.53 (#87)
This commit is contained in:
committed by
Bastian Köcher
parent
16d49f6417
commit
4f119c0fd9
@@ -25,7 +25,7 @@ parity-crypto = { version = "0.6", features = ["publickey"] }
|
|||||||
parking_lot = "0.10.2"
|
parking_lot = "0.10.2"
|
||||||
rustc-hex = "2.0.1"
|
rustc-hex = "2.0.1"
|
||||||
serde = { version = "1.0.106", features = ["derive"] }
|
serde = { version = "1.0.106", features = ["derive"] }
|
||||||
serde_json = "1.0.51"
|
serde_json = "1.0.53"
|
||||||
sp-bridge-eth-poa = { path = "../../primitives/ethereum-poa" }
|
sp-bridge-eth-poa = { path = "../../primitives/ethereum-poa" }
|
||||||
time = "0.2"
|
time = "0.2"
|
||||||
web3 = { git = "https://github.com/svyatonik/rust-web3.git", branch = "add-receipt-root" }
|
web3 = { git = "https://github.com/svyatonik/rust-web3.git", branch = "add-receipt-root" }
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ env_logger = "0.7.1"
|
|||||||
futures = "0.3.1"
|
futures = "0.3.1"
|
||||||
jsonrpsee = { git = "https://github.com/paritytech/jsonrpsee", features = ["ws"] }
|
jsonrpsee = { git = "https://github.com/paritytech/jsonrpsee", features = ["ws"] }
|
||||||
log = "0.4.8"
|
log = "0.4.8"
|
||||||
serde_json = "1.0.51"
|
serde_json = "1.0.53"
|
||||||
url = "2.1.0"
|
url = "2.1.0"
|
||||||
|
|
||||||
[dependencies.sp-core]
|
[dependencies.sp-core]
|
||||||
|
|||||||
Reference in New Issue
Block a user