Skip to content

Commit 370fb49

Browse files
committed
📦 Update Deno dependencies
Update dependencies by udd: /home/runner/work/deno-sshutil/deno-sshutil/connect.ts /home/runner/work/deno-sshutil/deno-sshutil/deps_test.ts [1/1] Looking for releases: https://deno.land/std@0.127.0/testing/asserts.ts [1/1] Attempting update: https://deno.land/std@0.127.0/testing/asserts.ts -> 0.200.0 [1/1] Update successful: https://deno.land/std@0.127.0/testing/asserts.ts -> 0.200.0 /home/runner/work/deno-sshutil/deno-sshutil/README.md /home/runner/work/deno-sshutil/deno-sshutil/ssh_test.ts /home/runner/work/deno-sshutil/deno-sshutil/mod.ts /home/runner/work/deno-sshutil/deno-sshutil/ssh.ts /home/runner/work/deno-sshutil/deno-sshutil/deps.ts [1/2] Looking for releases: https://deno.land/std@0.128.0/io/mod.ts [1/2] Attempting update: https://deno.land/std@0.128.0/io/mod.ts -> 0.200.0 [1/2] Update successful: https://deno.land/std@0.128.0/io/mod.ts -> 0.200.0 [2/2] Looking for releases: https://deno.land/std@0.128.0/streams/mod.ts [2/2] Attempting update: https://deno.land/std@0.128.0/streams/mod.ts -> 0.200.0 [2/2] Update successful: https://deno.land/std@0.128.0/streams/mod.ts -> 0.200.0 Successfully updated: https://deno.land/std@0.127.0/testing/asserts.ts 0.127.0 -> 0.200.0 https://deno.land/std@0.128.0/io/mod.ts 0.128.0 -> 0.200.0 https://deno.land/std@0.128.0/streams/mod.ts 0.128.0 -> 0.200.0 make[1]: Entering directory '/home/runner/work/deno-sshutil/deno-sshutil' make[1]: Leaving directory '/home/runner/work/deno-sshutil/deno-sshutil'
1 parent 91fe0de commit 370fb49

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deps.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export * as io from "https://deno.land/std@0.128.0/io/mod.ts";
2-
export * as streams from "https://deno.land/std@0.128.0/streams/mod.ts";
1+
export * as io from "https://deno.land/std@0.200.0/io/mod.ts";
2+
export * as streams from "https://deno.land/std@0.200.0/streams/mod.ts";

deps_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from "https://deno.land/std@0.127.0/testing/asserts.ts";
1+
export * from "https://deno.land/std@0.200.0/testing/asserts.ts";

0 commit comments

Comments
 (0)