mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 04:11:07 +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
|
||||
|
||||
Reference in New Issue
Block a user