From 27579f6fcb51661524ded70145c7f2dd67000bc2 Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Wed, 21 Feb 2024 18:00:57 -0700 Subject: chore(io): Add a cross-platform unidirectional pipe implementation (#22522) Currently useful for `deno test` and internal tests, but could potentially be exposed at a later time as a `Deno` API. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7f158a776..b30f1bcdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -129,7 +129,7 @@ monch = "=0.5.0" notify = "=5.0.0" num-bigint = { version = "0.4", features = ["rand"] } once_cell = "1.17.1" -os_pipe = "=1.1.4" +os_pipe = { version = "=1.1.5", features = ["io_safety"] } p224 = { version = "0.13.0", features = ["ecdh"] } p256 = { version = "0.13.2", features = ["ecdh"] } p384 = { version = "0.13.0", features = ["ecdh"] } @@ -165,7 +165,7 @@ tar = "=0.4.40" tempfile = "3.4.0" termcolor = "1.1.3" thiserror = "1.0.40" -tokio = { version = "1.28.1", features = ["full"] } +tokio = { version = "1.36.0", features = ["full"] } tokio-metrics = { version = "0.3.0", features = ["rt"] } tokio-util = "0.7.4" tower-lsp = { version = "=0.20.0", features = ["proposed"] } -- cgit v1.2.3