Skip to content

Commit

Permalink
bump std
Browse files Browse the repository at this point in the history
  • Loading branch information
v1rtl committed Mar 7, 2023
1 parent 06b26da commit d381be0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ConnInfo } from 'https://deno.land/std@0.177.0/http/server.ts'
import { ConnInfo } from 'https://deno.land/std@0.178.0/http/server.ts'

export type RequestWithConnection = Request & { conn: ConnInfo }

Expand Down
2 changes: 1 addition & 1 deletion mod_test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { RequestWithConnection } from './mod.ts'
import { forwarded } from './mod.ts'
import { ConnInfo } from 'https://deno.land/std@0.177.0/http/server.ts'
import { ConnInfo } from 'https://deno.land/std@0.178.0/http/server.ts'
import { describe, it, expect, run } from 'https://deno.land/x/[email protected]/mod.ts'

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

0 comments on commit d381be0

Please sign in to comment.