Updated photon to 0.18.9
This commit is contained in:
parent
40cc2b0275
commit
f0fd4984f9
2
dub.json
2
dub.json
|
|
@ -5,7 +5,7 @@
|
||||||
"copyright": "Copyright © 2024, Andrew Lalis",
|
"copyright": "Copyright © 2024, Andrew Lalis",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"handy-http-primitives": "~>1.8",
|
"handy-http-primitives": "~>1.8",
|
||||||
"photon": "~>0.15.0",
|
"photon": "~>0.18.9",
|
||||||
"slf4d": "~>4.0",
|
"slf4d": "~>4.0",
|
||||||
"streams": "~>3.6"
|
"streams": "~>3.6"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"fileVersion": 1,
|
"fileVersion": 1,
|
||||||
"versions": {
|
"versions": {
|
||||||
"handy-http-primitives": "1.8.0",
|
"handy-http-primitives": "1.8.1",
|
||||||
"photon": "0.15.0",
|
"photon": "0.18.9",
|
||||||
"sharded-map": "2.7.0",
|
"sharded-map": "2.7.0",
|
||||||
"slf4d": "4.1.1",
|
"slf4d": "4.1.1",
|
||||||
"streams": "3.6.0"
|
"streams": "3.6.0"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue