From 02ab38972b961082010acdaab6c72628eb817303 Mon Sep 17 00:00:00 2001 From: Paul Iatchenii Date: Fri, 3 Jan 2025 04:28:28 -0800 Subject: [PATCH] upgrade anyhow: 1.0.86 -> 1.0.95 Summary: Mainly due to the need to have [`Error::from_boxed`](https://docs.rs/anyhow/1.0.95/anyhow/struct.Error.html#method.from_boxed) and stop using less ergonomic alternatives. Thankfully, this API comes in the latest [1.0.95](https://github.com/dtolnay/anyhow/releases/tag/1.0.95) Reviewed By: dtolnay Differential Revision: D67775008 fbshipit-source-id: b9c0d3ff169dbb69d4c8b96e378334b37d200fd2 --- thrift/lib/rust/Cargo.toml | 2 +- thrift/lib/rust/annotation/all/Cargo.toml | 2 +- thrift/lib/rust/annotation/all/clients/Cargo.toml | 2 +- thrift/lib/rust/annotation/all/mocks/Cargo.toml | 2 +- thrift/lib/rust/annotation/all/services/Cargo.toml | 2 +- thrift/lib/rust/annotation/compat/Cargo.toml | 2 +- thrift/lib/rust/annotation/compat/clients/Cargo.toml | 2 +- thrift/lib/rust/annotation/compat/mocks/Cargo.toml | 2 +- thrift/lib/rust/annotation/compat/services/Cargo.toml | 2 +- thrift/lib/rust/annotation/cpp/Cargo.toml | 2 +- thrift/lib/rust/annotation/cpp/clients/Cargo.toml | 2 +- thrift/lib/rust/annotation/cpp/mocks/Cargo.toml | 2 +- thrift/lib/rust/annotation/cpp/services/Cargo.toml | 2 +- thrift/lib/rust/annotation/erlang/Cargo.toml | 2 +- thrift/lib/rust/annotation/erlang/clients/Cargo.toml | 2 +- thrift/lib/rust/annotation/erlang/mocks/Cargo.toml | 2 +- thrift/lib/rust/annotation/erlang/services/Cargo.toml | 2 +- thrift/lib/rust/annotation/go/Cargo.toml | 2 +- thrift/lib/rust/annotation/go/clients/Cargo.toml | 2 +- thrift/lib/rust/annotation/go/mocks/Cargo.toml | 2 +- thrift/lib/rust/annotation/go/services/Cargo.toml | 2 +- thrift/lib/rust/annotation/hack/Cargo.toml | 2 +- thrift/lib/rust/annotation/hack/clients/Cargo.toml | 2 +- thrift/lib/rust/annotation/hack/mocks/Cargo.toml | 2 +- thrift/lib/rust/annotation/hack/services/Cargo.toml | 2 +- thrift/lib/rust/annotation/java/Cargo.toml | 2 +- thrift/lib/rust/annotation/java/clients/Cargo.toml | 2 +- thrift/lib/rust/annotation/java/mocks/Cargo.toml | 2 +- thrift/lib/rust/annotation/java/services/Cargo.toml | 2 +- thrift/lib/rust/annotation/python/Cargo.toml | 2 +- thrift/lib/rust/annotation/python/clients/Cargo.toml | 2 +- thrift/lib/rust/annotation/python/mocks/Cargo.toml | 2 +- thrift/lib/rust/annotation/python/services/Cargo.toml | 2 +- thrift/lib/rust/annotation/rust/Cargo.toml | 2 +- thrift/lib/rust/annotation/rust/clients/Cargo.toml | 2 +- thrift/lib/rust/annotation/rust/mocks/Cargo.toml | 2 +- thrift/lib/rust/annotation/rust/services/Cargo.toml | 2 +- thrift/lib/rust/annotation/scope/Cargo.toml | 2 +- thrift/lib/rust/annotation/scope/clients/Cargo.toml | 2 +- thrift/lib/rust/annotation/scope/mocks/Cargo.toml | 2 +- thrift/lib/rust/annotation/scope/services/Cargo.toml | 2 +- thrift/lib/rust/annotation/thrift/Cargo.toml | 2 +- thrift/lib/rust/annotation/thrift/clients/Cargo.toml | 2 +- thrift/lib/rust/annotation/thrift/mocks/Cargo.toml | 2 +- thrift/lib/rust/annotation/thrift/services/Cargo.toml | 2 +- thrift/lib/rust/deterministic_hash/Cargo.toml | 2 +- thrift/lib/rust/deterministic_hash/src/tests/Cargo.toml | 2 +- thrift/lib/rust/deterministic_hash/src/tests/clients/Cargo.toml | 2 +- thrift/lib/rust/deterministic_hash/src/tests/mocks/Cargo.toml | 2 +- .../lib/rust/deterministic_hash/src/tests/services/Cargo.toml | 2 +- thrift/lib/rust/src/dep_tests/Cargo.toml | 2 +- thrift/lib/rust/src/dep_tests/cargo_thrift/Cargo.toml | 2 +- thrift/lib/rust/src/dep_tests/cargo_thrift/clients/Cargo.toml | 2 +- thrift/lib/rust/src/dep_tests/cargo_thrift/mocks/Cargo.toml | 2 +- thrift/lib/rust/src/dep_tests/cargo_thrift/services/Cargo.toml | 2 +- thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/Cargo.toml | 2 +- .../rust/src/dep_tests/cargo_thrift_comdef/clients/Cargo.toml | 2 +- .../lib/rust/src/dep_tests/cargo_thrift_comdef/mocks/Cargo.toml | 2 +- .../rust/src/dep_tests/cargo_thrift_comdef/services/Cargo.toml | 2 +- thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/Cargo.toml | 2 +- .../rust/src/dep_tests/cargo_thrift_optdef/clients/Cargo.toml | 2 +- .../lib/rust/src/dep_tests/cargo_thrift_optdef/mocks/Cargo.toml | 2 +- .../rust/src/dep_tests/cargo_thrift_optdef/services/Cargo.toml | 2 +- 63 files changed, 63 insertions(+), 63 deletions(-) diff --git a/thrift/lib/rust/Cargo.toml b/thrift/lib/rust/Cargo.toml index 4e026322687..4d21bce9434 100644 --- a/thrift/lib/rust/Cargo.toml +++ b/thrift/lib/rust/Cargo.toml @@ -10,7 +10,7 @@ license = "Apache-2.0" publish = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" base64 = "0.21" bufsize = "1.0.8" diff --git a/thrift/lib/rust/annotation/all/Cargo.toml b/thrift/lib/rust/annotation/all/Cargo.toml index ee3c055b500..f48007c809c 100644 --- a/thrift/lib/rust/annotation/all/Cargo.toml +++ b/thrift/lib/rust/annotation/all/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } cpp = { version = "0.0.1+unstable", path = "../cpp" } erlang = { version = "0.0.1+unstable", path = "../erlang" } diff --git a/thrift/lib/rust/annotation/all/clients/Cargo.toml b/thrift/lib/rust/annotation/all/clients/Cargo.toml index 15d1603980d..756f9251c97 100644 --- a/thrift/lib/rust/annotation/all/clients/Cargo.toml +++ b/thrift/lib/rust/annotation/all/clients/Cargo.toml @@ -17,7 +17,7 @@ doc = false [dependencies] all__types = { package = "all", version = "0.0.1+unstable", path = ".." } -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } cpp = { version = "0.0.1+unstable", path = "../../cpp" } diff --git a/thrift/lib/rust/annotation/all/mocks/Cargo.toml b/thrift/lib/rust/annotation/all/mocks/Cargo.toml index 9d112e3329d..09ab544d8f9 100644 --- a/thrift/lib/rust/annotation/all/mocks/Cargo.toml +++ b/thrift/lib/rust/annotation/all/mocks/Cargo.toml @@ -18,7 +18,7 @@ doc = false [dependencies] all__clients = { package = "all_clients", version = "0.0.1+unstable", path = "../clients" } all__types = { package = "all", version = "0.0.1+unstable", path = ".." } -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } cpp = { version = "0.0.1+unstable", path = "../../cpp" } diff --git a/thrift/lib/rust/annotation/all/services/Cargo.toml b/thrift/lib/rust/annotation/all/services/Cargo.toml index 9da9ac3a691..b4e2002e224 100644 --- a/thrift/lib/rust/annotation/all/services/Cargo.toml +++ b/thrift/lib/rust/annotation/all/services/Cargo.toml @@ -17,7 +17,7 @@ doc = false [dependencies] all__types = { package = "all", version = "0.0.1+unstable", path = ".." } -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } cpp = { version = "0.0.1+unstable", path = "../../cpp" } diff --git a/thrift/lib/rust/annotation/compat/Cargo.toml b/thrift/lib/rust/annotation/compat/Cargo.toml index 7572cc65638..0d565c103ef 100644 --- a/thrift/lib/rust/annotation/compat/Cargo.toml +++ b/thrift/lib/rust/annotation/compat/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../.." } futures = { version = "0.3.30", features = ["async-await", "compat"] } diff --git a/thrift/lib/rust/annotation/compat/clients/Cargo.toml b/thrift/lib/rust/annotation/compat/clients/Cargo.toml index 08f1dae4eb6..5540cb34da5 100644 --- a/thrift/lib/rust/annotation/compat/clients/Cargo.toml +++ b/thrift/lib/rust/annotation/compat/clients/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } compat__types = { package = "compat", version = "0.0.1+unstable", path = ".." } diff --git a/thrift/lib/rust/annotation/compat/mocks/Cargo.toml b/thrift/lib/rust/annotation/compat/mocks/Cargo.toml index 772179620d2..be7ae5fdb1b 100644 --- a/thrift/lib/rust/annotation/compat/mocks/Cargo.toml +++ b/thrift/lib/rust/annotation/compat/mocks/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } compat__clients = { package = "compat_clients", version = "0.0.1+unstable", path = "../clients" } diff --git a/thrift/lib/rust/annotation/compat/services/Cargo.toml b/thrift/lib/rust/annotation/compat/services/Cargo.toml index 127a8c49b8a..7db2ed90bd5 100644 --- a/thrift/lib/rust/annotation/compat/services/Cargo.toml +++ b/thrift/lib/rust/annotation/compat/services/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } compat__types = { package = "compat", version = "0.0.1+unstable", path = ".." } diff --git a/thrift/lib/rust/annotation/cpp/Cargo.toml b/thrift/lib/rust/annotation/cpp/Cargo.toml index 08666f8e64c..ae80b714190 100644 --- a/thrift/lib/rust/annotation/cpp/Cargo.toml +++ b/thrift/lib/rust/annotation/cpp/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../.." } futures = { version = "0.3.30", features = ["async-await", "compat"] } diff --git a/thrift/lib/rust/annotation/cpp/clients/Cargo.toml b/thrift/lib/rust/annotation/cpp/clients/Cargo.toml index e83467620d8..1a282667c42 100644 --- a/thrift/lib/rust/annotation/cpp/clients/Cargo.toml +++ b/thrift/lib/rust/annotation/cpp/clients/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } cpp__types = { package = "cpp", version = "0.0.1+unstable", path = ".." } diff --git a/thrift/lib/rust/annotation/cpp/mocks/Cargo.toml b/thrift/lib/rust/annotation/cpp/mocks/Cargo.toml index df28d340c30..d5390c79a41 100644 --- a/thrift/lib/rust/annotation/cpp/mocks/Cargo.toml +++ b/thrift/lib/rust/annotation/cpp/mocks/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } cpp__clients = { package = "cpp_clients", version = "0.0.1+unstable", path = "../clients" } diff --git a/thrift/lib/rust/annotation/cpp/services/Cargo.toml b/thrift/lib/rust/annotation/cpp/services/Cargo.toml index 9e16007a773..291fc26a5c1 100644 --- a/thrift/lib/rust/annotation/cpp/services/Cargo.toml +++ b/thrift/lib/rust/annotation/cpp/services/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } cpp__types = { package = "cpp", version = "0.0.1+unstable", path = ".." } diff --git a/thrift/lib/rust/annotation/erlang/Cargo.toml b/thrift/lib/rust/annotation/erlang/Cargo.toml index 68b4066bc01..ed3e584d115 100644 --- a/thrift/lib/rust/annotation/erlang/Cargo.toml +++ b/thrift/lib/rust/annotation/erlang/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../.." } futures = { version = "0.3.30", features = ["async-await", "compat"] } diff --git a/thrift/lib/rust/annotation/erlang/clients/Cargo.toml b/thrift/lib/rust/annotation/erlang/clients/Cargo.toml index 36a9cd99582..39f7e11b773 100644 --- a/thrift/lib/rust/annotation/erlang/clients/Cargo.toml +++ b/thrift/lib/rust/annotation/erlang/clients/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } erlang__types = { package = "erlang", version = "0.0.1+unstable", path = ".." } diff --git a/thrift/lib/rust/annotation/erlang/mocks/Cargo.toml b/thrift/lib/rust/annotation/erlang/mocks/Cargo.toml index 3c6c14445f3..e5a8ad45a53 100644 --- a/thrift/lib/rust/annotation/erlang/mocks/Cargo.toml +++ b/thrift/lib/rust/annotation/erlang/mocks/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } erlang__clients = { package = "erlang_clients", version = "0.0.1+unstable", path = "../clients" } diff --git a/thrift/lib/rust/annotation/erlang/services/Cargo.toml b/thrift/lib/rust/annotation/erlang/services/Cargo.toml index a82edcd9690..7e1c2522afd 100644 --- a/thrift/lib/rust/annotation/erlang/services/Cargo.toml +++ b/thrift/lib/rust/annotation/erlang/services/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } erlang__types = { package = "erlang", version = "0.0.1+unstable", path = ".." } diff --git a/thrift/lib/rust/annotation/go/Cargo.toml b/thrift/lib/rust/annotation/go/Cargo.toml index 51ef23c3f8f..70938398edd 100644 --- a/thrift/lib/rust/annotation/go/Cargo.toml +++ b/thrift/lib/rust/annotation/go/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../.." } futures = { version = "0.3.30", features = ["async-await", "compat"] } diff --git a/thrift/lib/rust/annotation/go/clients/Cargo.toml b/thrift/lib/rust/annotation/go/clients/Cargo.toml index 95459ec8358..f325aa95d55 100644 --- a/thrift/lib/rust/annotation/go/clients/Cargo.toml +++ b/thrift/lib/rust/annotation/go/clients/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/go/mocks/Cargo.toml b/thrift/lib/rust/annotation/go/mocks/Cargo.toml index d0d6fbd6624..05349e9fc09 100644 --- a/thrift/lib/rust/annotation/go/mocks/Cargo.toml +++ b/thrift/lib/rust/annotation/go/mocks/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/go/services/Cargo.toml b/thrift/lib/rust/annotation/go/services/Cargo.toml index 2e3bab83409..175195f4271 100644 --- a/thrift/lib/rust/annotation/go/services/Cargo.toml +++ b/thrift/lib/rust/annotation/go/services/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/hack/Cargo.toml b/thrift/lib/rust/annotation/hack/Cargo.toml index 3d025148ac6..0ba38022566 100644 --- a/thrift/lib/rust/annotation/hack/Cargo.toml +++ b/thrift/lib/rust/annotation/hack/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../.." } futures = { version = "0.3.30", features = ["async-await", "compat"] } diff --git a/thrift/lib/rust/annotation/hack/clients/Cargo.toml b/thrift/lib/rust/annotation/hack/clients/Cargo.toml index 87264b64c16..f627649e5cb 100644 --- a/thrift/lib/rust/annotation/hack/clients/Cargo.toml +++ b/thrift/lib/rust/annotation/hack/clients/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/hack/mocks/Cargo.toml b/thrift/lib/rust/annotation/hack/mocks/Cargo.toml index e9639d5d347..00ead3469bf 100644 --- a/thrift/lib/rust/annotation/hack/mocks/Cargo.toml +++ b/thrift/lib/rust/annotation/hack/mocks/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/hack/services/Cargo.toml b/thrift/lib/rust/annotation/hack/services/Cargo.toml index c64cf203bd3..4ccd7847750 100644 --- a/thrift/lib/rust/annotation/hack/services/Cargo.toml +++ b/thrift/lib/rust/annotation/hack/services/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/java/Cargo.toml b/thrift/lib/rust/annotation/java/Cargo.toml index 40a6ee55bd8..c7a4338b340 100644 --- a/thrift/lib/rust/annotation/java/Cargo.toml +++ b/thrift/lib/rust/annotation/java/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../.." } futures = { version = "0.3.30", features = ["async-await", "compat"] } diff --git a/thrift/lib/rust/annotation/java/clients/Cargo.toml b/thrift/lib/rust/annotation/java/clients/Cargo.toml index 6bf3cab4ad2..2b9e6744fe4 100644 --- a/thrift/lib/rust/annotation/java/clients/Cargo.toml +++ b/thrift/lib/rust/annotation/java/clients/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/java/mocks/Cargo.toml b/thrift/lib/rust/annotation/java/mocks/Cargo.toml index a1fe9c17cfc..71dd09a5bed 100644 --- a/thrift/lib/rust/annotation/java/mocks/Cargo.toml +++ b/thrift/lib/rust/annotation/java/mocks/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/java/services/Cargo.toml b/thrift/lib/rust/annotation/java/services/Cargo.toml index 21792871c6a..6912350d336 100644 --- a/thrift/lib/rust/annotation/java/services/Cargo.toml +++ b/thrift/lib/rust/annotation/java/services/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/python/Cargo.toml b/thrift/lib/rust/annotation/python/Cargo.toml index 6cd6478365e..e18930ed967 100644 --- a/thrift/lib/rust/annotation/python/Cargo.toml +++ b/thrift/lib/rust/annotation/python/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../.." } futures = { version = "0.3.30", features = ["async-await", "compat"] } diff --git a/thrift/lib/rust/annotation/python/clients/Cargo.toml b/thrift/lib/rust/annotation/python/clients/Cargo.toml index 480187b5b4b..e212e8a1c92 100644 --- a/thrift/lib/rust/annotation/python/clients/Cargo.toml +++ b/thrift/lib/rust/annotation/python/clients/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/python/mocks/Cargo.toml b/thrift/lib/rust/annotation/python/mocks/Cargo.toml index e11f77245a3..e4c0b19164c 100644 --- a/thrift/lib/rust/annotation/python/mocks/Cargo.toml +++ b/thrift/lib/rust/annotation/python/mocks/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/python/services/Cargo.toml b/thrift/lib/rust/annotation/python/services/Cargo.toml index 86b19c74893..1c804bf09a6 100644 --- a/thrift/lib/rust/annotation/python/services/Cargo.toml +++ b/thrift/lib/rust/annotation/python/services/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/rust/Cargo.toml b/thrift/lib/rust/annotation/rust/Cargo.toml index 9f0f5c3ddcc..34bcd9528be 100644 --- a/thrift/lib/rust/annotation/rust/Cargo.toml +++ b/thrift/lib/rust/annotation/rust/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../.." } futures = { version = "0.3.30", features = ["async-await", "compat"] } diff --git a/thrift/lib/rust/annotation/rust/clients/Cargo.toml b/thrift/lib/rust/annotation/rust/clients/Cargo.toml index be8f7831da5..2c6bb903216 100644 --- a/thrift/lib/rust/annotation/rust/clients/Cargo.toml +++ b/thrift/lib/rust/annotation/rust/clients/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/rust/mocks/Cargo.toml b/thrift/lib/rust/annotation/rust/mocks/Cargo.toml index f03c12a254f..8b5efd8099f 100644 --- a/thrift/lib/rust/annotation/rust/mocks/Cargo.toml +++ b/thrift/lib/rust/annotation/rust/mocks/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/rust/services/Cargo.toml b/thrift/lib/rust/annotation/rust/services/Cargo.toml index a8af4861d9c..9e38be9e764 100644 --- a/thrift/lib/rust/annotation/rust/services/Cargo.toml +++ b/thrift/lib/rust/annotation/rust/services/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/scope/Cargo.toml b/thrift/lib/rust/annotation/scope/Cargo.toml index a0bf6e0a52d..3b4a9f32035 100644 --- a/thrift/lib/rust/annotation/scope/Cargo.toml +++ b/thrift/lib/rust/annotation/scope/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../.." } futures = { version = "0.3.30", features = ["async-await", "compat"] } diff --git a/thrift/lib/rust/annotation/scope/clients/Cargo.toml b/thrift/lib/rust/annotation/scope/clients/Cargo.toml index 1655705b5f5..d47ea95ceac 100644 --- a/thrift/lib/rust/annotation/scope/clients/Cargo.toml +++ b/thrift/lib/rust/annotation/scope/clients/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/scope/mocks/Cargo.toml b/thrift/lib/rust/annotation/scope/mocks/Cargo.toml index c700aa09c3f..9e3827a01f2 100644 --- a/thrift/lib/rust/annotation/scope/mocks/Cargo.toml +++ b/thrift/lib/rust/annotation/scope/mocks/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/scope/services/Cargo.toml b/thrift/lib/rust/annotation/scope/services/Cargo.toml index 041ff38d919..ae9bafe49d3 100644 --- a/thrift/lib/rust/annotation/scope/services/Cargo.toml +++ b/thrift/lib/rust/annotation/scope/services/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/thrift/Cargo.toml b/thrift/lib/rust/annotation/thrift/Cargo.toml index 56bf3db3898..d296f879f61 100644 --- a/thrift/lib/rust/annotation/thrift/Cargo.toml +++ b/thrift/lib/rust/annotation/thrift/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../.." } futures = { version = "0.3.30", features = ["async-await", "compat"] } diff --git a/thrift/lib/rust/annotation/thrift/clients/Cargo.toml b/thrift/lib/rust/annotation/thrift/clients/Cargo.toml index 2e408bd0f0a..05125d411c8 100644 --- a/thrift/lib/rust/annotation/thrift/clients/Cargo.toml +++ b/thrift/lib/rust/annotation/thrift/clients/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/thrift/mocks/Cargo.toml b/thrift/lib/rust/annotation/thrift/mocks/Cargo.toml index 442405bdc29..1b06ca4dd0e 100644 --- a/thrift/lib/rust/annotation/thrift/mocks/Cargo.toml +++ b/thrift/lib/rust/annotation/thrift/mocks/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/annotation/thrift/services/Cargo.toml b/thrift/lib/rust/annotation/thrift/services/Cargo.toml index 8f47b367e44..f3c9cd793b0 100644 --- a/thrift/lib/rust/annotation/thrift/services/Cargo.toml +++ b/thrift/lib/rust/annotation/thrift/services/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } diff --git a/thrift/lib/rust/deterministic_hash/Cargo.toml b/thrift/lib/rust/deterministic_hash/Cargo.toml index 3c50bad68a6..4d731398f70 100644 --- a/thrift/lib/rust/deterministic_hash/Cargo.toml +++ b/thrift/lib/rust/deterministic_hash/Cargo.toml @@ -10,7 +10,7 @@ license = "Apache-2.0" publish = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" fbthrift = { version = "0.0.1+unstable", path = ".." } ring = "0.16.20" thiserror = "2" diff --git a/thrift/lib/rust/deterministic_hash/src/tests/Cargo.toml b/thrift/lib/rust/deterministic_hash/src/tests/Cargo.toml index 6bbfecd12c9..8f6a5812a22 100644 --- a/thrift/lib/rust/deterministic_hash/src/tests/Cargo.toml +++ b/thrift/lib/rust/deterministic_hash/src/tests/Cargo.toml @@ -24,7 +24,7 @@ name = "deterministic_hash_test" path = "deterministic_hash_test.rs" [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } futures = { version = "0.3.30", features = ["async-await", "compat"] } diff --git a/thrift/lib/rust/deterministic_hash/src/tests/clients/Cargo.toml b/thrift/lib/rust/deterministic_hash/src/tests/clients/Cargo.toml index 477a6c5ed6d..05e0dfe3175 100644 --- a/thrift/lib/rust/deterministic_hash/src/tests/clients/Cargo.toml +++ b/thrift/lib/rust/deterministic_hash/src/tests/clients/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../../.." } diff --git a/thrift/lib/rust/deterministic_hash/src/tests/mocks/Cargo.toml b/thrift/lib/rust/deterministic_hash/src/tests/mocks/Cargo.toml index 05c3b6d8346..49f9eb1eaf7 100644 --- a/thrift/lib/rust/deterministic_hash/src/tests/mocks/Cargo.toml +++ b/thrift/lib/rust/deterministic_hash/src/tests/mocks/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../../.." } diff --git a/thrift/lib/rust/deterministic_hash/src/tests/services/Cargo.toml b/thrift/lib/rust/deterministic_hash/src/tests/services/Cargo.toml index eadebc2e344..6c0766f0bb9 100644 --- a/thrift/lib/rust/deterministic_hash/src/tests/services/Cargo.toml +++ b/thrift/lib/rust/deterministic_hash/src/tests/services/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../../.." } diff --git a/thrift/lib/rust/src/dep_tests/Cargo.toml b/thrift/lib/rust/src/dep_tests/Cargo.toml index 9af747e45bb..0da3a76d97c 100644 --- a/thrift/lib/rust/src/dep_tests/Cargo.toml +++ b/thrift/lib/rust/src/dep_tests/Cargo.toml @@ -13,7 +13,7 @@ name = "fbthrift_test" path = "lib.rs" [dev-dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" fbthrift = { version = "0.0.1+unstable", path = "../.." } fbthrift_test_if = { version = "0.0.1+unstable", path = "cargo_thrift" } fbthrift_test_if_clients = { version = "0.0.1+unstable", path = "cargo_thrift/clients" } diff --git a/thrift/lib/rust/src/dep_tests/cargo_thrift/Cargo.toml b/thrift/lib/rust/src/dep_tests/cargo_thrift/Cargo.toml index 2ffd2973527..3c7f92afc31 100644 --- a/thrift/lib/rust/src/dep_tests/cargo_thrift/Cargo.toml +++ b/thrift/lib/rust/src/dep_tests/cargo_thrift/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } futures = { version = "0.3.30", features = ["async-await", "compat"] } diff --git a/thrift/lib/rust/src/dep_tests/cargo_thrift/clients/Cargo.toml b/thrift/lib/rust/src/dep_tests/cargo_thrift/clients/Cargo.toml index b82d978c9d3..88bfb965c1e 100644 --- a/thrift/lib/rust/src/dep_tests/cargo_thrift/clients/Cargo.toml +++ b/thrift/lib/rust/src/dep_tests/cargo_thrift/clients/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../../.." } diff --git a/thrift/lib/rust/src/dep_tests/cargo_thrift/mocks/Cargo.toml b/thrift/lib/rust/src/dep_tests/cargo_thrift/mocks/Cargo.toml index a0f21102a04..ae344d056a2 100644 --- a/thrift/lib/rust/src/dep_tests/cargo_thrift/mocks/Cargo.toml +++ b/thrift/lib/rust/src/dep_tests/cargo_thrift/mocks/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../../.." } diff --git a/thrift/lib/rust/src/dep_tests/cargo_thrift/services/Cargo.toml b/thrift/lib/rust/src/dep_tests/cargo_thrift/services/Cargo.toml index d98790e344d..4992750c9ba 100644 --- a/thrift/lib/rust/src/dep_tests/cargo_thrift/services/Cargo.toml +++ b/thrift/lib/rust/src/dep_tests/cargo_thrift/services/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../../.." } diff --git a/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/Cargo.toml b/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/Cargo.toml index aef9122118c..2f3ea8d898f 100644 --- a/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/Cargo.toml +++ b/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } futures = { version = "0.3.30", features = ["async-await", "compat"] } diff --git a/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/clients/Cargo.toml b/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/clients/Cargo.toml index 7441ebe7c03..01d5da119b6 100644 --- a/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/clients/Cargo.toml +++ b/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/clients/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../../.." } diff --git a/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/mocks/Cargo.toml b/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/mocks/Cargo.toml index dc2118db5f1..ded1dd8dc8e 100644 --- a/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/mocks/Cargo.toml +++ b/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/mocks/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../../.." } diff --git a/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/services/Cargo.toml b/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/services/Cargo.toml index 3879fda9b85..b6ebeb91452 100644 --- a/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/services/Cargo.toml +++ b/thrift/lib/rust/src/dep_tests/cargo_thrift_comdef/services/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../../.." } diff --git a/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/Cargo.toml b/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/Cargo.toml index 92fd6de64e8..328754b1af0 100644 --- a/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/Cargo.toml +++ b/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../.." } futures = { version = "0.3.30", features = ["async-await", "compat"] } diff --git a/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/clients/Cargo.toml b/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/clients/Cargo.toml index cf0d9036a9e..d96dc57044d 100644 --- a/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/clients/Cargo.toml +++ b/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/clients/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../../.." } diff --git a/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/mocks/Cargo.toml b/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/mocks/Cargo.toml index 61a42b1b6db..ba8a48ed179 100644 --- a/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/mocks/Cargo.toml +++ b/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/mocks/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../../.." } diff --git a/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/services/Cargo.toml b/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/services/Cargo.toml index b802a2a083b..5b48db35aa0 100644 --- a/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/services/Cargo.toml +++ b/thrift/lib/rust/src/dep_tests/cargo_thrift_optdef/services/Cargo.toml @@ -16,7 +16,7 @@ doctest = false doc = false [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.95" async-trait = "0.1.71" codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" } fbthrift = { version = "0.0.1+unstable", path = "../../../.." }