mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 01:47:55 +00:00
chore: update some deps to prune duplicated deps (#14515)
* chore: update some deps to prune duplicated deps - array-bytes: 4.1.0 => 6.1.0 - cid: 0.8.6 => 0.9.0 * fix
This commit is contained in:
@@ -9,12 +9,12 @@ description = "A no-std/Substrate compatible library to construct binary merkle
|
||||
homepage = "https://substrate.io"
|
||||
|
||||
[dependencies]
|
||||
array-bytes = { version = "4.1", optional = true }
|
||||
array-bytes = { version = "6.1", optional = true }
|
||||
log = { version = "0.4", default-features = false, optional = true }
|
||||
hash-db = { version = "0.16.0", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
array-bytes = "4.1"
|
||||
array-bytes = "6.1"
|
||||
env_logger = "0.9"
|
||||
sp-core = { version = "21.0.0", path = "../../primitives/core" }
|
||||
sp-runtime = { version = "24.0.0", path = "../../primitives/runtime" }
|
||||
|
||||
Reference in New Issue
Block a user