diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2021-01-29 09:53:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-29 09:53:03 -0500 |
commit | 11dd6f201378fe04cccadb46b7054cc2f791dda8 (patch) | |
tree | df0fb61808ac98624f3338370a27d145a115df21 /cli | |
parent | 4b92eef25e8f8ca203c7f03a9c6e55802cd3e47f (diff) |
v1.7.1
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 bb4352967..2d20e2738 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.7.0" +version = "1.7.1" license = "MIT" authors = ["the Deno authors"] edition = "2018" @@ -24,10 +24,10 @@ harness = false path = "./bench/main.rs" [build-dependencies] -deno_core = { path = "../core", version = "0.77.0" } -deno_fetch = { path = "../op_crates/fetch", version = "0.20.0" } -deno_web = { path = "../op_crates/web", version = "0.28.0" } -deno_websocket = { path = "../op_crates/websocket", version = "0.3.0" } +deno_core = { path = "../core", version = "0.77.1" } +deno_fetch = { path = "../op_crates/fetch", version = "0.20.1" } +deno_web = { path = "../op_crates/web", version = "0.28.1" } +deno_websocket = { path = "../op_crates/websocket", version = "0.3.1" } regex = "1.4.3" serde = { version = "1.0.121", features = ["derive"] } @@ -36,10 +36,10 @@ winapi = "0.3.9" winres = "0.1.11" [dependencies] -deno_core = { path = "../core", version = "0.77.0" } +deno_core = { path = "../core", version = "0.77.1" } deno_doc = "0.1.21" deno_lint = "0.2.17" -deno_runtime = { path = "../runtime", version = "0.7.0" } +deno_runtime = { path = "../runtime", version = "0.7.1" } atty = "0.2.14" base64 = "0.13.0" |