Skip to content

Commit

Permalink
std bump
Browse files Browse the repository at this point in the history
  • Loading branch information
v1rtl committed Jul 16, 2021
1 parent cbb9be8 commit 5c837eb
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 { ServerRequest } from 'https://deno.land/std@0.100.0/http/server.ts'
import { ServerRequest } from 'https://deno.land/std@0.101.0/http/server.ts'

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

Expand Down
2 changes: 1 addition & 1 deletion mod_test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ServerRequest } from 'https://deno.land/std@0.100.0/http/server.ts'
import { ServerRequest } from 'https://deno.land/std@0.101.0/http/server.ts'
import { forwarded } from './mod.ts'
import { describe, it, expect, run } from 'https://deno.land/x/tincan@0.2.1/mod.ts'

Expand Down

0 comments on commit 5c837eb

Please sign in to comment.