mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-31 00:41:59 +00:00
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -400,9 +400,9 @@ checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"
|
||||
|
||||
[[package]]
|
||||
name = "async-trait"
|
||||
version = "0.1.67"
|
||||
version = "0.1.68"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "86ea188f25f0255d8f92797797c97ebf5631fa88178beb1a46fdf5622c9a00e4"
|
||||
checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
@@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"]
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.67"
|
||||
async-trait = "0.1.68"
|
||||
libp2p-core = { version = "0.39.1", path = "../core" }
|
||||
libp2p-identity = { version = "0.1.1", path = "../identity" }
|
||||
libp2p-plaintext = { version = "0.39.1", path = "../transports/plaintext" }
|
||||
|
Reference in New Issue
Block a user