Skip to content

Commit

Permalink
std bump
Browse files Browse the repository at this point in the history
  • Loading branch information
v1rtl committed Apr 18, 2021
1 parent f301925 commit d29673c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ServerRequest } from 'https://deno.land/std@0.88.0/http/server.ts'
import { ServerRequest } from 'https://deno.land/std@0.93.0/http/server.ts'

type Req = Pick<ServerRequest, 'headers'> & { conn: Pick<ServerRequest['conn'], 'remoteAddr'> }

Expand Down

0 comments on commit d29673c

Please sign in to comment.