diff --git a/Cargo.lock b/Cargo.lock index 2e79300cff9..72dc5d18562 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4260,18 +4260,18 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pin-project" -version = "1.1.3" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422" +checksum = "0302c4a0442c456bd56f841aee5c3bfd17967563f6fadc9ceb9f9c23cf3807e0" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.1.3" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405" +checksum = "266c042b60c9c76b8d53061e52b2e0d1116abc57cefc8c5cd671619a56ac3690" dependencies = [ "proc-macro2", "quote", diff --git a/core/Cargo.toml b/core/Cargo.toml index 5c941db6e33..bd14195df9a 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -22,7 +22,7 @@ multihash = { workspace = true } multistream-select = { workspace = true } once_cell = "1.19.0" parking_lot = "0.12.0" -pin-project = "1.1.3" +pin-project = "1.1.4" quick-protobuf = "0.8" rand = "0.8" rw-stream-sink = { workspace = true } diff --git a/misc/metrics/Cargo.toml b/misc/metrics/Cargo.toml index 0607808214c..4f1e66048bf 100644 --- a/misc/metrics/Cargo.toml +++ b/misc/metrics/Cargo.toml @@ -30,7 +30,7 @@ libp2p-kad = { workspace = true, optional = true } libp2p-ping = { workspace = true, optional = true } libp2p-relay = { workspace = true, optional = true } libp2p-swarm = { workspace = true } -pin-project = "1.0.0" +pin-project = "1.1.4" prometheus-client = { workspace = true } [dev-dependencies] diff --git a/misc/multistream-select/Cargo.toml b/misc/multistream-select/Cargo.toml index 34b5b6a636c..b0461ff9936 100644 --- a/misc/multistream-select/Cargo.toml +++ b/misc/multistream-select/Cargo.toml @@ -14,7 +14,7 @@ categories = ["network-programming", "asynchronous"] bytes = "1" futures = "0.3" tracing = "0.1.37" -pin-project = "1.1.3" +pin-project = "1.1.4" smallvec = "1.11.2" unsigned-varint = { workspace = true } diff --git a/misc/rw-stream-sink/Cargo.toml b/misc/rw-stream-sink/Cargo.toml index ae10cbc35b2..280f08bb56d 100644 --- a/misc/rw-stream-sink/Cargo.toml +++ b/misc/rw-stream-sink/Cargo.toml @@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"] [dependencies] futures = "0.3.29" -pin-project = "1.1.3" +pin-project = "1.1.4" static_assertions = "1" [dev-dependencies] diff --git a/transports/pnet/Cargo.toml b/transports/pnet/Cargo.toml index f598e876c09..451703463c8 100644 --- a/transports/pnet/Cargo.toml +++ b/transports/pnet/Cargo.toml @@ -16,7 +16,7 @@ salsa20 = "0.10" sha3 = "0.10" tracing = "0.1.37" rand = "0.8" -pin-project = "1.1.3" +pin-project = "1.1.4" [dev-dependencies] libp2p-core = { workspace = true }