Skip to content

Commit 4bd2cf4

Browse files
Update curve25519-dalek requirement from =4.0.0-rc.1 to =4.0.0-rc.2 (#108)
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) - [Changelog](https://github.com/dalek-cryptography/curve25519-dalek/blob/main/CHANGELOG.md) - [Commits](dalek-cryptography/curve25519-dalek@4.0.0-rc.1...4.0.0-rc.2) --- updated-dependencies: - dependency-name: curve25519-dalek dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 829c6ad commit 4bd2cf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ serde = ["generic-array/serde", "dep:serde"]
2121
std = ["alloc"]
2222

2323
[dependencies]
24-
curve25519-dalek = { version = "=4.0.0-rc.1", default-features = false, features = [
24+
curve25519-dalek = { version = "=4.0.0-rc.2", default-features = false, features = [
2525
"rand_core",
2626
"zeroize",
2727
], optional = true }

0 commit comments

Comments
 (0)