From df879f9f746366ee6bd1dc757514e8e73deddc1d Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Mon, 13 May 2024 14:23:39 -0700 Subject: chore: cleanup unused dependencies (#23787) --- ext/ffi/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/ffi') diff --git a/ext/ffi/Cargo.toml b/ext/ffi/Cargo.toml index cef95bf49..ae090a097 100644 --- a/ext/ffi/Cargo.toml +++ b/ext/ffi/Cargo.toml @@ -23,7 +23,6 @@ log.workspace = true serde.workspace = true serde-value = "0.7" serde_json = "1.0" -tokio.workspace = true [target.'cfg(windows)'.dependencies] winapi = { workspace = true, features = ["errhandlingapi", "minwindef", "ntdef", "winbase", "winnt"] } -- cgit v1.2.3