Skip to content

Commit 06b26da

Browse files
author
v1rtl
committed
bump std
1 parent 9b29802 commit 06b26da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mod.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ConnInfo } from 'https://deno.land/std@0.175.0/http/server.ts'
1+
import { ConnInfo } from 'https://deno.land/std@0.177.0/http/server.ts'
22

33
export type RequestWithConnection = Request & { conn: ConnInfo }
44

mod_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { RequestWithConnection } from './mod.ts'
22
import { forwarded } from './mod.ts'
3-
import { ConnInfo } from 'https://deno.land/std@0.175.0/http/server.ts'
3+
import { ConnInfo } from 'https://deno.land/std@0.177.0/http/server.ts'
44
import { describe, it, expect, run } from 'https://deno.land/x/tincan@1.0.1/mod.ts'
55

66
const createReq = (hostname: string, headers?: Record<string, string>): RequestWithConnection =>

0 commit comments

Comments
 (0)