Skip to content

Commit 84fc519

Browse files
author
v1rtl
committed
std bump
1 parent 061fdf2 commit 84fc519

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { serve } from 'https://deno.land/std@0.90.0/http/server.ts'
1+
import { serve } from 'https://deno.land/std@0.95.0/http/server.ts'
22
import { compression } from './mod.ts'
33

44
const s = serve({ port: 3000 })

mod.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// import { compress as brotli } from 'https://deno.land/x/[email protected]/mod.ts'
22
import { gzip, deflate } from 'https://deno.land/x/[email protected]/mod.ts'
3-
import { ServerRequest } from 'https://deno.land/std@0.90.0/http/server.ts'
3+
import { ServerRequest } from 'https://deno.land/std@0.95.0/http/server.ts'
44
import { Accepts } from 'https://deno.land/x/[email protected]/mod.ts'
55

66
const funcs = {
@@ -31,7 +31,7 @@ export type CompressionOptions = {
3131
*
3232
* @example
3333
* ```ts
34-
*import { serve } from 'https://deno.land/std@0.90.0/http/server.ts'
34+
*import { serve } from 'https://deno.land/std@0.95.0/http/server.ts'
3535
*import { compression } from 'https://deno.land/x/compression/brotli.ts'
3636
*
3737
*const s = serve({ port: 3000 })

0 commit comments

Comments
 (0)