mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 01:11:10 +00:00
Update schnorrkel to 0.11.4 (#2524)
This commit is contained in:
@@ -28,9 +28,9 @@ sp-externalities = { path = "../externalities", default-features = false }
|
||||
thiserror = { version = "1.0", optional = true }
|
||||
|
||||
# ECIES dependencies
|
||||
ed25519-dalek = { version = "2.0.0", optional = true }
|
||||
x25519-dalek = { version = "2.0.0", optional = true, features = ["static_secrets"] }
|
||||
curve25519-dalek = { version = "4.0.0", optional = true }
|
||||
ed25519-dalek = { version = "2.1", optional = true }
|
||||
x25519-dalek = { version = "2.0", optional = true, features = ["static_secrets"] }
|
||||
curve25519-dalek = { version = "4.1.1", optional = true }
|
||||
aes-gcm = { version = "0.10", optional = true }
|
||||
hkdf = { version = "0.12.0", optional = true }
|
||||
sha2 = { version = "0.10.7", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user