Skip to content

Commit

Permalink
deps: bump pin-project from 1.1.2 to 1.1.3
Browse files Browse the repository at this point in the history
Pull-Request: #4296.
  • Loading branch information
dependabot[bot] committed Aug 18, 2023
1 parent ffdd812 commit d3da24f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ multihash = { workspace = true }
multistream-select = { workspace = true }
once_cell = "1.18.0"
parking_lot = "0.12.0"
pin-project = "1.1.2"
pin-project = "1.1.3"
quick-protobuf = "0.8"
rand = "0.8"
rw-stream-sink = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion misc/multistream-select/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories = ["network-programming", "asynchronous"]
bytes = "1"
futures = "0.3"
log = "0.4"
pin-project = "1.1.2"
pin-project = "1.1.3"
smallvec = "1.11.0"
unsigned-varint = "0.7"

Expand Down
2 changes: 1 addition & 1 deletion misc/rw-stream-sink/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"]

[dependencies]
futures = "0.3.28"
pin-project = "1.1.2"
pin-project = "1.1.3"
static_assertions = "1"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion transports/pnet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ log = "0.4.20"
salsa20 = "0.10"
sha3 = "0.10"
rand = "0.8"
pin-project = "1.1.2"
pin-project = "1.1.3"

[dev-dependencies]
libp2p-core = { workspace = true }
Expand Down

0 comments on commit d3da24f

Please sign in to comment.