Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
drashbot committed Nov 11, 2023
1 parent 3dd918e commit a394875
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deps.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { Server as StdServer } from "https://deno.land/std@0.168.0/http/server.ts";
export { Server as StdServer } from "https://deno.land/std@0.206.0/http/server.ts";
4 changes: 2 additions & 2 deletions tests/deps.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { deferred, delay } from "https://deno.land/std@0.168.0/async/mod.ts";
export { deferred, delay } from "https://deno.land/std@0.206.0/async/mod.ts";
export {
assertEquals,
assertRejects,
} from "https://deno.land/std@0.168.0/testing/asserts.ts";
} from "https://deno.land/std@0.206.0/testing/asserts.ts";

0 comments on commit a394875

Please sign in to comment.