Skip to content

Commit fe8be4f

Browse files
committed
chore: update deps
1 parent 3dd918e commit fe8be4f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { Server as StdServer } from "https://deno.land/std@0.168.0/http/server.ts";
1+
export { Server as StdServer } from "https://deno.land/std@0.200.0/http/server.ts";

tests/deps.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
export { deferred, delay } from "https://deno.land/std@0.168.0/async/mod.ts";
1+
export { deferred, delay } from "https://deno.land/std@0.200.0/async/mod.ts";
22
export {
33
assertEquals,
44
assertRejects,
5-
} from "https://deno.land/std@0.168.0/testing/asserts.ts";
5+
} from "https://deno.land/std@0.200.0/testing/asserts.ts";

0 commit comments

Comments
 (0)