reverie/reverie-ptrace/Cargo.toml
David Tolnay 3ca948fc77 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

38 lines
1.1 KiB
TOML

# @generated by autocargo
[package]
name = "reverie-ptrace"
version = "0.1.0"
authors = ["Meta Platforms"]
edition = "2021"
license = "BSD-2-Clause"
[dependencies]
anyhow = "1.0.56"
async-trait = "0.1.56"
bincode = "1.3.3"
bitflags = "1.3"
bytes = { version = "1.1", features = ["serde"] }
futures = { version = "0.3.13", features = ["async-await", "compat"] }
goblin = "0.3"
lazy_static = "1.0"
libc = "0.2.121"
nix = "0.23"
num-traits = "0.2"
parking_lot = { version = "0.11.2", features = ["send_guard"] }
paste = "1.0"
perf-event-open-sys = "1.0"
procfs = "0.9"
raw-cpuid = "10.0"
reverie = { version = "0.1.0", path = "../reverie" }
serde = { version = "1.0.136", features = ["derive", "rc"] }
thiserror = "1.0.30"
tokio = { version = "1.15", features = ["full", "test-util", "tracing"] }
tokio-stream = { version = "0.1.4", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
tracing = "0.1.32"
tracing-subscriber = { version = "0.3.11", features = ["ansi", "env-filter", "fmt", "json", "local-time", "parking_lot", "registry"] }
unwind = { version = "0.4", features = ["ptrace"] }
[dev-dependencies]
quickcheck = "1.0"
quickcheck_macros = "1.0"