Skip to content

Commit 877f08a

Browse files
committed
bump(deps): upgrade deps
1 parent 8b12bdb commit 877f08a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

deps.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
export * from "https://deno.land/x/[email protected].1/mod.ts";
2-
export { crypto } from "https://deno.land/std@0.136.0/crypto/mod.ts";
3-
export { BufReader } from "https://deno.land/std@0.136.0/io/mod.ts";
4-
export { writeAll } from "https://deno.land/std@0.136.0/streams/conversion.ts";
5-
export { deferred } from "https://deno.land/std@0.136.0/async/deferred.ts";
6-
export type { Deferred } from "https://deno.land/std@0.136.0/async/deferred.ts";
7-
export * as b64 from "https://deno.land/std@0.136.0/encoding/base64.ts";
8-
export * as hex from "https://deno.land/std@0.136.0/encoding/hex.ts";
1+
export * from "https://deno.land/x/[email protected].2/mod.ts";
2+
export { crypto } from "https://deno.land/std@0.140.0/crypto/mod.ts";
3+
export { BufReader } from "https://deno.land/std@0.140.0/io/mod.ts";
4+
export { writeAll } from "https://deno.land/std@0.140.0/streams/conversion.ts";
5+
export { deferred } from "https://deno.land/std@0.140.0/async/deferred.ts";
6+
export type { Deferred } from "https://deno.land/std@0.140.0/async/deferred.ts";
7+
export * as b64 from "https://deno.land/std@0.140.0/encoding/base64.ts";
8+
export * as hex from "https://deno.land/std@0.140.0/encoding/hex.ts";

tests/test.deps.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ export {
44
assertNotEquals,
55
assertRejects,
66
assertThrows,
7-
} from "https://deno.land/std@0.136.0/testing/asserts.ts";
8-
export { equals as bytesEquals } from "https://deno.land/std@0.136.0/bytes/equals.ts";
7+
} from "https://deno.land/std@0.140.0/testing/asserts.ts";
8+
export { equals as bytesEquals } from "https://deno.land/std@0.140.0/bytes/equals.ts";
99
export * as semver from "https://deno.land/x/[email protected]/mod.ts";

0 commit comments

Comments
 (0)