diff --git a/curve25519-parser/Cargo.toml b/curve25519-parser/Cargo.toml index 9e4fc330..9e7b8afe 100644 --- a/curve25519-parser/Cargo.toml +++ b/curve25519-parser/Cargo.toml @@ -12,7 +12,7 @@ readme = "../README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -der-parser = "4" +der-parser = "5" # 'nom' dependency from 'der-parser' nom = "5" x25519-dalek = "1"