Skip to content

Commit

Permalink
dependency maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
j50n committed Feb 5, 2022
1 parent f80e2ec commit 0a14aab
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deps-test.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from "https://deno.land/std@0.122.0/testing/asserts.ts";
export * from "https://deno.land/std@0.125.0/testing/asserts.ts";
export * from "https://deno.land/x/[email protected]/mod.ts";
6 changes: 3 additions & 3 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from "https://deno.land/std@0.123.0/textproto/mod.ts";
export * from "https://deno.land/std@0.123.0/async/mod.ts";
export * from "https://deno.land/std@0.123.0/io/mod.ts";
export * from "https://deno.land/std@0.125.0/textproto/mod.ts";
export * from "https://deno.land/std@0.125.0/async/mod.ts";
export * from "https://deno.land/std@0.125.0/io/mod.ts";
4 changes: 4 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## 0.12.1

- **maint** Dependency maintenance.

## 0.12.0

- `#19` **enhancement** support for unbuffered input/output handlers (optional).
Expand Down
2 changes: 1 addition & 1 deletion runners/handlers/bytes.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { assertEquals } from "https://deno.land/std@0.122.0/testing/asserts.ts";
import { assertEquals } from "https://deno.land/std@0.125.0/testing/asserts.ts";
import * as proc from "../../mod.ts";

Deno.test({
Expand Down

0 comments on commit 0a14aab

Please sign in to comment.