summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-10-02 14:37:48 +0200
committerGitHub <noreply@github.com>2020-10-02 14:37:48 +0200
commit63efa5f15dccf48d7a27f7d55344f1de63f786af (patch)
tree7acfb7d4168c9fa54e454077b7c8a5edf9292a4d /cli
parente5348a6a38b3c06a916223ad0b99e8cfe47725b1 (diff)
v1.4.3
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 12eb70e06..2bed17fbf 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno"
-version = "1.4.2"
+version = "1.4.3"
license = "MIT"
authors = ["the Deno authors"]
edition = "2018"
@@ -20,20 +20,20 @@ harness = false
path = "./bench/main.rs"
[build-dependencies]
-deno_core = { path = "../core", version = "0.59.0" }
-deno_web = { path = "../op_crates/web", version = "0.11.0" }
-deno_fetch = { path = "../op_crates/fetch", version = "0.3.0" }
+deno_core = { path = "../core", version = "0.60.0" }
+deno_web = { path = "../op_crates/web", version = "0.12.0" }
+deno_fetch = { path = "../op_crates/fetch", version = "0.4.0" }
[target.'cfg(windows)'.build-dependencies]
winres = "0.1.11"
winapi = "0.3.9"
[dependencies]
-deno_core = { path = "../core", version = "0.59.0" }
+deno_core = { path = "../core", version = "0.60.0" }
deno_doc = "0.1.10"
deno_lint = { version = "0.2.2", features = ["json"] }
-deno_web = { path = "../op_crates/web", version = "0.11.0" }
-deno_fetch = { path = "../op_crates/fetch", version = "0.3.0" }
+deno_web = { path = "../op_crates/web", version = "0.12.0" }
+deno_fetch = { path = "../op_crates/fetch", version = "0.4.0" }
atty = "0.2.14"
base64 = "0.12.3"