Skip to content

Commit

Permalink
Update curve25519-dalek requirement from 3 to 4
Browse files Browse the repository at this point in the history
Updates the requirements on [curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) to permit the latest version.
- [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases)
- [Commits](dalek-cryptography/curve25519-dalek@3.0.0...3.2.1)

---
updated-dependencies:
- dependency-name: curve25519-dalek
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 11, 2023
1 parent d5c2f1e commit db69899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curve25519-parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ readme = "../README.md"
[dependencies]
der-parser = { version = "8", default-features = false}
x25519-dalek = { version = "1", default-features = false}
curve25519-dalek = { version = "3", default-features = false, features = ["u64_backend"]}
curve25519-dalek = { version = "4", default-features = false, features = ["u64_backend"]}
sha2 = { version = "0", default-features = false}
pem = { version = "2", default-features = false}

Expand Down

0 comments on commit db69899

Please sign in to comment.