diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-04-21 00:15:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-21 00:15:39 +0200 |
| commit | 34328335743a377a701c5b812ab725c34ecc29c8 (patch) | |
| tree | a753bf24972e67a132fb3cf8584ab79442897397 /cli | |
| parent | 0cc01965760a63e951485c625209adb7ba44f86a (diff) | |
chore: release crates (#10269)
* Revert "tooling(bench_util): benching and profiling utilities (#10223)"
This reverts commit 733a00030582375c43fa156e978f25df6ecc9e9a.
* Upgrade notify
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 b674690fe..98430fa6a 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -24,8 +24,8 @@ harness = false path = "./bench/main.rs" [build-dependencies] -deno_core = { path = "../core", version = "0.84.0" } -deno_runtime = { path = "../runtime", version = "0.11.0" } +deno_core = { path = "../core", version = "0.85.0" } +deno_runtime = { path = "../runtime", version = "0.12.0" } regex = "1.4.3" serde = { version = "1.0.125", features = ["derive"] } @@ -34,10 +34,10 @@ winapi = "0.3.9" winres = "0.1.11" [dependencies] -deno_core = { path = "../core", version = "0.84.0" } +deno_core = { path = "../core", version = "0.85.0" } deno_doc = "0.3.0" deno_lint = "0.4.0" -deno_runtime = { path = "../runtime", version = "0.11.0" } +deno_runtime = { path = "../runtime", version = "0.12.0" } atty = "0.2.14" base64 = "0.13.0" @@ -58,7 +58,7 @@ lazy_static = "1.4.0" libc = "0.2.93" log = { version = "0.4.14", features = ["serde"] } lspower = "1.0.0" -notify = "5.0.0-pre.6" +notify = "5.0.0-pre.7" percent-encoding = "2.1.0" pin-project = "1.0.6" regex = "1.4.3" |
