From bddf5acf895ed764074a1bb2a8ab124dd70fd313 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Fri, 28 Jul 2023 15:10:13 +0530 Subject: chore: remove unused dependencies (#19962) --- ext/io/Cargo.toml | 3 --- 1 file changed, 3 deletions(-) (limited to 'ext/io') diff --git a/ext/io/Cargo.toml b/ext/io/Cargo.toml index dffed9519..5b9d8ac42 100644 --- a/ext/io/Cargo.toml +++ b/ext/io/Cargo.toml @@ -21,8 +21,5 @@ fs3.workspace = true once_cell.workspace = true tokio.workspace = true -[target.'cfg(unix)'.dependencies] -nix.workspace = true - [target.'cfg(windows)'.dependencies] winapi = { workspace = true, features = ["winbase", "processenv"] } -- cgit v1.2.3