From 5c8f734108e1f72ae068d9b399effa5ff3bb4e51 Mon Sep 17 00:00:00 2001 From: Chris Zakian Date: Wed, 30 Oct 2024 19:20:59 -0700 Subject: [PATCH] Import crates for osstreamer Summary: Imports 3P crates needed for os streamer. Reviewed By: umdemir Differential Revision: D65103225 fbshipit-source-id: 965a62dca620c67d21dab21e5c86fdadae6df383 --- reverie-ptrace/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reverie-ptrace/Cargo.toml b/reverie-ptrace/Cargo.toml index 2fc7f2e..56d6396 100644 --- a/reverie-ptrace/Cargo.toml +++ b/reverie-ptrace/Cargo.toml @@ -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"] }