Skip to content

Commit

Permalink
📦 Update Deno dependencies
Browse files Browse the repository at this point in the history
Update dependencies by udd:

/home/runner/work/deno-disposable/deno-disposable/mod.ts

/home/runner/work/deno-disposable/deno-disposable/using_test.ts
[1/1] Looking for releases: https://deno.land/std@0.186.0/testing/asserts.ts
[1/1] Attempting update: https://deno.land/std@0.186.0/testing/asserts.ts -> 0.190.0
[1/1] Update successful: https://deno.land/std@0.186.0/testing/asserts.ts -> 0.190.0

/home/runner/work/deno-disposable/deno-disposable/types.ts

/home/runner/work/deno-disposable/deno-disposable/using.ts

Successfully updated:
https://deno.land/std@0.186.0/testing/asserts.ts 0.186.0 -> 0.190.0
  • Loading branch information
lambdalisue committed May 30, 2023
1 parent 9a7e773 commit be9dadf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion using_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
assertEquals,
assertRejects,
assertThrows,
} from "https://deno.land/std@0.186.0/testing/asserts.ts";
} from "https://deno.land/std@0.190.0/testing/asserts.ts";
import { Disposable } from "./types.ts";
import { using, usingAll, usingAllSync, usingSync } from "./using.ts";

Expand Down

0 comments on commit be9dadf

Please sign in to comment.