From c833f49fa1736708715ac65523db0969c7bb9ae1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 00:14:09 +0000 Subject: [PATCH] chore: bump @std/bytes to 1.0.1 --- deno.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.jsonc b/deno.jsonc index 95acbac..d4f1be7 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -29,7 +29,7 @@ }, "imports": { "@std/assert": "jsr:@std/assert@0.226.0", - "@std/bytes": "jsr:@std/bytes@0.224.0", + "@std/bytes": "jsr:@std/bytes@1.0.1", "@lambdalisue/workerio": "./mod.ts" } }