Skip to content

Commit

Permalink
update async_trait: 0.1.71 -> 0.1.86
Browse files Browse the repository at this point in the history
Summary: From what I can see, it only expands the scope of application for the annotation and addresses lint when necessary: https://github.com/dtolnay/async-trait/releases

Reviewed By: dtolnay

Differential Revision: D70059233

fbshipit-source-id: 954a174a1e2fcca3dddd6228340df8d12a8eed9a
  • Loading branch information
Paul Iatchenii authored and facebook-github-bot committed Feb 24, 2025
1 parent 6e015ed commit 8267ae7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion shed/facet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ path = "test/tuple_struct_test.rs"

[dependencies]
anyhow = "1.0.95"
async-trait = "0.1.71"
async-trait = "0.1.86"
facet_proc_macros = { version = "0.1.0", path = "proc_macros" }
futures = { version = "0.3.30", features = ["async-await", "compat"] }
thiserror = "2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ doc = false

[dependencies]
anyhow = "1.0.95"
async-trait = "0.1.71"
async-trait = "0.1.86"
codegen_includer_proc_macro = { version = "0.1.0", path = "../../../codegen_includer_proc_macro" }
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
futures = { version = "0.3.30", features = ["async-await", "compat"] }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ doc = false

[dependencies]
anyhow = "1.0.95"
async-trait = "0.1.71"
async-trait = "0.1.86"
codegen_includer_proc_macro = { version = "0.1.0", path = "../../../codegen_includer_proc_macro" }
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
futures = { version = "0.3.30", features = ["async-await", "compat"] }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ doc = false

[dependencies]
anyhow = "1.0.95"
async-trait = "0.1.71"
async-trait = "0.1.86"
codegen_includer_proc_macro = { version = "0.1.0", path = "../../../codegen_includer_proc_macro" }
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
futures = { version = "0.3.30", features = ["async-await", "compat"] }
Expand Down
2 changes: 1 addition & 1 deletion shed/sql/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ path = "lib.rs"

[dependencies]
anyhow = "1.0.95"
async-trait = "0.1.71"
async-trait = "0.1.86"
cloned = { version = "0.1.0", path = "../../cloned" }
futures = { version = "0.3.30", features = ["async-await", "compat"] }
futures_stats = { version = "0.1.0", path = "../../futures_stats" }
Expand Down

0 comments on commit 8267ae7

Please sign in to comment.