From c877c41c975ba5cafc344765452a374af05edd8d Mon Sep 17 00:00:00 2001 From: ArthurW Date: Thu, 5 Dec 2024 13:21:20 +0100 Subject: [PATCH] fix opam dep --- cohttp-lwt-unix.opam | 4 ++-- dune-project | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cohttp-lwt-unix.opam b/cohttp-lwt-unix.opam index ed7574317..c31bcc5f2 100644 --- a/cohttp-lwt-unix.opam +++ b/cohttp-lwt-unix.opam @@ -34,8 +34,8 @@ depends: [ "cohttp-lwt" {= version} "cmdliner" {>= "1.1.0"} "lwt" {>= "3.0.0"} - "conduit-lwt" {>= "5.0.0"} - "conduit-lwt-unix" {>= "5.0.0"} + "conduit-lwt" {>= "7.1.0"} + "conduit-lwt-unix" {>= "7.1.0"} "fmt" {>= "0.8.2"} "base-unix" "ppx_sexp_conv" {>= "v0.13.0"} diff --git a/dune-project b/dune-project index 052162ce0..8fdc73942 100644 --- a/dune-project +++ b/dune-project @@ -103,9 +103,9 @@ (lwt (>= 3.0.0)) (conduit-lwt - (>= 5.0.0)) + (>= 7.1.0)) (conduit-lwt-unix - (>= 5.0.0)) + (>= 7.1.0)) (fmt (>= 0.8.2)) base-unix