From 6c944d40f1d21993962931b74be973a6a406ed28 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 14 Aug 2023 18:13:43 -0500 Subject: [PATCH] Bump deno-safe-fetch to v1.0.0 --- src/deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deps.ts b/src/deps.ts index 61789c50..5d075796 100644 --- a/src/deps.ts +++ b/src/deps.ts @@ -1,4 +1,4 @@ -import 'https://gitlab.com/soapbox-pub/deno-safe-fetch/-/raw/366c70848c3f3733b1b6ca0936573d8c8f4fdb43/load.ts'; +import 'https://gitlab.com/soapbox-pub/deno-safe-fetch/-/raw/v1.0.0/load.ts'; export { type Context, type Env as HonoEnv,