From 3c3b55ad2f863e6b355c39e94d712b9cdb623a1c Mon Sep 17 00:00:00 2001 From: Simon Lecoq <22963968+lowlighter@users.noreply.github.com> Date: Sun, 1 Sep 2024 11:19:59 -0400 Subject: [PATCH] chore: upgrade deps --- deno.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.jsonc b/deno.jsonc index d852d0d7..923617f8 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -26,7 +26,7 @@ "@std/async/retry": "jsr:@std/async@1/retry", "@std/http/status": "jsr:@std/http@1/status", "@std/streams": "jsr:@std/streams@1", - "@std/io": "jsr:@std/io@0.224.5", + "@std/io": "jsr:@std/io@0.224.6", "@std/archive/untar": "jsr:@std/archive@0.225.0/untar", "@std/encoding/base32": "jsr:@std/encoding@1/base32", "@std/encoding/base64": "jsr:@std/encoding@1/base64",