From 6ecff50d2bfc592a9106688f3ec5c9758d7424cf Mon Sep 17 00:00:00 2001 From: ayntee Date: Tue, 22 Dec 2020 21:22:03 +0400 Subject: [PATCH] deps: update @evan/wasm/zlib to latest --- deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps.ts b/deps.ts index 8289cd197..0f20500ec 100644 --- a/deps.ts +++ b/deps.ts @@ -5,4 +5,4 @@ export { assertArrayIncludes, assertEquals, } from "https://deno.land/std@0.81.0/testing/asserts.ts"; -export { decompress_with as inflate } from "https://unpkg.com/@evan/wasm@0.0.22/target/zlib/deno.js"; +export { decompress_with as inflate } from "https://unpkg.com/@evan/wasm@0.0.25/target/zlib/deno.js";