mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-02-08 21:33:03 +00:00
third-party/rust: Update async-trait from 0.1.52 to 0.1.56
Summary: Release notes: - https://github.com/dtolnay/async-trait/releases/tag/0.1.53 (improved error messages) - https://github.com/dtolnay/async-trait/releases/tag/0.1.54 (`impl Trait` support) - https://github.com/dtolnay/async-trait/releases/tag/0.1.55 (compatibility with 2021 edition closure capture rules) - https://github.com/dtolnay/async-trait/releases/tag/0.1.56 (more `impl Trait` work) Reviewed By: zertosh Differential Revision: D36881793 fbshipit-source-id: ce9b86693dd18efa6884d29419970b41ebff5447
This commit is contained in:
parent
20c7020868
commit
3ca948fc77
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ license = "BSD-2-Clause"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.56"
|
anyhow = "1.0.56"
|
||||||
async-trait = "0.1.52"
|
async-trait = "0.1.56"
|
||||||
bincode = "1.3.3"
|
bincode = "1.3.3"
|
||||||
bitflags = "1.3"
|
bitflags = "1.3"
|
||||||
bytes = { version = "1.1", features = ["serde"] }
|
bytes = { version = "1.1", features = ["serde"] }
|
||||||
|
|
|
@ -10,7 +10,7 @@ license = "BSD-2-Clause"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
addr2line = "0.17"
|
addr2line = "0.17"
|
||||||
anyhow = "1.0.56"
|
anyhow = "1.0.56"
|
||||||
async-trait = "0.1.52"
|
async-trait = "0.1.56"
|
||||||
bitflags = "1.3"
|
bitflags = "1.3"
|
||||||
bitvec = { version = "0.17", features = ["serde"] }
|
bitvec = { version = "0.17", features = ["serde"] }
|
||||||
byteorder = "1.3"
|
byteorder = "1.3"
|
||||||
|
|
Loading…
Reference in a new issue