Skip to content

Commit e9be9b4

Browse files
committed
📦 Update Deno dependencies
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.203.0/assert/mod.ts [1/1] Attempting update: https://deno.land/std@0.203.0/assert/mod.ts -> 0.214.0 [1/1] Update successful: https://deno.land/std@0.203.0/assert/mod.ts -> 0.214.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.203.0/assert/mod.ts 0.203.0 -> 0.214.0
1 parent 0427572 commit e9be9b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

using_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {
33
assertEquals,
44
assertRejects,
55
assertThrows,
6-
} from "https://deno.land/std@0.203.0/assert/mod.ts";
6+
} from "https://deno.land/std@0.214.0/assert/mod.ts";
77
import { Disposable } from "./types.ts";
88
import {
99
usingAllResources,

0 commit comments

Comments
 (0)