Take curve25519-dalek 4.1.2

This commit is contained in:
Joseph Birr-Pixton 2024-02-07 14:07:48 +00:00 committed by Daniel McCarney
parent 5cd41a3d4f
commit deaaf95c86
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -466,9 +466,9 @@ dependencies = [
[[package]]
name = "curve25519-dalek"
version = "4.1.1"
version = "4.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e89b8c6a2e4b1f45971ad09761aafb85514a84744b67a95e32c3cc1352d1f65c"
checksum = "0a677b8922c94e01bdbb12126b0bc852f00447528dee1782229af9c720c3f348"
dependencies = [
"cfg-if",
"cpufeatures",