We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95c9988 commit 1b604ccCopy full SHA for 1b604cc
dune-project
@@ -30,7 +30,7 @@
30
(depends
31
(ocaml (>= 4.06.0))
32
(base64 (>= 3.3.0))
33
- (conduit (>= 4.0.0))
+ (conduit (>= 5.1.0))
34
(cohttp (>= 5.0.0))
35
(ocplib-endian (>= 1.0))
36
(astring (>= 0.8.3))))
websocket.opam
@@ -26,7 +26,7 @@ depends: [
26
"dune" {>= "2.9"}
27
"ocaml" {>= "4.06.0"}
28
"base64" {>= "3.3.0"}
29
- "conduit" {>= "4.0.0"}
+ "conduit" {>= "5.1.0"}
"cohttp" {>= "5.0.0"}
"ocplib-endian" {>= "1.0"}
"astring" {>= "0.8.3"}
0 commit comments