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/web/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/web') diff --git a/ext/web/Cargo.toml b/ext/web/Cargo.toml index 2ab6e9245..fdd49b74c 100644 --- a/ext/web/Cargo.toml +++ b/ext/web/Cargo.toml @@ -24,7 +24,6 @@ futures.workspace = true serde = "1.0.149" tokio.workspace = true uuid = { workspace = true, features = ["serde"] } -windows-sys.workspace = true [dev-dependencies] deno_bench_util.workspace = true -- cgit v1.2.3