reverie/safeptrace/Cargo.toml
David Tolnay a3ed18f93a Update libc to 0.2.137
Summary: Update from 0.2.135 to 0.2.137, the latest version on crates.io, in preparation for backporting a PR in the diff after this one.

Reviewed By: zertosh

Differential Revision: D40874274

fbshipit-source-id: debf9dae82ecc20201470e634f10904a2b308e51
2022-11-01 02:16:19 -07:00

25 lines
721 B
TOML

# @generated by autocargo
[package]
name = "safeptrace"
version = "0.1.0"
authors = ["Meta Platforms"]
edition = "2021"
license = "BSD-2-Clause"
[dependencies]
bitflags = "1.3"
futures = { version = "0.3.22", features = ["async-await", "compat"] }
lazy_static = "1.4"
libc = "0.2.137"
nix = "0.25"
parking_lot = { version = "0.11.2", features = ["send_guard"] }
reverie-process = { version = "0.1.0", path = "../reverie-process" }
reverie-syscalls = { version = "0.1.0", path = "../reverie-syscalls" }
syscalls = { version = "0.6.7", features = ["serde"] }
thiserror = "1.0.36"
[dev-dependencies]
quickcheck = "1.0"
quickcheck_macros = "1.0"
tokio = { version = "1.21.2", features = ["full", "test-util", "tracing"] }