Skip to content

Commit 39f0511

Browse files
author
v1rtl
committed
bump deps
1 parent 132df39 commit 39f0511

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { compression } from './mod.ts'
2-
import { Server } from 'https://deno.land/std@0.175.0/http/server.ts'
2+
import { Server } from 'https://deno.land/std@0.178.0/http/server.ts'
33

44
const s = new Server({
55
handler: async (req) => {

mod.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import { readAll } from 'https://deno.land/std@0.175.0/streams/read_all.ts'
1+
import { readAll } from 'https://deno.land/std@0.178.0/streams/read_all.ts'
22
import { compress as brotli } from 'https://deno.land/x/[email protected]/mod.ts'
3-
import { Foras } from 'https://deno.land/x/[email protected].6/src/deno/mod.ts'
3+
import { Foras } from 'https://deno.land/x/[email protected].8/src/deno/mod.ts'
44
import { Accepts } from 'https://deno.land/x/[email protected]/mod.ts'
55

66
await Foras.initBundledOnce()
@@ -40,7 +40,7 @@ export type CompressionOptions = Partial<{
4040
* @example
4141
* ```ts
4242
import { compression } from 'https://deno.land/x/http_compression/mod.ts'
43-
import { Server } from 'https://deno.land/std@0.175.0/http/server.ts'
43+
import { Server } from 'https://deno.land/std@0.178.0/http/server.ts'
4444
4545
new Server({
4646
handler: async (req) => {

0 commit comments

Comments
 (0)