diff --git a/.denov b/.denov index 7021025f..ae99bf7e 100644 --- a/.denov +++ b/.denov @@ -1 +1 @@ -v0.31.0 +v0.32.0 \ No newline at end of file diff --git a/modules-lock.json b/modules-lock.json index a57b51d1..1ff9aac4 100644 --- a/modules-lock.json +++ b/modules-lock.json @@ -1,6 +1,6 @@ { "https://deno.land/std": { - "version": "@v0.31.0", + "version": "@v0.32.0", "modules": [ "/util/async.ts", "/testing/mod.ts", diff --git a/modules.json b/modules.json index a57b51d1..1ff9aac4 100644 --- a/modules.json +++ b/modules.json @@ -1,6 +1,6 @@ { "https://deno.land/std": { - "version": "@v0.31.0", + "version": "@v0.32.0", "modules": [ "/util/async.ts", "/testing/mod.ts", diff --git a/pipeline_test.ts b/pipeline_test.ts index 80afa5e0..4fe50c2e 100644 --- a/pipeline_test.ts +++ b/pipeline_test.ts @@ -91,19 +91,11 @@ test("pipeline in concurrent", async () => { "OK", //set(a) "OK", //set(b) "OK", //set(c) - [ - ["status", "OK"], - ["status", "OK"], - ["status", "OK"] - ], //flush() + [["status", "OK"], ["status", "OK"], ["status", "OK"]], //flush() "OK", // get(a) "OK", // get(b) "OK", //get(c) - [ - ["bulk", "a"], - ["bulk", "b"], - ["bulk", "c"] - ] //flush() + [["bulk", "a"], ["bulk", "b"], ["bulk", "c"]] //flush() ]); }); diff --git a/vendor/https/deno.land/std/fmt/colors.ts b/vendor/https/deno.land/std/fmt/colors.ts index bfd9ccfc..09f2f329 100644 --- a/vendor/https/deno.land/std/fmt/colors.ts +++ b/vendor/https/deno.land/std/fmt/colors.ts @@ -1 +1 @@ -export * from "https://deno.land/std@v0.31.0/fmt/colors.ts"; +export * from "https://deno.land/std@v0.32.0/fmt/colors.ts"; diff --git a/vendor/https/deno.land/std/io/bufio.ts b/vendor/https/deno.land/std/io/bufio.ts index c7f08a6c..57a18d86 100644 --- a/vendor/https/deno.land/std/io/bufio.ts +++ b/vendor/https/deno.land/std/io/bufio.ts @@ -1 +1 @@ -export * from "https://deno.land/std@v0.31.0/io/bufio.ts"; +export * from "https://deno.land/std@v0.32.0/io/bufio.ts"; diff --git a/vendor/https/deno.land/std/testing/asserts.ts b/vendor/https/deno.land/std/testing/asserts.ts index 811f3827..6eb5332a 100644 --- a/vendor/https/deno.land/std/testing/asserts.ts +++ b/vendor/https/deno.land/std/testing/asserts.ts @@ -1 +1 @@ -export * from "https://deno.land/std@v0.31.0/testing/asserts.ts"; +export * from "https://deno.land/std@v0.32.0/testing/asserts.ts"; diff --git a/vendor/https/deno.land/std/testing/mod.ts b/vendor/https/deno.land/std/testing/mod.ts index 6a37e0ec..3e16dbfb 100644 --- a/vendor/https/deno.land/std/testing/mod.ts +++ b/vendor/https/deno.land/std/testing/mod.ts @@ -1 +1 @@ -export * from "https://deno.land/std@v0.31.0/testing/mod.ts"; +export * from "https://deno.land/std@v0.32.0/testing/mod.ts"; diff --git a/vendor/https/deno.land/std/util/async.ts b/vendor/https/deno.land/std/util/async.ts index b7cb45ad..3ff83ec0 100644 --- a/vendor/https/deno.land/std/util/async.ts +++ b/vendor/https/deno.land/std/util/async.ts @@ -1 +1 @@ -export * from "https://deno.land/std@v0.31.0/util/async.ts"; +export * from "https://deno.land/std@v0.32.0/util/async.ts";