summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-02-15 13:20:40 -0500
committerGitHub <noreply@github.com>2023-02-15 13:20:40 -0500
commitc4b9a91e27a32c0949688034c2449936c01a44a9 (patch)
treeb274b83aa8a84428f3d1401535845e24969108c0 /cli/Cargo.toml
parentb34e751a5b2193e8ce65203386e00147c08a7a64 (diff)
refactor: use deno_graph's semver and npm structs (#17791)
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 8fa43b8df..91fbd5bb6 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -46,7 +46,7 @@ deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "dep_gra
deno_core.workspace = true
deno_doc = "0.55.0"
deno_emit = "0.15.0"
-deno_graph = "0.43.1"
+deno_graph = "0.43.2"
deno_lint = { version = "0.38.0", features = ["docs"] }
deno_lockfile.workspace = true
deno_runtime.workspace = true
@@ -93,7 +93,6 @@ ring.workspace = true
rustyline = { version = "=10.0.0", default-features = false, features = ["custom-bindings"] }
rustyline-derive = "=0.7.0"
secure_tempfile = { version = "=3.3.0", package = "tempfile" } # different name to discourage use in tests
-semver.workspace = true
serde.workspace = true
serde_repr.workspace = true
shell-escape = "=0.1.5"