mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-28 17:21:34 +00:00
12
Cargo.lock
generated
12
Cargo.lock
generated
@ -1174,9 +1174,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "curve25519-dalek"
|
||||
version = "4.1.0"
|
||||
version = "4.1.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "622178105f911d937a42cdb140730ba4a3ed2becd8ae6ce39c7d28b5d75d4588"
|
||||
checksum = "e89b8c6a2e4b1f45971ad09761aafb85514a84744b67a95e32c3cc1352d1f65c"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"cpufeatures",
|
||||
@ -1362,7 +1362,7 @@ version = "2.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7277392b266383ef8396db7fdeb1e77b6c52fed775f5df15bb24f35b72156980"
|
||||
dependencies = [
|
||||
"curve25519-dalek 4.1.0",
|
||||
"curve25519-dalek 4.1.1",
|
||||
"ed25519",
|
||||
"rand_core 0.6.4",
|
||||
"serde",
|
||||
@ -2796,7 +2796,7 @@ name = "libp2p-noise"
|
||||
version = "0.43.1"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"curve25519-dalek 4.1.0",
|
||||
"curve25519-dalek 4.1.1",
|
||||
"env_logger 0.10.0",
|
||||
"futures",
|
||||
"futures_ringbuf",
|
||||
@ -5200,7 +5200,7 @@ dependencies = [
|
||||
"aes-gcm 0.9.2",
|
||||
"blake2",
|
||||
"chacha20poly1305",
|
||||
"curve25519-dalek 4.1.0",
|
||||
"curve25519-dalek 4.1.1",
|
||||
"rand_core 0.6.4",
|
||||
"ring",
|
||||
"rustc_version",
|
||||
@ -6572,7 +6572,7 @@ version = "2.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fb66477291e7e8d2b0ff1bcb900bf29489a9692816d79874bea351e7a8b6de96"
|
||||
dependencies = [
|
||||
"curve25519-dalek 4.1.0",
|
||||
"curve25519-dalek 4.1.1",
|
||||
"rand_core 0.6.4",
|
||||
"serde",
|
||||
"zeroize",
|
||||
|
@ -10,7 +10,7 @@ repository = "https://github.com/libp2p/rust-libp2p"
|
||||
|
||||
[dependencies]
|
||||
bytes = "1"
|
||||
curve25519-dalek = "4.1.0"
|
||||
curve25519-dalek = "4.1.1"
|
||||
futures = "0.3.28"
|
||||
libp2p-core = { workspace = true }
|
||||
libp2p-identity = { workspace = true, features = ["ed25519"] }
|
||||
|
Reference in New Issue
Block a user