mirror of
https://github.com/denoland/deno.git
synced 2025-09-28 13:14:48 +00:00
chore: remove unused dependencies (#28204)
This commit is contained in:
parent
648ee8f0e7
commit
f800f5444a
13 changed files with 1 additions and 83 deletions
|
@ -53,11 +53,8 @@ serde_json.workspace = true
|
|||
sys_traits = { workspace = true, features = ["getrandom", "filetime", "libc", "real", "strip_unc", "winapi"] }
|
||||
thiserror.workspace = true
|
||||
tokio.workspace = true
|
||||
tokio-util.workspace = true
|
||||
twox-hash.workspace = true
|
||||
url.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
pretty_assertions.workspace = true
|
||||
sys_traits = { workspace = true, features = ["memory"] }
|
||||
test_util.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue