diff options
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" |