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 9a91d38 commit 3ca6f7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reverie-ptrace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "BSD-2-Clause"

[dependencies]
anyhow = "1.0.95"
async-trait = "0.1.71"
async-trait = "0.1.86"
bincode = "1.3.3"
bytes = { version = "1.9.0", features = ["serde"] }
close-err = "1.0.2"
Expand Down
2 changes: 1 addition & 1 deletion reverie/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "BSD-2-Clause"
[dependencies]
addr2line = "0.24.2"
anyhow = "1.0.95"
async-trait = "0.1.71"
async-trait = "0.1.86"
bitflags = { version = "2.6", features = ["serde"] }
byteorder = "1.3"
lazy_static = "1.5"
Expand Down

0 comments on commit 3ca6f7f

Please sign in to comment.