this repo has no description

cohttp_async_websocket, websocket-async need upper bound on cohttp

They fail with
```
Error: Modules do not match:
sig
module IO = Cohttp_async__Io.IO
module Request = Cohttp_async.Io.Request
module Response = Cohttp_async.Io.Response
end
is not included in Cohttp__.S.IO
```
Signed-off-by: Marcello Seri <marcello.seri@gmail.com>

Changed files
+4 -4
packages
cohttp_async_websocket
cohttp_async_websocket.v0.15.0
websocket-async
websocket-async.2.14
websocket-async.2.15
+2 -2
packages/cohttp_async_websocket/cohttp_async_websocket.v0.15.0/opam
···
"core" {>= "v0.15" & < "v0.16"}
"ppx_jane" {>= "v0.15" & < "v0.16"}
"base64" {>= "3.4.0"}
-
"cohttp" {>= "2.5.6"}
-
"cohttp-async" {>= "2.5.6" & < "3.0.0" | >= "5.0.0"}
+
"cohttp" {>= "2.5.6" & < "6.0.0~"}
+
"cohttp-async" {>= "2.5.6" & < "3.0.0" | >= "5.0.0" & < "6.0.0~"}
"dune" {>= "2.0.0"}
"uri-sexp" {>= "3.0.0"}
]
+1 -1
packages/websocket-async/websocket-async.2.14/opam
···
"websocket" {= version}
"core" {>= "v0.13.0" & < "v0.15"}
"async" {>= "v0.13.0" & < "v0.15"}
-
"cohttp-async" {>= "2.5.1"}
+
"cohttp-async" {>= "2.5.1" & < "6.0.0~"}
"logs-async" {>= "1.1"}
"logs-async-reporter" {>= "1.0"}
]
+1 -1
packages/websocket-async/websocket-async.2.15/opam
···
"websocket" {= version}
"core" {>= "v0.13.0" & < "v0.15"}
"async" {>= "v0.13.0" & < "v0.15"}
-
"cohttp-async" {>= "5.0.0"}
+
"cohttp-async" {>= "5.0.0" & < "6.0.0~"}
"logs-async" {>= "1.1"}
"logs-async-reporter" {>= "1.0"}
"odoc" {with-doc}