diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-10-08 14:20:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-08 14:20:18 +0200 |
commit | b5e4b63a880ae41bd33dce5276c925ab7bd9519f (patch) | |
tree | 3b1df3c8b033626c94b21bef87db0d2b314349eb /cli | |
parent | 9d71b0ef5b6aa7cfa69be7041c3e8ba7c849e89d (diff) |
v1.4.5
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 0abdc3694..92e0426a0 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.4.4" +version = "1.4.5" 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.61.0" } -deno_web = { path = "../op_crates/web", version = "0.13.0" } -deno_fetch = { path = "../op_crates/fetch", version = "0.5.0" } +deno_core = { path = "../core", version = "0.62.0" } +deno_web = { path = "../op_crates/web", version = "0.14.0" } +deno_fetch = { path = "../op_crates/fetch", version = "0.6.0" } [target.'cfg(windows)'.build-dependencies] winres = "0.1.11" winapi = "0.3.9" [dependencies] -deno_core = { path = "../core", version = "0.61.0" } +deno_core = { path = "../core", version = "0.62.0" } deno_doc = "0.1.11" deno_lint = { version = "0.2.3", features = ["json"] } -deno_web = { path = "../op_crates/web", version = "0.13.0" } -deno_fetch = { path = "../op_crates/fetch", version = "0.5.0" } +deno_web = { path = "../op_crates/web", version = "0.14.0" } +deno_fetch = { path = "../op_crates/fetch", version = "0.6.0" } atty = "0.2.14" base64 = "0.12.3" |