Update ed25519-dalek to v2 (#1446)

* Update to ed25519-dalek v2
* Update Cargo.lock
* Remove default features
* Update cumulus/bridges/primitives/test-utils/src/keyring.rs

Co-authored-by: Bastian Köcher <git@kchr.de>

---------

Co-authored-by: Bastian Köcher <git@kchr.de>
This commit is contained in:
Chevdor
2023-09-08 12:14:57 +02:00
committed by GitHub
parent bce7c2465c
commit 92d7751b4d
4 changed files with 13 additions and 50 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ tracing = { version = "0.1.29", default-features = false }
tracing-core = { version = "0.1.28", default-features = false}
# Required for backwards compatibility reason, but only used for verifying when `UseDalekExt` is set.
ed25519-dalek = { version = "2.0.0", default-features = false, optional = true }
ed25519-dalek = { version = "2.0", default-features = false, optional = true }
[build-dependencies]
rustversion = "1.0.6"