Skip to content

Commit

Permalink
Import crates for osstreamer
Browse files Browse the repository at this point in the history
Summary: Imports 3P crates needed for os streamer.

Reviewed By: umdemir

Differential Revision: D65103225

fbshipit-source-id: 965a62dca620c67d21dab21e5c86fdadae6df383
  • Loading branch information
Chris Zakian authored and facebook-github-bot committed Oct 31, 2024
1 parent ad12ef9 commit 5c8f734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reverie-ptrace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ safeptrace = { version = "0.1.0", path = "../safeptrace", features = ["memory",
serde = { version = "1.0.185", features = ["derive", "rc"] }
thiserror = "1.0.64"
tokio = { version = "1.41.0", features = ["full", "test-util", "tracing"] }
tokio-stream = { version = "0.1.14", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
tokio-stream = { version = "0.1.16", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
tracing = { version = "0.1.40", features = ["attributes", "valuable"] }
tracing-subscriber = { version = "0.3.18", features = ["chrono", "env-filter", "json", "local-time", "parking_lot", "registry"] }
unwind = { version = "0.4", features = ["ptrace"] }
Expand Down

0 comments on commit 5c8f734

Please sign in to comment.