mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 15:47:58 +00:00
Remove duplicated dependencies (#6930)
Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
@@ -37,7 +37,7 @@ crate-type = ["cdylib", "rlib"]
|
||||
codec = { package = "parity-scale-codec", version = "1.3.4" }
|
||||
serde = { version = "1.0.102", features = ["derive"] }
|
||||
futures = { version = "0.3.1", features = ["compat"] }
|
||||
hex-literal = "0.2.1"
|
||||
hex-literal = "0.3.1"
|
||||
jsonrpc-core = "14.2.0"
|
||||
jsonrpc-pubsub = "14.2.0"
|
||||
log = "0.4.8"
|
||||
|
||||
Reference in New Issue
Block a user