mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 07:41:08 +00:00
Pruned duplicated dependencies (#11900)
* Update comfy-table v5.0.1 => v6.0.0 Signed-off-by: koushiro <koushiro.cqx@gmail.com> * Update strum v0.23.0 => v0.24.1 Signed-off-by: koushiro <koushiro.cqx@gmail.com> * Update h2 v0.3.9 => v0.3.13 Signed-off-by: koushiro <koushiro.cqx@gmail.com> * Update file-per-thread-logger v0.1.4 => v0.1.5 Signed-off-by: koushiro <koushiro.cqx@gmail.com> * Update mio v0.8.0 => v0.8.4 Signed-off-by: koushiro <koushiro.cqx@gmail.com> * revert twox-hash Signed-off-by: koushiro <koushiro.cqx@gmail.com> * Update secp256k1 v0.21.2 => v0.24.0 Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
@@ -56,7 +56,7 @@ schnorrkel = { version = "0.9.1", features = [
|
||||
hex = { version = "0.4", default-features = false, optional = true }
|
||||
libsecp256k1 = { version = "0.7", default-features = false, features = ["static-context"], optional = true }
|
||||
merlin = { version = "2.0", default-features = false, optional = true }
|
||||
secp256k1 = { version = "0.21.2", default-features = false, features = ["recovery", "alloc"], optional = true }
|
||||
secp256k1 = { version = "0.24.0", default-features = false, features = ["recovery", "alloc"], optional = true }
|
||||
ss58-registry = { version = "1.18.0", default-features = false }
|
||||
sp-core-hashing = { version = "4.0.0", path = "./hashing", default-features = false, optional = true }
|
||||
sp-runtime-interface = { version = "6.0.0", default-features = false, path = "../runtime-interface" }
|
||||
|
||||
@@ -499,7 +499,7 @@ impl TraitPair for Pair {
|
||||
impl Pair {
|
||||
/// Get the seed for this key.
|
||||
pub fn seed(&self) -> Seed {
|
||||
self.secret.serialize_secret()
|
||||
self.secret.secret_bytes()
|
||||
}
|
||||
|
||||
/// Exactly as `from_string` except that if no matches are found then, the the first 32
|
||||
|
||||
@@ -30,7 +30,7 @@ sp-tracing = { version = "5.0.0", default-features = false, path = "../tracing"
|
||||
log = { version = "0.4.17", optional = true }
|
||||
futures = { version = "0.3.21", features = ["thread-pool"], optional = true }
|
||||
parking_lot = { version = "0.12.0", optional = true }
|
||||
secp256k1 = { version = "0.21.2", features = ["recovery", "global-context"], optional = true }
|
||||
secp256k1 = { version = "0.24.0", features = ["recovery", "global-context"], optional = true }
|
||||
tracing = { version = "0.1.29", default-features = false }
|
||||
tracing-core = { version = "0.1.28", default-features = false}
|
||||
|
||||
|
||||
@@ -15,6 +15,6 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[dependencies]
|
||||
lazy_static = "1.4.0"
|
||||
strum = { version = "0.23.0", features = ["derive"] }
|
||||
strum = { version = "0.24.1", features = ["derive"] }
|
||||
sp-core = { version = "6.0.0", path = "../core" }
|
||||
sp-runtime = { version = "6.0.0", path = "../runtime" }
|
||||
|
||||
Reference in New Issue
Block a user