Skip to content

Commit

Permalink
upgrade anyhow: 1.0.86 -> 1.0.95
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Paul Iatchenii authored and facebook-github-bot committed Jan 3, 2025
1 parent d1e0a63 commit 02ab389
Show file tree
Hide file tree
Showing 63 changed files with 63 additions and 63 deletions.
2 changes: 1 addition & 1 deletion thrift/lib/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/all/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/all/clients/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/all/mocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/all/services/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/compat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/compat/clients/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ".." }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/compat/mocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/compat/services/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ".." }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/cpp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/cpp/clients/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ".." }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/cpp/mocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/cpp/services/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ".." }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/erlang/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/erlang/clients/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ".." }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/erlang/mocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/erlang/services/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ".." }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/go/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/go/clients/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "../../.." }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/go/mocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "../../.." }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/go/services/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "../../.." }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/hack/clients/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "../../.." }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/hack/mocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "../../.." }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/hack/services/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "../../.." }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/java/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/java/clients/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "../../.." }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/java/mocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "../../.." }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/java/services/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "../../.." }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/python/clients/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "../../.." }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/python/mocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "../../.." }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/python/services/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "../../.." }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/rust/clients/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "../../.." }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/rust/mocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "../../.." }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/rust/services/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "../../.." }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/scope/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/scope/clients/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "../../.." }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/scope/mocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "../../.." }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/scope/services/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "../../.." }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/thrift/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/thrift/clients/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "../../.." }
Expand Down
2 changes: 1 addition & 1 deletion thrift/lib/rust/annotation/thrift/mocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "../../.." }
Expand Down
Loading

0 comments on commit 02ab389

Please sign in to comment.