Skip to content

Commit b48b93f

Browse files
Update pin-project requirement from 0.4.17 to 1.0.0 (#1793)
Updates the requirements on [pin-project](https://github.com/taiki-e/pin-project) to permit the latest version. - [Release notes](https://github.com/taiki-e/pin-project/releases) - [Changelog](https://github.com/taiki-e/pin-project/blob/master/CHANGELOG.md) - [Commits](taiki-e/pin-project@v0.4.17...v1.0.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d5793fe commit b48b93f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ libp2p-yamux = { version = "0.25.0", path = "muxers/yamux", optional = true }
8181
multiaddr = { package = "parity-multiaddr", version = "0.9.3", path = "misc/multiaddr" }
8282
multihash = "0.11.0"
8383
parking_lot = "0.11.0"
84-
pin-project = "0.4.17"
84+
pin-project = "1.0.0"
8585
smallvec = "1.0"
8686
wasm-timer = "0.2.4"
8787

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ multiaddr = { package = "parity-multiaddr", version = "0.9.2", path = "../misc/m
2424
multihash = "0.11.0"
2525
multistream-select = { version = "0.8.3", path = "../misc/multistream-select" }
2626
parking_lot = "0.11.0"
27-
pin-project = "0.4.17"
27+
pin-project = "1.0.0"
2828
prost = "0.6.1"
2929
rand = "0.7"
3030
rw-stream-sink = "0.2.0"

misc/multistream-select/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ edition = "2018"
1313
bytes = "0.5"
1414
futures = "0.3"
1515
log = "0.4"
16-
pin-project = "0.4.17"
16+
pin-project = "1.0.0"
1717
smallvec = "1.0"
1818
unsigned-varint = "0.5"
1919

protocols/secio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ lazy_static = "1.2.0"
2222
libp2p-core = { version = "0.22.0", path = "../../core" }
2323
log = "0.4.6"
2424
prost = "0.6.1"
25-
pin-project = "0.4.17"
25+
pin-project = "1.0.0"
2626
quicksink = "0.1"
2727
rand = "0.7"
2828
rw-stream-sink = "0.2.0"

0 commit comments

Comments
 (0)