diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-05-13 14:23:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-13 14:23:39 -0700 |
commit | df879f9f746366ee6bd1dc757514e8e73deddc1d (patch) | |
tree | 3f937918a8816ed64678f1fa7adaae4270d8ddc6 /runtime/Cargo.toml | |
parent | 329a8ae0c098619c8f976f2035e5599094cb43f4 (diff) |
chore: cleanup unused dependencies (#23787)
Diffstat (limited to 'runtime/Cargo.toml')
-rw-r--r-- | runtime/Cargo.toml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 4389d1adf..283345886 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -65,7 +65,6 @@ flate2 = { workspace = true, features = ["default"] } serde.workspace = true [target.'cfg(windows)'.build-dependencies] -winres.workspace = true winapi.workspace = true [dependencies] @@ -96,12 +95,9 @@ deno_webidl.workspace = true deno_websocket.workspace = true deno_webstorage.workspace = true -console_static_text.workspace = true dlopen2.workspace = true encoding_rs.workspace = true fastwebsockets.workspace = true -filetime = "0.2.16" -fs3.workspace = true http.workspace = true http-body-util.workspace = true hyper.workspace = true @@ -114,7 +110,6 @@ notify.workspace = true once_cell.workspace = true percent-encoding.workspace = true regex.workspace = true -ring.workspace = true rustyline = { workspace = true, features = ["custom-bindings"] } serde.workspace = true signal-hook = "0.3.17" @@ -125,7 +120,6 @@ uuid.workspace = true which = "4.2.5" [target.'cfg(windows)'.dependencies] -fwdansi.workspace = true winapi = { workspace = true, features = ["commapi", "knownfolders", "mswsock", "objbase", "psapi", "shlobj", "tlhelp32", "winbase", "winerror", "winuser", "winsock2"] } ntapi = "0.4.0" windows-sys.workspace = true |