diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2020-11-09 10:58:21 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-09 10:58:21 +1100 |
| commit | 71d7482577ee187187051ac8d9976a5387c038db (patch) | |
| tree | 71a37e2c9a659dd83d9b964ef22d539a2c7923af /cli/Cargo.toml | |
| parent | a269dffe17c644a182444030f9d756d2b1859a54 (diff) | |
v1.5.2 (#8301)
Diffstat (limited to 'cli/Cargo.toml')
| -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 52b6edeb0..6e02e7d9d 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno" -version = "1.5.1" +version = "1.5.2" license = "MIT" authors = ["the Deno authors"] edition = "2018" @@ -20,9 +20,9 @@ harness = false path = "./bench/main.rs" [build-dependencies] -deno_core = { path = "../core", version = "0.66.0" } -deno_web = { path = "../op_crates/web", version = "0.17.0" } -deno_fetch = { path = "../op_crates/fetch", version = "0.9.0" } +deno_core = { path = "../core", version = "0.67.0" } +deno_web = { path = "../op_crates/web", version = "0.18.0" } +deno_fetch = { path = "../op_crates/fetch", version = "0.10.0" } regex = "1.3.9" serde = { version = "1.0.116", features = ["derive"] } @@ -31,11 +31,11 @@ winres = "0.1.11" winapi = "0.3.9" [dependencies] -deno_core = { path = "../core", version = "0.66.0" } +deno_core = { path = "../core", version = "0.67.0" } deno_doc = "0.1.15" deno_lint = "0.2.9" -deno_web = { path = "../op_crates/web", version = "0.17.0" } -deno_fetch = { path = "../op_crates/fetch", version = "0.9.0" } +deno_web = { path = "../op_crates/web", version = "0.18.0" } +deno_fetch = { path = "../op_crates/fetch", version = "0.10.0" } atty = "0.2.14" base64 = "0.12.3" |
