diff --git a/futures-test/Cargo.toml b/futures-test/Cargo.toml index b5aa8a7dd1..90e50ff919 100644 --- a/futures-test/Cargo.toml +++ b/futures-test/Cargo.toml @@ -19,7 +19,7 @@ futures-executor = { version = "0.3.21", path = "../futures-executor", default-f futures-sink = { version = "0.3.21", path = "../futures-sink", default-features = false } futures-macro = { version = "=0.3.21", path = "../futures-macro", default-features = false } pin-utils = { version = "0.1.0", default-features = false } -pin-project = "1.0.1" +pin-project = "1.0.11" [dev-dependencies] futures = { path = "../futures", default-features = false, features = ["std", "executor"] } diff --git a/futures/Cargo.toml b/futures/Cargo.toml index 6871f47eaa..b6ff22d387 100644 --- a/futures/Cargo.toml +++ b/futures/Cargo.toml @@ -27,7 +27,7 @@ futures-util = { path = "../futures-util", version = "0.3.21", default-features futures-executor = { path = "../futures-executor", features = ["thread-pool"] } futures-test = { path = "../futures-test" } assert_matches = "1.3.0" -pin-project = "1.0.1" +pin-project = "1.0.11" pin-utils = "0.1.0" static_assertions = "1" tokio = "0.1.11"