mirror of
https://github.com/rosenpass/rosenpass.git
synced 2025-12-05 20:40:02 -08:00
update the lock file
This commit is contained in:
36
Cargo.lock
generated
36
Cargo.lock
generated
@@ -1227,12 +1227,11 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "libcrux-blake2"
|
||||
version = "0.0.2-beta.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3ce649c4eb25a6cae0f59d758052ffe9285e4eb5f3de36e67a584c04845fa92a"
|
||||
version = "0.0.2"
|
||||
source = "git+https://github.com/cryspen/libcrux.git?rev=36d7d392e1c2#36d7d392e1c2a6f90c9f5224d360d43895c4ac8e"
|
||||
dependencies = [
|
||||
"libcrux-hacl-rs",
|
||||
"libcrux-macros",
|
||||
"libcrux-hacl-rs 0.0.2",
|
||||
"libcrux-macros 0.0.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -1241,8 +1240,8 @@ version = "0.0.2-beta.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "04b666b490e714ff52d157da772a9a7faa3f394d619e79e64cdf1425599279ee"
|
||||
dependencies = [
|
||||
"libcrux-hacl-rs",
|
||||
"libcrux-macros",
|
||||
"libcrux-hacl-rs 0.0.2-beta.3",
|
||||
"libcrux-macros 0.0.2-beta.3",
|
||||
"libcrux-poly1305",
|
||||
]
|
||||
|
||||
@@ -1262,7 +1261,15 @@ version = "0.0.2-beta.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fb04660b91e0be4185c3a9dd8e2c317c478cc0616f9cba2a4d523e033f852fa1"
|
||||
dependencies = [
|
||||
"libcrux-macros",
|
||||
"libcrux-macros 0.0.2-beta.3",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "libcrux-hacl-rs"
|
||||
version = "0.0.2"
|
||||
source = "git+https://github.com/cryspen/libcrux.git?rev=36d7d392e1c2#36d7d392e1c2a6f90c9f5224d360d43895c4ac8e"
|
||||
dependencies = [
|
||||
"libcrux-macros 0.0.2",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -1284,6 +1291,15 @@ dependencies = [
|
||||
"syn 2.0.98",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "libcrux-macros"
|
||||
version = "0.0.2"
|
||||
source = "git+https://github.com/cryspen/libcrux.git?rev=36d7d392e1c2#36d7d392e1c2a6f90c9f5224d360d43895c4ac8e"
|
||||
dependencies = [
|
||||
"quote",
|
||||
"syn 2.0.98",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "libcrux-ml-kem"
|
||||
version = "0.0.2-beta.3"
|
||||
@@ -1312,8 +1328,8 @@ version = "0.0.2-beta.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "82169ddf387e1912ebcde17979607e6a380dc758631757e7969652debe4dde9b"
|
||||
dependencies = [
|
||||
"libcrux-hacl-rs",
|
||||
"libcrux-macros",
|
||||
"libcrux-hacl-rs 0.0.2-beta.3",
|
||||
"libcrux-macros 0.0.2-beta.3",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
Reference in New Issue
Block a user