diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-12-14 19:47:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-14 19:47:28 +0100 |
| commit | 025c0a1d372845b753fe682edd9fd050e1de1884 (patch) | |
| tree | 4f3203f818e17dbb72b30d9bbad88dbf3aaec005 /cli | |
| parent | a19fea918f12249d2c248eb013b3b8baf2eacb84 (diff) | |
chore: release crates (#8765)
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 8c24dc718..ba17a1e88 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -20,9 +20,9 @@ harness = false path = "./bench/main.rs" [build-dependencies] -deno_core = { path = "../core", version = "0.72.0" } -deno_fetch = { path = "../op_crates/fetch", version = "0.15.0" } -deno_web = { path = "../op_crates/web", version = "0.23.0" } +deno_core = { path = "../core", version = "0.73.0" } +deno_fetch = { path = "../op_crates/fetch", version = "0.16.0" } +deno_web = { path = "../op_crates/web", version = "0.24.0" } regex = "1.3.9" serde = { version = "1.0.116", features = ["derive"] } @@ -31,10 +31,10 @@ winres = "0.1.11" winapi = "0.3.9" [dependencies] -deno_core = { path = "../core", version = "0.72.0" } +deno_core = { path = "../core", version = "0.73.0" } deno_doc = "0.1.18" deno_lint = "0.2.13" -deno_runtime = { path = "../runtime", version = "0.2.1" } +deno_runtime = { path = "../runtime", version = "0.3.0" } atty = "0.2.14" base64 = "0.12.3" |
