Skip to content

Commit a32dc50

Browse files
deps: bump pin-project from 1.1.10 to 1.1.11
Pull-Request: #6318.
1 parent 66981d4 commit a32dc50

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ multiaddr = { workspace = true }
2121
multihash = { workspace = true }
2222
multistream-select = { workspace = true }
2323
parking_lot = "0.12.3"
24-
pin-project = "1.1.5"
24+
pin-project = "1.1.11"
2525
quick-protobuf = "0.8"
2626
rand = "0.8"
2727
rw-stream-sink = { workspace = true }

misc/metrics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ libp2p-kad = { workspace = true, optional = true }
3030
libp2p-ping = { workspace = true, optional = true }
3131
libp2p-relay = { workspace = true, optional = true }
3232
libp2p-swarm = { workspace = true }
33-
pin-project = "1.1.5"
33+
pin-project = "1.1.11"
3434
prometheus-client = { workspace = true }
3535

3636
[dev-dependencies]

misc/multistream-select/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories = ["network-programming", "asynchronous"]
1414
bytes = "1"
1515
futures = { workspace = true }
1616
tracing = { workspace = true }
17-
pin-project = "1.1.5"
17+
pin-project = "1.1.11"
1818
smallvec = "1.15.1"
1919
unsigned-varint = { workspace = true }
2020

misc/rw-stream-sink/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"]
1212

1313
[dependencies]
1414
futures = { workspace = true }
15-
pin-project = "1.1.5"
15+
pin-project = "1.1.11"
1616
static_assertions = "1"
1717

1818
[dev-dependencies]

transports/pnet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ salsa20 = "0.10"
1616
sha3 = "0.10"
1717
tracing = { workspace = true }
1818
rand = "0.8"
19-
pin-project = "1.1.5"
19+
pin-project = "1.1.11"
2020

2121
[dev-dependencies]
2222
libp2p-core = { workspace = true }

0 commit comments

Comments
 (0)