Skip to content

Commit d3da24f

Browse files
deps: bump pin-project from 1.1.2 to 1.1.3
Pull-Request: #4296.
1 parent ffdd812 commit d3da24f

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

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
@@ -23,7 +23,7 @@ multihash = { workspace = true }
2323
multistream-select = { workspace = true }
2424
once_cell = "1.18.0"
2525
parking_lot = "0.12.0"
26-
pin-project = "1.1.2"
26+
pin-project = "1.1.3"
2727
quick-protobuf = "0.8"
2828
rand = "0.8"
2929
rw-stream-sink = { workspace = true }

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 = "0.3"
1616
log = "0.4"
17-
pin-project = "1.1.2"
17+
pin-project = "1.1.3"
1818
smallvec = "1.11.0"
1919
unsigned-varint = "0.7"
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 = "0.3.28"
15-
pin-project = "1.1.2"
15+
pin-project = "1.1.3"
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 @@ log = "0.4.20"
1616
salsa20 = "0.10"
1717
sha3 = "0.10"
1818
rand = "0.8"
19-
pin-project = "1.1.2"
19+
pin-project = "1.1.3"
2020

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

0 commit comments

Comments
 (0)