Skip to content

Commit 3b33f0a

Browse files
dependabot[bot]mcginty
authored andcommitted
Update curve25519-dalek requirement from =4.0.0-rc.0 to =4.0.0-rc.1
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](https://github.com/dalek-cryptography/curve25519-dalek/commits) --- updated-dependencies: - dependency-name: curve25519-dalek dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 386434a commit 3b33f0a

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
@@ -45,7 +45,7 @@ aes-gcm = { version = "0.9", optional = true }
4545
chacha20poly1305 = { version = "0.9", optional = true }
4646
blake2 = { version = "0.10", optional = true }
4747
sha2 = { version = "0.10", optional = true }
48-
curve25519-dalek = { version = "=4.0.0-rc.0", optional = true }
48+
curve25519-dalek = { version = "=4.0.0-rc.1", optional = true }
4949

5050
pqcrypto-kyber = { version = "0.7", optional = true }
5151
pqcrypto-traits = { version = "0.3", optional = true }

0 commit comments

Comments
 (0)