Upgraded dependencies.
This commit is contained in:
parent
69549a5537
commit
c1756fa648
2
dub.json
2
dub.json
|
|
@ -6,7 +6,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"handy-http-primitives": "~>1.8",
|
"handy-http-primitives": "~>1.8",
|
||||||
"path-matcher": "~>1.2.0",
|
"path-matcher": "~>1.2.0",
|
||||||
"slf4d": "~>4.1.1"
|
"slf4d": "~>4.0"
|
||||||
},
|
},
|
||||||
"description": "Library for some common, handy request handlers that you're likely to need in web projects.",
|
"description": "Library for some common, handy request handlers that you're likely to need in web projects.",
|
||||||
"license": "CC0",
|
"license": "CC0",
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"fileVersion": 1,
|
"fileVersion": 1,
|
||||||
"versions": {
|
"versions": {
|
||||||
"handy-http-primitives": "1.8.0",
|
"handy-http-primitives": "1.8.1",
|
||||||
"path-matcher": "1.2.0",
|
"path-matcher": "1.2.0",
|
||||||
"slf4d": "4.1.1",
|
"slf4d": "4.2.0",
|
||||||
"streams": "3.6.0"
|
"streams": "3.6.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue