diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-09-30 16:51:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-30 10:51:01 -0400 |
| commit | 290da280a8a8ab8f886462cd61484f5a6a4d57a4 (patch) | |
| tree | 473d3f8f3cef55b6167ef983de33a8f0d97f01ba /cli | |
| parent | dcd0595058c9a736529c11e64cf13911774be2b5 (diff) | |
refactor: improve op crate interfaces for other consumers (#7745)
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 6150fa421..9cbe4c16a 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -21,8 +21,8 @@ path = "./bench/main.rs" [build-dependencies] deno_core = { path = "../core", version = "0.59.0" } -deno_web = { path = "../op_crates/web", version = "0.10.0" } -deno_fetch = { path = "../op_crates/fetch", version = "0.2.0" } +deno_web = { path = "../op_crates/web", version = "0.11.0" } +deno_fetch = { path = "../op_crates/fetch", version = "0.3.0" } [target.'cfg(windows)'.build-dependencies] winres = "0.1.11" @@ -32,8 +32,8 @@ winapi = "0.3.9" deno_core = { path = "../core", version = "0.59.0" } deno_doc = "0.1.9" deno_lint = { version = "0.2.0", features = ["json"] } -deno_web = { path = "../op_crates/web", version = "0.10.0" } -deno_fetch = { path = "../op_crates/fetch", version = "0.2.0" } +deno_web = { path = "../op_crates/web", version = "0.11.0" } +deno_fetch = { path = "../op_crates/fetch", version = "0.3.0" } atty = "0.2.14" base64 = "0.12.3" |
