deps: bump pin-project from 1.1.0 to 1.1.2

Pull-Request: #4146.
This commit is contained in:
dependabot[bot]
2023-07-03 15:34:26 +00:00
committed by GitHub
parent 6e588084f5
commit ed4b4644d1
5 changed files with 8 additions and 8 deletions

8
Cargo.lock generated
View File

@ -3958,18 +3958,18 @@ checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
[[package]] [[package]]
name = "pin-project" name = "pin-project"
version = "1.1.0" version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead" checksum = "030ad2bc4db10a8944cb0d837f158bdfec4d4a4873ab701a95046770d11f8842"
dependencies = [ dependencies = [
"pin-project-internal", "pin-project-internal",
] ]
[[package]] [[package]]
name = "pin-project-internal" name = "pin-project-internal"
version = "1.1.0" version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07" checksum = "ec2e072ecce94ec471b13398d5402c188e76ac03cf74dd1a975161b23a3f6d9c"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

View File

@ -23,7 +23,7 @@ multihash = { workspace = true }
multistream-select = { workspace = true } multistream-select = { workspace = true }
once_cell = "1.18.0" once_cell = "1.18.0"
parking_lot = "0.12.0" parking_lot = "0.12.0"
pin-project = "1.1.0" pin-project = "1.1.2"
quick-protobuf = "0.8" quick-protobuf = "0.8"
rand = "0.8" rand = "0.8"
rw-stream-sink = { workspace = true } rw-stream-sink = { workspace = true }

View File

@ -14,7 +14,7 @@ categories = ["network-programming", "asynchronous"]
bytes = "1" bytes = "1"
futures = "0.3" futures = "0.3"
log = "0.4" log = "0.4"
pin-project = "1.1.0" pin-project = "1.1.2"
smallvec = "1.6.1" smallvec = "1.6.1"
unsigned-varint = "0.7" unsigned-varint = "0.7"

View File

@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"]
[dependencies] [dependencies]
futures = "0.3.28" futures = "0.3.28"
pin-project = "1.1.0" pin-project = "1.1.2"
static_assertions = "1" static_assertions = "1"
[dev-dependencies] [dev-dependencies]

View File

@ -16,7 +16,7 @@ log = "0.4.19"
salsa20 = "0.10" salsa20 = "0.10"
sha3 = "0.10" sha3 = "0.10"
rand = "0.8" rand = "0.8"
pin-project = "1.1.0" pin-project = "1.1.2"
[dev-dependencies] [dev-dependencies]
libp2p-core = { workspace = true } libp2p-core = { workspace = true }