From f2a6a28c8a82169aa7af0c616937cd879e29539c Mon Sep 17 00:00:00 2001 From: lambdalisue Date: Fri, 13 May 2022 00:04:08 +0000 Subject: [PATCH] :package: Update Deno dependencies Update dependencies by udd: /home/runner/work/deno-sshutil/deno-sshutil/connect.ts /home/runner/work/deno-sshutil/deno-sshutil/mod.ts /home/runner/work/deno-sshutil/deno-sshutil/README.md /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.139.0 [1/2] Update successful: https://deno.land/std@0.128.0/io/mod.ts -> 0.139.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.139.0 [2/2] Update successful: https://deno.land/std@0.128.0/streams/mod.ts -> 0.139.0 /home/runner/work/deno-sshutil/deno-sshutil/ssh_test.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.139.0 [1/1] Update successful: https://deno.land/std@0.127.0/testing/asserts.ts -> 0.139.0 /home/runner/work/deno-sshutil/deno-sshutil/ssh.ts Successfully updated: https://deno.land/std@0.128.0/io/mod.ts 0.128.0 -> 0.139.0 https://deno.land/std@0.128.0/streams/mod.ts 0.128.0 -> 0.139.0 https://deno.land/std@0.127.0/testing/asserts.ts 0.127.0 -> 0.139.0 make[1]: Entering directory '/home/runner/work/deno-sshutil/deno-sshutil' make[1]: Leaving directory '/home/runner/work/deno-sshutil/deno-sshutil' --- deps.ts | 4 ++-- deps_test.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deps.ts b/deps.ts index 87f74dc..74d0bc3 100644 --- a/deps.ts +++ b/deps.ts @@ -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.139.0/io/mod.ts"; +export * as streams from "https://deno.land/std@0.139.0/streams/mod.ts"; diff --git a/deps_test.ts b/deps_test.ts index 2a2cef3..70cc439 100644 --- a/deps_test.ts +++ b/deps_test.ts @@ -1 +1 @@ -export * from "https://deno.land/std@0.127.0/testing/asserts.ts"; +export * from "https://deno.land/std@0.139.0/testing/asserts.ts";