diff --git a/core/Cargo.toml b/core/Cargo.toml index db365e02321..3dd0c08e364 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -10,7 +10,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"] categories = ["network-programming", "asynchronous"] [dependencies] -asn1_der = "0.6.1" +asn1_der = "0.7.4" bs58 = "0.4.0" ed25519-dalek = "1.0.1" either = "1.5"