From 1d6a774a6f29e32bf1ff26f1b14f49991e7c7e75 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 09:59:17 -0400 Subject: [PATCH] chore: update dependencies (#736) Co-authored-by: T6 --- deps/std/async.ts | 2 +- deps/std/bytes.ts | 2 +- deps/std/encoding/base58.ts | 2 +- deps/std/encoding/hex.ts | 2 +- deps/std/encoding/toml.ts | 2 +- deps/std/flags.ts | 2 +- deps/std/fs.ts | 2 +- deps/std/http.ts | 2 +- deps/std/io.ts | 2 +- deps/std/path.ts | 2 +- deps/std/streams.ts | 2 +- deps/std/testing/asserts.ts | 2 +- deps/std/testing/snapshot.ts | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/deps/std/async.ts b/deps/std/async.ts index 7ce92b2e5..363e4ab0b 100644 --- a/deps/std/async.ts +++ b/deps/std/async.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.178.0/async/mod.ts" +export * from "https://deno.land/std@0.179.0/async/mod.ts" diff --git a/deps/std/bytes.ts b/deps/std/bytes.ts index f5e4ad52e..a964d4fa6 100644 --- a/deps/std/bytes.ts +++ b/deps/std/bytes.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.178.0/bytes/mod.ts" +export * from "https://deno.land/std@0.179.0/bytes/mod.ts" diff --git a/deps/std/encoding/base58.ts b/deps/std/encoding/base58.ts index a5a335bdd..e8364b243 100644 --- a/deps/std/encoding/base58.ts +++ b/deps/std/encoding/base58.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.178.0/encoding/base58.ts" +export * from "https://deno.land/std@0.179.0/encoding/base58.ts" diff --git a/deps/std/encoding/hex.ts b/deps/std/encoding/hex.ts index 7c0787a40..64d249a41 100644 --- a/deps/std/encoding/hex.ts +++ b/deps/std/encoding/hex.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.178.0/encoding/hex.ts" +export * from "https://deno.land/std@0.179.0/encoding/hex.ts" diff --git a/deps/std/encoding/toml.ts b/deps/std/encoding/toml.ts index 9993ea988..d2639b86d 100644 --- a/deps/std/encoding/toml.ts +++ b/deps/std/encoding/toml.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.178.0/encoding/toml.ts" +export * from "https://deno.land/std@0.179.0/encoding/toml.ts" diff --git a/deps/std/flags.ts b/deps/std/flags.ts index 1c8e1ac88..6ccd182f1 100644 --- a/deps/std/flags.ts +++ b/deps/std/flags.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.178.0/flags/mod.ts" +export * from "https://deno.land/std@0.179.0/flags/mod.ts" diff --git a/deps/std/fs.ts b/deps/std/fs.ts index d8746d2c5..c83fcd3e8 100644 --- a/deps/std/fs.ts +++ b/deps/std/fs.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.178.0/fs/mod.ts" +export * from "https://deno.land/std@0.179.0/fs/mod.ts" diff --git a/deps/std/http.ts b/deps/std/http.ts index a2a681393..418d5f964 100644 --- a/deps/std/http.ts +++ b/deps/std/http.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.178.0/http/mod.ts" +export * from "https://deno.land/std@0.179.0/http/mod.ts" diff --git a/deps/std/io.ts b/deps/std/io.ts index 347f6ba39..d4e8d1bb1 100644 --- a/deps/std/io.ts +++ b/deps/std/io.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.178.0/io/mod.ts" +export * from "https://deno.land/std@0.179.0/io/mod.ts" diff --git a/deps/std/path.ts b/deps/std/path.ts index d76ab921b..6c9bef714 100644 --- a/deps/std/path.ts +++ b/deps/std/path.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.178.0/path/mod.ts" +export * from "https://deno.land/std@0.179.0/path/mod.ts" diff --git a/deps/std/streams.ts b/deps/std/streams.ts index 873cc9006..5640f6fc2 100644 --- a/deps/std/streams.ts +++ b/deps/std/streams.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.178.0/streams/mod.ts" +export * from "https://deno.land/std@0.179.0/streams/mod.ts" diff --git a/deps/std/testing/asserts.ts b/deps/std/testing/asserts.ts index f410d098f..fd7b331a3 100644 --- a/deps/std/testing/asserts.ts +++ b/deps/std/testing/asserts.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.178.0/testing/asserts.ts" +export * from "https://deno.land/std@0.179.0/testing/asserts.ts" diff --git a/deps/std/testing/snapshot.ts b/deps/std/testing/snapshot.ts index 51d2d1f07..1f7ab7e42 100644 --- a/deps/std/testing/snapshot.ts +++ b/deps/std/testing/snapshot.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.178.0/testing/snapshot.ts" +export * from "https://deno.land/std@0.179.0/testing/snapshot.ts"