Skip to content

Commit 06a7d43

Browse files
authored
Update to latest pkg:dhttpd (#1626)
1 parent 3c81fa3 commit 06a7d43

File tree

2 files changed

+22
-29
lines changed

2 files changed

+22
-29
lines changed

pubspec.lock

Lines changed: 21 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,28 @@ packages:
1414
name: args
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "0.13.7"
17+
version: "1.4.1"
1818
async:
1919
dependency: transitive
2020
description:
2121
name: async
2222
url: "https://pub.dartlang.org"
2323
source: hosted
24-
version: "1.13.3"
24+
version: "2.0.6"
2525
barback:
2626
dependency: transitive
2727
description:
2828
name: barback
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "0.15.2+13"
31+
version: "0.15.2+14"
3232
boolean_selector:
3333
dependency: transitive
3434
description:
3535
name: boolean_selector
3636
url: "https://pub.dartlang.org"
3737
source: hosted
38-
version: "1.0.2"
38+
version: "1.0.3"
3939
charcode:
4040
dependency: transitive
4141
description:
@@ -56,7 +56,7 @@ packages:
5656
name: collection
5757
url: "https://pub.dartlang.org"
5858
source: hosted
59-
version: "1.14.3"
59+
version: "1.14.6"
6060
convert:
6161
dependency: transitive
6262
description:
@@ -84,7 +84,7 @@ packages:
8484
name: dhttpd
8585
url: "https://pub.dartlang.org"
8686
source: hosted
87-
version: "0.3.1"
87+
version: "2.0.0"
8888
front_end:
8989
dependency: "direct main"
9090
description:
@@ -112,7 +112,7 @@ packages:
112112
name: html
113113
url: "https://pub.dartlang.org"
114114
source: hosted
115-
version: "0.13.2"
115+
version: "0.13.3"
116116
http:
117117
dependency: "direct dev"
118118
description:
@@ -140,7 +140,7 @@ packages:
140140
name: io
141141
url: "https://pub.dartlang.org"
142142
source: hosted
143-
version: "0.3.1"
143+
version: "0.3.2+1"
144144
isolate:
145145
dependency: transitive
146146
description:
@@ -175,7 +175,7 @@ packages:
175175
name: markdown
176176
url: "https://pub.dartlang.org"
177177
source: hosted
178-
version: "1.0.0"
178+
version: "1.1.1"
179179
matcher:
180180
dependency: transitive
181181
description:
@@ -196,14 +196,14 @@ packages:
196196
name: mime
197197
url: "https://pub.dartlang.org"
198198
source: hosted
199-
version: "0.9.4"
199+
version: "0.9.6"
200200
multi_server_socket:
201201
dependency: transitive
202202
description:
203203
name: multi_server_socket
204204
url: "https://pub.dartlang.org"
205205
source: hosted
206-
version: "1.0.0"
206+
version: "1.0.1"
207207
mustache4dart:
208208
dependency: "direct main"
209209
description:
@@ -252,7 +252,7 @@ packages:
252252
name: pool
253253
url: "https://pub.dartlang.org"
254254
source: hosted
255-
version: "1.3.3"
255+
version: "1.3.4"
256256
pub_semver:
257257
dependency: "direct dev"
258258
description:
@@ -287,14 +287,7 @@ packages:
287287
name: shelf
288288
url: "https://pub.dartlang.org"
289289
source: hosted
290-
version: "0.6.8"
291-
shelf_cors:
292-
dependency: transitive
293-
description:
294-
name: shelf_cors
295-
url: "https://pub.dartlang.org"
296-
source: hosted
297-
version: "0.2.1"
290+
version: "0.7.2"
298291
shelf_packages_handler:
299292
dependency: transitive
300293
description:
@@ -308,7 +301,7 @@ packages:
308301
name: shelf_static
309302
url: "https://pub.dartlang.org"
310303
source: hosted
311-
version: "0.2.6"
304+
version: "0.2.7"
312305
shelf_web_socket:
313306
dependency: transitive
314307
description:
@@ -343,14 +336,14 @@ packages:
343336
name: stack_trace
344337
url: "https://pub.dartlang.org"
345338
source: hosted
346-
version: "1.9.1"
339+
version: "1.9.2"
347340
stream_channel:
348341
dependency: transitive
349342
description:
350343
name: stream_channel
351344
url: "https://pub.dartlang.org"
352345
source: hosted
353-
version: "1.6.2"
346+
version: "1.6.4"
354347
string_scanner:
355348
dependency: transitive
356349
description:
@@ -371,7 +364,7 @@ packages:
371364
name: test
372365
url: "https://pub.dartlang.org"
373366
source: hosted
374-
version: "0.12.30+3"
367+
version: "0.12.32+1"
375368
tuple:
376369
dependency: "direct main"
377370
description:
@@ -392,21 +385,21 @@ packages:
392385
name: utf
393386
url: "https://pub.dartlang.org"
394387
source: hosted
395-
version: "0.9.0+3"
388+
version: "0.9.0+4"
396389
watcher:
397390
dependency: transitive
398391
description:
399392
name: watcher
400393
url: "https://pub.dartlang.org"
401394
source: hosted
402-
version: "0.9.7+4"
395+
version: "0.9.7+7"
403396
web_socket_channel:
404397
dependency: transitive
405398
description:
406399
name: web_socket_channel
407400
url: "https://pub.dartlang.org"
408401
source: hosted
409-
version: "1.0.6"
402+
version: "1.0.7"
410403
yaml:
411404
dependency: "direct main"
412405
description:
@@ -415,4 +408,4 @@ packages:
415408
source: hosted
416409
version: "2.1.13"
417410
sdks:
418-
dart: ">=2.0.0-dev <=2.0.0-dev.32.0"
411+
dart: ">=2.0.0-dev.23.0 <=2.0.0-dev.35.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies:
2828
tuple: ^1.0.1
2929
yaml: ^2.1.0
3030
dev_dependencies:
31-
dhttpd: ^0.3.1
31+
dhttpd: ^2.0.0
3232
grinder: ^0.8.1
3333
http: ^0.11.0
3434
meta: ^1.0.0

0 commit comments

Comments
 (0)