Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
chore: update dependencies (#736)
Browse files Browse the repository at this point in the history
Co-authored-by: T6 <[email protected]>
  • Loading branch information
github-actions[bot] and tjjfvi authored Mar 14, 2023
1 parent b8418d0 commit 1d6a774
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion deps/std/async.ts
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion deps/std/bytes.ts
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion deps/std/encoding/base58.ts
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion deps/std/encoding/hex.ts
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion deps/std/encoding/toml.ts
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion deps/std/flags.ts
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion deps/std/fs.ts
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion deps/std/http.ts
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion deps/std/io.ts
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion deps/std/path.ts
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion deps/std/streams.ts
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion deps/std/testing/asserts.ts
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion deps/std/testing/snapshot.ts
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 1d6a774

Please sign in to comment.