Compare commits
No commits in common. "main" and "v1.0.0" have entirely different histories.
2
dub.json
2
dub.json
|
@ -5,7 +5,7 @@
|
|||
"copyright": "Copyright © 2025, Andrew Lalis",
|
||||
"dependencies": {
|
||||
"handy-http-primitives": "~>1.6",
|
||||
"slf4d": "~>4",
|
||||
"slf4d": "~>3",
|
||||
"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": "4.0.0",
|
||||
"slf4d": "3.0.1",
|
||||
"streams": "3.6.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue