diff --git a/reverie-ptrace/Cargo.toml b/reverie-ptrace/Cargo.toml index 139730c..efd15eb 100644 --- a/reverie-ptrace/Cargo.toml +++ b/reverie-ptrace/Cargo.toml @@ -28,7 +28,7 @@ safeptrace = { version = "0.1.0", path = "../safeptrace", features = ["memory", serde = { version = "1.0.136", features = ["derive", "rc"] } thiserror = "1.0.36" tokio = { version = "1.25.0", features = ["full", "test-util", "tracing"] } -tokio-stream = { version = "0.1.4", features = ["fs", "io-util", "net", "signal", "sync", "time"] } +tokio-stream = { version = "0.1.14", features = ["fs", "io-util", "net", "signal", "sync", "time"] } tracing = "0.1.35" tracing-subscriber = { version = "0.3.17", features = ["ansi", "env-filter", "fmt", "json", "local-time", "parking_lot", "registry"] } unwind = { version = "0.4", features = ["ptrace"] }