Skip to content

Commit 03d6cdd

Browse files
krallinfacebook-github-bot
authored andcommitted
third-party/rust: update futures
Summary: Those newer versions of Futures have compatibility improvements with Tokio, notably: - rust-lang/futures-rs#2333 - rust-lang/futures-rs#2358 Reviewed By: farnz Differential Revision: D26778794 fbshipit-source-id: 5a9dc002083e5edfa5c614d8d2242e586a93fcf6
1 parent 366d015 commit 03d6cdd

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

resctl/below/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ view = { package = "below-view", version = "0.1.0", path = "view" }
4040
walkdir = "2.2.9"
4141

4242
[dev-dependencies]
43-
futures = { version = "0.3.5", features = ["async-await", "compat"] }
43+
futures = { version = "0.3.13", features = ["async-await", "compat"] }
4444
maplit = "1.0"
4545
rand = { version = "0.7", features = ["small_rng"] }
4646
slog-term = "2.4.2"

resctl/below/if/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cgroupfs_thrift = { version = "0.1.0", path = "../../common/cgroupfs/if" }
2121
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
2222
const-cstr = "0.3.0"
2323
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "master" }
24-
futures = { version = "0.3.5", features = ["async-await", "compat"] }
24+
futures = { version = "0.3.13", features = ["async-await", "compat"] }
2525
lazy_static = "1.0"
2626
procfs_thrift = { version = "0.1.0", path = "../../common/procfs/if" }
2727
ref-cast = "1.0.2"

resctl/below/store/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ bitflags = "1.2"
1515
bytes = { version = "0.5", features = ["serde"] }
1616
common = { package = "below-common", version = "0.1.0", path = "../common" }
1717
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "master" }
18-
futures = { version = "0.3.5", features = ["async-await", "compat"] }
18+
futures = { version = "0.3.13", features = ["async-await", "compat"] }
1919
humantime = "1.3"
2020
maplit = "1.0"
2121
memmap = "0.7"

resctl/common/cgroupfs/if/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ async-trait = "0.1.29"
1919
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
2020
const-cstr = "0.3.0"
2121
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "master" }
22-
futures = { version = "0.3.5", features = ["async-await", "compat"] }
22+
futures = { version = "0.3.13", features = ["async-await", "compat"] }
2323
lazy_static = "1.0"
2424
ref-cast = "1.0.2"
2525
serde = { version = "=1.0.118", features = ["derive", "rc"] }

resctl/common/procfs/if/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ async-trait = "0.1.29"
1919
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "master" }
2020
const-cstr = "0.3.0"
2121
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "master" }
22-
futures = { version = "0.3.5", features = ["async-await", "compat"] }
22+
futures = { version = "0.3.13", features = ["async-await", "compat"] }
2323
lazy_static = "1.0"
2424
ref-cast = "1.0.2"
2525
serde = { version = "=1.0.118", features = ["derive", "rc"] }

0 commit comments

Comments
 (0)