We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c8c04c commit 02caff4Copy full SHA for 02caff4
Cargo.toml
@@ -7,7 +7,7 @@ edition = "2018"
7
[dependencies]
8
env_logger = { version = "0.7", optional = true }
9
ws = { version = "0.9.1", optional = true, features = ["ssl"] }
10
-hex = { version = "0.4.2", default-features = false }
+hex = { version = "0.4.3", default-features = false, features = ["alloc"] }
11
log = { version = "0.4", optional = true }
12
serde = { version = "1.0", optional = true, features = ["derive"] }
13
serde_json = { version = "1.0", optional = true }
client-keystore/Cargo.toml
parking_lot = "0.10.0"
async-trait = "0.1.30"
-hex = "0.4.2"
+hex = "0.4"
serde_json = "1.0"
[dependencies.sp-core]
0 commit comments