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-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.138.0
[1/1] Update successful: https://deno.land/std@0.127.0/testing/asserts.ts -> 0.138.0

/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.138.0
[1/2] Update successful: https://deno.land/std@0.128.0/io/mod.ts -> 0.138.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.138.0
[2/2] Update successful: https://deno.land/std@0.128.0/streams/mod.ts -> 0.138.0

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

/home/runner/work/deno-sshutil/deno-sshutil/connect.ts

/home/runner/work/deno-sshutil/deno-sshutil/ssh_test.ts

/home/runner/work/deno-sshutil/deno-sshutil/ssh.ts

/home/runner/work/deno-sshutil/deno-sshutil/README.md

Successfully updated:
https://deno.land/std@0.127.0/testing/asserts.ts 0.127.0 -> 0.138.0
https://deno.land/std@0.128.0/io/mod.ts 0.128.0 -> 0.138.0
https://deno.land/std@0.128.0/streams/mod.ts 0.128.0 -> 0.138.0
make[1]: Entering directory '/home/runner/work/deno-sshutil/deno-sshutil'
make[1]: Leaving directory '/home/runner/work/deno-sshutil/deno-sshutil'
  • Loading branch information
lambdalisue committed May 6, 2022
1 parent 91fe0de commit 50b416d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deps.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * as io from "https://deno.land/std@0.128.0/io/mod.ts";
export * as streams from "https://deno.land/std@0.128.0/streams/mod.ts";
export * as io from "https://deno.land/std@0.138.0/io/mod.ts";
export * as streams from "https://deno.land/std@0.138.0/streams/mod.ts";
2 changes: 1 addition & 1 deletion deps_test.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "https://deno.land/std@0.127.0/testing/asserts.ts";
export * from "https://deno.land/std@0.138.0/testing/asserts.ts";

0 comments on commit 50b416d

Please sign in to comment.