Skip to content

Commit 654edd5

Browse files
generatedunixname2066905484085733meta-codesync[bot]
authored andcommitted
Bump futures 0.3.32 -> 0.3.34
Summary: Automated semver-compatible version bump. bypass-github-export-checks Reviewed By: dtolnay Differential Revision: D116247762 fbshipit-source-id: 250f45f88ff86c877fbf8525bf2aa6b9d4b8e93b
1 parent 2faab4a commit 654edd5

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

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.104"
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", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2222
fbthrift = { version = "0.0.1", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
23-
futures = { version = "0.3.31", features = ["async-await", "compat"] }
23+
futures = { version = "0.3.34", features = ["async-await", "compat"] }
2424
ref-cast = "1.0.26"
2525
serde = { version = "1.0.229", features = ["derive", "rc"] }
2626
serde_derive = "1.0.229"

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", git = "https://github.com/facebook/fbthrift.git", bra
2323
cpp_clients = { version = "0.0.1", 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", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
26-
futures = { version = "0.3.31", features = ["async-await", "compat"] }
26+
futures = { version = "0.3.34", features = ["async-await", "compat"] }
2727
thrift = { version = "0.0.1", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2828
thrift_clients = { version = "0.0.1", 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.104"
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", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2222
fbthrift = { version = "0.0.1", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
23-
futures = { version = "0.3.31", features = ["async-await", "compat"] }
23+
futures = { version = "0.3.34", features = ["async-await", "compat"] }
2424
ref-cast = "1.0.26"
2525
rust = { version = "0.0.1", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2626
serde = { version = "1.0.229", 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", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2323
cpp_clients = { version = "0.0.1", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2424
fbthrift = { version = "0.0.1", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
25-
futures = { version = "0.3.31", features = ["async-await", "compat"] }
25+
futures = { version = "0.3.34", 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", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2828
rust_clients = { version = "0.0.1", 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", git = "https://github.com/facebook/fbthrift.git", bra
2323
cpp_clients = { version = "0.0.1", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2424
cpp_mocks = { version = "0.0.1", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2525
fbthrift = { version = "0.0.1", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
26-
futures = { version = "0.3.31", features = ["async-await", "compat"] }
26+
futures = { version = "0.3.34", 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", 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", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2323
cpp_services = { version = "0.0.1", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2424
fbthrift = { version = "0.0.1", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
25-
futures = { version = "0.3.31", features = ["async-await", "compat"] }
25+
futures = { version = "0.3.34", 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", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2828
rust_services = { version = "0.0.1", 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", git = "https://github.com/facebook/fbthrift.git
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", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
28-
futures = { version = "0.3.31", features = ["async-await", "compat"] }
28+
futures = { version = "0.3.34", features = ["async-await", "compat"] }
2929
thrift = { version = "0.0.1", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
3030
thrift_clients = { version = "0.0.1", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
3131
thrift_mocks = { version = "0.0.1", 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", git = "https://github.com/facebook/fbthrift.git", bra
2323
cpp_services = { version = "0.0.1", 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", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
26-
futures = { version = "0.3.31", features = ["async-await", "compat"] }
26+
futures = { version = "0.3.34", features = ["async-await", "compat"] }
2727
thrift = { version = "0.0.1", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2828
thrift_services = { version = "0.0.1", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2929
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }

0 commit comments

Comments
 (0)