Skip to content

Commit ddb2a34

Browse files
committed
chore: update to std 0.213
1 parent f39997f commit ddb2a34

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

deps.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Copyright 2018-2022 the oak authors. All rights reserved. MIT license.
22

3-
export * as base64 from "https://deno.land/std@0.211.0/encoding/base64.ts";
4-
export { assert } from "https://deno.land/std@0.211.0/assert/assert.ts";
3+
export * as base64 from "https://deno.land/std@0.213.0/encoding/base64.ts";
4+
export { assert } from "https://deno.land/std@0.213.0/assert/assert.ts";

deps_test.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
export {
1010
assertEquals,
11-
} from "https://deno.land/std@0.211.0/assert/assert_equals.ts";
12-
export { assertInstanceOf } from "https://deno.land/std@0.211.0/assert/assert_instance_of.ts";
13-
export { assertRejects } from "https://deno.land/std@0.211.0/assert/assert_rejects.ts";
14-
export { assertThrows } from "https://deno.land/std@0.211.0/assert/assert_throws.ts";
15-
export { FakeTime } from "https://deno.land/std@0.211.0/testing/time.ts";
16-
export { KeyStack } from "https://deno.land/std@0.211.0/crypto/unstable_keystack.ts";
11+
} from "https://deno.land/std@0.213.0/assert/assert_equals.ts";
12+
export { assertInstanceOf } from "https://deno.land/std@0.213.0/assert/assert_instance_of.ts";
13+
export { assertRejects } from "https://deno.land/std@0.213.0/assert/assert_rejects.ts";
14+
export { assertThrows } from "https://deno.land/std@0.213.0/assert/assert_throws.ts";
15+
export { FakeTime } from "https://deno.land/std@0.213.0/testing/time.ts";
16+
export { KeyStack } from "https://deno.land/std@0.213.0/crypto/unstable_keystack.ts";

0 commit comments

Comments
 (0)