diff --git a/curve25519-parser/Cargo.toml b/curve25519-parser/Cargo.toml index 9e4fc330..84432c2e 100644 --- a/curve25519-parser/Cargo.toml +++ b/curve25519-parser/Cargo.toml @@ -14,7 +14,7 @@ readme = "../README.md" [dependencies] der-parser = "4" # 'nom' dependency from 'der-parser' -nom = "5" +nom = "7" x25519-dalek = "1" curve25519-dalek = "3" sha2 = "0"