Skip to content

Commit

Permalink
Merge pull request denodrivers#324 from denodrivers/bumpp
Browse files Browse the repository at this point in the history
bump(deps): bump /std and web_bson
  • Loading branch information
erfanium authored Dec 28, 2021
2 parents 0a65da8 + f80ad8c commit 51b250c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
export * as Bson from "https://deno.land/x/web_bson@v0.1.2/mod.ts";
export { crypto } from "https://deno.land/std@0.118.0/crypto/mod.ts";
export { BufReader } from "https://deno.land/std@0.118.0/io/mod.ts";
export { writeAll } from "https://deno.land/std@0.118.0/streams/conversion.ts";
export { deferred } from "https://deno.land/std@0.118.0/async/deferred.ts";
export type { Deferred } from "https://deno.land/std@0.118.0/async/deferred.ts";
export * as b64 from "https://deno.land/std@0.118.0/encoding/base64.ts";
export * as hex from "https://deno.land/std@0.118.0/encoding/hex.ts";
export * as Bson from "https://deno.land/x/web_bson@v0.1.3/mod.ts";
export { crypto } from "https://deno.land/std@0.119.0/crypto/mod.ts";
export { BufReader } from "https://deno.land/std@0.119.0/io/mod.ts";
export { writeAll } from "https://deno.land/std@0.119.0/streams/conversion.ts";
export { deferred } from "https://deno.land/std@0.119.0/async/deferred.ts";
export type { Deferred } from "https://deno.land/std@0.119.0/async/deferred.ts";
export * as b64 from "https://deno.land/std@0.119.0/encoding/base64.ts";
export * as hex from "https://deno.land/std@0.119.0/encoding/hex.ts";
export {
assert,
assertEquals,
} from "https://deno.land/std@0.118.0/testing/asserts.ts";
} from "https://deno.land/std@0.119.0/testing/asserts.ts";

0 comments on commit 51b250c

Please sign in to comment.