Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 7133861

Browse files
author
v1rtl
committed
std & ci bump
1 parent dab83a3 commit 7133861

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v2
1616
- uses: denolib/setup-deno@v2
1717
with:
18-
deno-version: v1.9.2
18+
deno-version: v1.11
1919
- name: Cache Dependencies
2020
run: deno cache deps.ts
2121
- name: Run tests

deps.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export { Accepts } from 'https://deno.land/x/accepts@2.1.0/mod.ts'
99
export { encodeUrl } from 'https://deno.land/x/encodeurl@1.0.0/mod.ts'
1010
export { charset, contentType, lookup } from 'https://deno.land/x/media_types@v2.8.4/mod.ts'
1111
export { parse as rg } from 'https://deno.land/x/regexparam@v2.0.0/src/index.js'
12-
export { forwarded } from 'https://deno.land/x/forwarded@0.0.5/mod.ts'
13-
export * from 'https://deno.land/x/proxy_addr@0.0.4/mod.ts'
12+
export { forwarded } from 'https://deno.land/x/forwarded@0.0.6/mod.ts'
13+
export * from 'https://deno.land/x/proxy_addr@0.0.5/mod.ts'
1414
import type { ServerRequest as Req, Response as ServerResponse } from 'https://deno.land/std@0.98.0/http/server.ts'
1515

1616
interface Res extends ServerResponse {

0 commit comments

Comments
 (0)