sapling/eden/mononoke/blobstore/logblob/Cargo.toml
David Tolnay 4a03469e09 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
2022-06-02 17:05:05 -07:00

19 lines
622 B
TOML

# @generated by autocargo
[package]
name = "logblob"
version = "0.1.0"
authors = ["Facebook"]
edition = "2021"
license = "GPLv2+"
[dependencies]
anyhow = "1.0.56"
async-trait = "0.1.56"
blobstore = { version = "0.1.0", path = ".." }
blobstore_stats = { version = "0.1.0", path = "../blobstore_stats" }
context = { version = "0.1.0", path = "../../server/context" }
futures_stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
scuba_ext = { version = "0.1.0", path = "../../common/scuba_ext" }