diff --git a/Cargo.lock b/Cargo.lock index 7fea59e768d1..170b629442c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5070,18 +5070,18 @@ dependencies = [ [[package]] name = "pin-project" -version = "1.0.5" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96fa8ebb90271c4477f144354485b8068bd8f6b78b428b01ba892ca26caf0b63" +checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.0.5" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "758669ae3558c6f74bd2a18b41f7ac0b5a195aea6639d6a9b5e5d1ad5ba24c0b" +checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb" dependencies = [ "proc-macro2 1.0.24", "quote 1.0.9", diff --git a/common/rate-limiter/Cargo.toml b/common/rate-limiter/Cargo.toml index ff3ef9a03ea7..37a70c7f2639 100644 --- a/common/rate-limiter/Cargo.toml +++ b/common/rate-limiter/Cargo.toml @@ -15,6 +15,6 @@ diem-workspace-hack = { path = "../workspace-hack" } diem-logger = { path = "../logger" } diem-metrics = { path = "../metrics" } futures = "0.3.12" -pin-project = "1.0.5" +pin-project = "1.0.10" tokio = { version = "1.3.0", features = ["full"] } tokio-util = { version = "0.6.4", features = ["compat"] } diff --git a/common/time-service/Cargo.toml b/common/time-service/Cargo.toml index c97bac60f550..84507e4f5943 100644 --- a/common/time-service/Cargo.toml +++ b/common/time-service/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" [dependencies] enum_dispatch = "0.3.5" futures = { version = "0.3.12", optional = true } -pin-project = { version = "1.0.5", optional = true } +pin-project = { version = "1.0.10", optional = true } thiserror = "1.0.24" tokio = { version = "1.3.0", features = ["macros", "rt-multi-thread", "time"], optional = true } @@ -21,7 +21,7 @@ diem-workspace-hack = { path = "../workspace-hack" } [dev-dependencies] futures = "0.3.12" -pin-project = "1.0.5" +pin-project = "1.0.10" tokio = { version = "1.3.0", features = ["macros", "rt-multi-thread", "time"] } tokio-test = "0.4.0" diff --git a/network/Cargo.toml b/network/Cargo.toml index 71075b7072cf..f1a9bfa81501 100644 --- a/network/Cargo.toml +++ b/network/Cargo.toml @@ -16,7 +16,7 @@ futures = "0.3.12" futures-util = "0.3.12" hex = "0.4.3" once_cell = "1.7.2" -pin-project = "1.0.5" +pin-project = "1.0.10" proptest = { version = "1.0.0", default-features = true, optional = true } proptest-derive = { version = "0.3.0", optional = true } rand = { version = "0.8.3", features = ["small_rng"] } diff --git a/network/netcore/Cargo.toml b/network/netcore/Cargo.toml index 20d993e5ee96..072279e49a4b 100644 --- a/network/netcore/Cargo.toml +++ b/network/netcore/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" [dependencies] bytes = "1.0.1" futures = "0.3.12" -pin-project = "1.0.5" +pin-project = "1.0.10" serde = { version = "1.0.124", default-features = false } tokio = { version = "1.3.0", features = ["full"] } tokio-util = { version = "0.6.4", features = ["compat"] } diff --git a/storage/backup/backup-cli/Cargo.toml b/storage/backup/backup-cli/Cargo.toml index 213804bee455..bf5d30d46a0f 100644 --- a/storage/backup/backup-cli/Cargo.toml +++ b/storage/backup/backup-cli/Cargo.toml @@ -18,7 +18,7 @@ hex = "0.4.3" itertools = "0.10.0" num_cpus = "1.13.0" once_cell = "1.7.2" -pin-project = "1.0.5" +pin-project = "1.0.10" rand = "0.8.3" regex = "1.4.3" reqwest = { version = "0.11.1", features = ["stream"], default-features = false }