Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
drashbot committed Feb 23, 2024
1 parent 3dd918e commit 79322c2
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.217.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.217.0/async/mod.ts";
export {
assertEquals,
assertRejects,
} from "https://deno.land/std@0.168.0/testing/asserts.ts";
} from "https://deno.land/std@0.217.0/testing/asserts.ts";

0 comments on commit 79322c2

Please sign in to comment.