summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorbartOssh <lenart.consulting@gmail.com>2020-03-23 16:37:24 +0100
committerGitHub <noreply@github.com>2020-03-23 11:37:24 -0400
commitec0738606753b34525988fd9f58a23cb300b7bc0 (patch)
tree4a0bdc3585b2e64f50c739d49eba1e5cd9c3ee1d /cli/Cargo.toml
parenta0ba476feef9dcc1b3bbd5144d2e48ef5053ee09 (diff)
feat: first pass at "deno upgrade" (#4328)
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 6dfa81477..c6b38de8b 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -61,6 +61,7 @@ utime = "0.2.1"
webpki = "0.21.2"
webpki-roots = "0.19.0"
walkdir = "2.3.1"
+semver-parser = "0.9.0"
[target.'cfg(windows)'.dependencies]
winapi = "0.3.8"