Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vectronic authored Mar 28, 2024
1 parent 00649da commit 9ec8df7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * as log from "https://deno.land/std@0.220.1/log/mod.ts";
export * as log from "https://deno.land/std@0.221.0/log/mod.ts";
export * as denoLib from "https://raw.githubusercontent.com/flowscripter/template-deno-library/v1.3.1/mod.ts";
export * as rustLib from "https://raw.githubusercontent.com/flowscripter/template-deno-rust-library/v1.0.15/mod.ts";
2 changes: 1 addition & 1 deletion tests/test_deps.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.220.1/assert/mod.ts";
export * from "https://deno.land/std@0.221.0/assert/mod.ts";

0 comments on commit 9ec8df7

Please sign in to comment.