From 4130023c0988f1941af2215c94f8fe6dc0167e34 Mon Sep 17 00:00:00 2001 From: Etienne MARAIS Date: Thu, 5 May 2022 17:00:23 +0200 Subject: [PATCH] Upgrade lwt to 5.5.0 --- current_ocluster.opam | 2 +- ocluster-api.opam | 2 +- ocluster.opam | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/current_ocluster.opam b/current_ocluster.opam index c8c4942e..aa43164d 100644 --- a/current_ocluster.opam +++ b/current_ocluster.opam @@ -11,7 +11,7 @@ depends: [ "dune" {>= "2.8"} "ppx_deriving" "ocluster-api" {= version} - "lwt" {>= "5.4.1"} + "lwt" {>= "5.5.0"} "current" {>= "0.3"} "current_git" {>= "0.3"} "current_web" {>= "0.3" & with-test} diff --git a/ocluster-api.opam b/ocluster-api.opam index ea196b7b..a653d038 100644 --- a/ocluster-api.opam +++ b/ocluster-api.opam @@ -9,7 +9,7 @@ bug-reports: "https://github.com/ocurrent/ocluster/issues" depends: [ "dune" {>= "2.8"} "ppx_deriving" - "lwt" {>= "5.4.1"} + "lwt" {>= "5.5.0"} "capnp-rpc-lwt" {>= "1.2"} "fmt" "ppx_deriving_yojson" diff --git a/ocluster.opam b/ocluster.opam index 1aa81369..9056c6f5 100644 --- a/ocluster.opam +++ b/ocluster.opam @@ -22,7 +22,7 @@ depends: [ "ppx_sexp_conv" "dune-build-info" "ocluster-api" {= version} - "lwt" {>= "5.4.1"} + "lwt" {>= "5.5.0"} "capnp-rpc-lwt" "capnp-rpc-net" "capnp-rpc-unix" {>= "1.2"}