Skip to content

Commit 1a54eff

Browse files
chore: unify futures versions (#10059)
### Description Bump `futures` version to match that of `turborepo-lib` ### Testing Instructions Existing tests
1 parent e4bea15 commit 1a54eff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ derive_setters = "0.1.6"
107107
dialoguer = "0.11.0"
108108
dunce = "1.0.3"
109109
either = "1.9.0"
110-
futures = "0.3.26"
110+
futures = "0.3.30"
111111
futures-retry = "0.6.0"
112112
git2 = { version = "0.20.0", default-features = false }
113113
hex = "0.4.3"

crates/turborepo-lib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dialoguer = { workspace = true, features = ["fuzzy-select", "password"] }
5858
dirs-next = "2.0.0"
5959
dunce = { workspace = true }
6060
either = { workspace = true }
61-
futures = "0.3.30"
61+
futures = { workspace = true }
6262
futures-core = "0.3.30"
6363
git2 = { workspace = true, default-features = false }
6464
globwalk = { version = "0.1.0", path = "../turborepo-globwalk" }

crates/turborepo-signals/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "MIT"
66

77
[dependencies]
8-
futures = "0.3.30"
8+
futures = { workspace = true }
99
thiserror = { workspace = true }
1010
tokio = { workspace = true, features = ["full", "time"] }
1111

0 commit comments

Comments
 (0)