Skip to content

Commit 035eb6e

Browse files
zbowlingmeta-codesync[bot]
authored andcommitted
Update futures family to 0.3.32 (#74)
Summary: X-link: meta-pytorch/monarch#2688 X-link: facebook/relay#5177 X-link: facebookincubator/antlir#293 X-link: facebookincubator/reindeer#99 Pull Request resolved: #74 X-link: facebookincubator/below#8274 X-link: facebook/hhvm#9722 X-link: facebook/pyrefly#2463 X-link: https://github.com/facebookincubator/agentbus/pull/25 X-link: facebookexperimental/hermit#62 Update the futures family of Rust crates from 0.3.30/0.3.31 to 0.3.32: futures, futures-channel, futures-core, and futures-util. This is a minor version bump that includes upstream bug fixes and improvements. Reviewed By: dtolnay Differential Revision: D93684256
1 parent 6d70b57 commit 035eb6e

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

fb303/thrift/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ anyhow = "1.0.98"
2020
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
2121
cpp = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2222
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
23-
futures = { version = "0.3.31", features = ["async-await", "compat"] }
23+
futures = { version = "0.3.32", features = ["async-await", "compat"] }
2424
ref-cast = "1.0.18"
2525
serde = { version = "1.0.219", features = ["derive", "rc"] }
2626
serde_derive = "1.0.185"

fb303/thrift/rust/clients/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ cpp = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.
2323
cpp_clients = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2424
fb303_core__types = { package = "fb303_core", version = "0.0.0", path = ".." }
2525
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
26-
futures = { version = "0.3.31", features = ["async-await", "compat"] }
26+
futures = { version = "0.3.32", features = ["async-await", "compat"] }
2727
thrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2828
thrift_clients = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2929
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }

fb303/thrift/rust/gen_safe_patch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ anyhow = "1.0.98"
2020
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
2121
cpp = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2222
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
23-
futures = { version = "0.3.31", features = ["async-await", "compat"] }
23+
futures = { version = "0.3.32", features = ["async-await", "compat"] }
2424
ref-cast = "1.0.18"
2525
rust = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2626
serde = { version = "1.0.219", features = ["derive", "rc"] }

fb303/thrift/rust/gen_safe_patch/clients/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/fac
2222
cpp = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2323
cpp_clients = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2424
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
25-
futures = { version = "0.3.31", features = ["async-await", "compat"] }
25+
futures = { version = "0.3.32", features = ["async-await", "compat"] }
2626
gen_safe_patch_fb303_core__types = { package = "gen_safe_patch_fb303_core", version = "0.0.0", path = ".." }
2727
rust = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2828
rust_clients = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }

fb303/thrift/rust/gen_safe_patch/mocks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ cpp = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.
2323
cpp_clients = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2424
cpp_mocks = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2525
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
26-
futures = { version = "0.3.31", features = ["async-await", "compat"] }
26+
futures = { version = "0.3.32", features = ["async-await", "compat"] }
2727
gen_safe_patch_fb303_core__clients = { package = "gen_safe_patch_fb303_core_clients", version = "0.0.0", path = "../clients" }
2828
gen_safe_patch_fb303_core__types = { package = "gen_safe_patch_fb303_core", version = "0.0.0", path = ".." }
2929
rust = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }

fb303/thrift/rust/gen_safe_patch/services/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/fac
2222
cpp = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2323
cpp_services = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2424
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
25-
futures = { version = "0.3.31", features = ["async-await", "compat"] }
25+
futures = { version = "0.3.32", features = ["async-await", "compat"] }
2626
gen_safe_patch_fb303_core__types = { package = "gen_safe_patch_fb303_core", version = "0.0.0", path = ".." }
2727
rust = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2828
rust_services = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }

fb303/thrift/rust/mocks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cpp_mocks = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbt
2525
fb303_core__clients = { package = "fb303_core_clients", version = "0.0.0", path = "../clients" }
2626
fb303_core__types = { package = "fb303_core", version = "0.0.0", path = ".." }
2727
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
28-
futures = { version = "0.3.31", features = ["async-await", "compat"] }
28+
futures = { version = "0.3.32", features = ["async-await", "compat"] }
2929
thrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
3030
thrift_clients = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
3131
thrift_mocks = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }

fb303/thrift/rust/services/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ cpp = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.
2323
cpp_services = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2424
fb303_core__types = { package = "fb303_core", version = "0.0.0", path = ".." }
2525
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
26-
futures = { version = "0.3.31", features = ["async-await", "compat"] }
26+
futures = { version = "0.3.32", features = ["async-await", "compat"] }
2727
thrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2828
thrift_services = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2929
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }

0 commit comments

Comments
 (0)