Added upgraded slf4d version.
This commit is contained in:
parent
40e0bd152f
commit
1f3677a5b6
2
dub.json
2
dub.json
|
@ -5,7 +5,7 @@
|
|||
"copyright": "Copyright © 2025, Andrew Lalis",
|
||||
"dependencies": {
|
||||
"handy-http-primitives": "~>1.6",
|
||||
"slf4d": "~>3",
|
||||
"slf4d": "~>4",
|
||||
"photon": "~>0.10"
|
||||
},
|
||||
"description": "Websocket implementation for Handy-Http.",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"handy-http-primitives": "1.6.0",
|
||||
"photon": "0.10.2",
|
||||
"sharded-map": "2.7.0",
|
||||
"slf4d": "3.0.1",
|
||||
"slf4d": "4.0.0",
|
||||
"streams": "3.6.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue