diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-09-28 16:43:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-28 22:43:45 +0200 |
| commit | d43e48c4e96b02289d505cd2558ba85d7d6cb57b (patch) | |
| tree | d69a40b3e948a5c4ea166700610e24e35ecc61c4 /Cargo.toml | |
| parent | 0bd53fd52d8937afed401fe1c61bb2ba0b23501c (diff) | |
refactor(ext/node): remove dependency on deno_npm and deno_semver (#20718)
This is required from BYONM (bring your own node_modules).
Part of #18967
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml index 7a4ac8ab4..c978464d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,8 +48,6 @@ deno_bench_util = { version = "0.114.0", path = "./bench_util" } test_util = { path = "./test_util" } deno_lockfile = "0.17.1" deno_media_type = { version = "0.1.1", features = ["module_specifier"] } -deno_npm = "0.15.1" -deno_semver = "0.5.0" # exts deno_broadcast_channel = { version = "0.114.0", path = "./ext/broadcast_channel" } |
