Skip to content

Commit

Permalink
bump(deps): bump deps (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
erfanium committed Feb 19, 2022
1 parent f15f2bc commit 189800c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions deps.ts
@@ -1,8 +1,8 @@
export * as Bson from "https://deno.land/x/web_bson@v0.1.6/mod.ts";
export { crypto } from "https://deno.land/std@0.122.0/crypto/mod.ts";
export { BufReader } from "https://deno.land/std@0.122.0/io/mod.ts";
export { writeAll } from "https://deno.land/std@0.122.0/streams/conversion.ts";
export { deferred } from "https://deno.land/std@0.122.0/async/deferred.ts";
export type { Deferred } from "https://deno.land/std@0.122.0/async/deferred.ts";
export * as b64 from "https://deno.land/std@0.122.0/encoding/base64.ts";
export * as hex from "https://deno.land/std@0.122.0/encoding/hex.ts";
export * as Bson from "https://deno.land/x/web_bson@v0.1.9/mod.ts";
export { crypto } from "https://deno.land/std@0.126.0/crypto/mod.ts";
export { BufReader } from "https://deno.land/std@0.126.0/io/mod.ts";
export { writeAll } from "https://deno.land/std@0.126.0/streams/conversion.ts";
export { deferred } from "https://deno.land/std@0.126.0/async/deferred.ts";
export type { Deferred } from "https://deno.land/std@0.126.0/async/deferred.ts";
export * as b64 from "https://deno.land/std@0.126.0/encoding/base64.ts";
export * as hex from "https://deno.land/std@0.126.0/encoding/hex.ts";
4 changes: 2 additions & 2 deletions tests/test.deps.ts
Expand Up @@ -4,6 +4,6 @@ export {
assertNotEquals,
assertRejects,
assertThrows,
} from "https://deno.land/std@0.122.0/testing/asserts.ts";
export { equals as bytesEquals } from "https://deno.land/std@0.122.0/bytes/equals.ts";
} from "https://deno.land/std@0.126.0/testing/asserts.ts";
export { equals as bytesEquals } from "https://deno.land/std@0.126.0/bytes/equals.ts";
export * as semver from "https://deno.land/x/semver@v1.4.0/mod.ts";

0 comments on commit 189800c

Please sign in to comment.