diff --git a/Cargo.lock b/Cargo.lock index 909ff789..036d5907 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3078,18 +3078,18 @@ dependencies = [ [[package]] name = "pin-project" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead" +checksum = "030ad2bc4db10a8944cb0d837f158bdfec4d4a4873ab701a95046770d11f8842" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.1.0" +version = "1.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07" +checksum = "ec2e072ecce94ec471b13398d5402c188e76ac03cf74dd1a975161b23a3f6d9c" dependencies = [ "proc-macro2 1.0.63", "quote 1.0.28", diff --git a/tower-batch-control/Cargo.toml b/tower-batch-control/Cargo.toml index a16ac617..cbb89fed 100644 --- a/tower-batch-control/Cargo.toml +++ b/tower-batch-control/Cargo.toml @@ -24,7 +24,7 @@ categories = ["algorithms", "asynchronous"] [dependencies] futures = "0.3.28" futures-core = "0.3.28" -pin-project = "1.1.0" +pin-project = "1.1.2" rayon = "1.7.0" tokio = { version = "1.29.1", features = ["time", "sync", "tracing", "macros"] } tokio-util = "0.7.8" diff --git a/tower-fallback/Cargo.toml b/tower-fallback/Cargo.toml index ea62c333..e7d9a58c 100644 --- a/tower-fallback/Cargo.toml +++ b/tower-fallback/Cargo.toml @@ -16,7 +16,7 @@ keywords = ["tower", "batch"] categories = ["algorithms", "asynchronous"] [dependencies] -pin-project = "1.1.0" +pin-project = "1.1.2" tower = "0.4.13" futures-core = "0.3.28" tracing = "0.1.37" diff --git a/zebra-network/Cargo.toml b/zebra-network/Cargo.toml index cc4b8fe7..643c3d49 100644 --- a/zebra-network/Cargo.toml +++ b/zebra-network/Cargo.toml @@ -52,7 +52,7 @@ itertools = "0.11.0" lazy_static = "1.4.0" num-integer = "0.1.45" ordered-map = "0.4.2" -pin-project = "1.1.0" +pin-project = "1.1.2" rand = "0.8.5" rayon = "1.7.0" regex = "1.8.4" diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 9e13a9e3..10c90d64 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -166,7 +166,7 @@ futures = "0.3.28" rayon = "1.7.0" tokio = { version = "1.29.1", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] } tower = { version = "0.4.13", features = ["hedge", "limit"] } -pin-project = "1.1.0" +pin-project = "1.1.2" color-eyre = { version = "0.6.2", default-features = false, features = ["issue-url"] } # This is a transitive dependency via color-eyre.