From 586c97f2030c7816b3a65aba2b950ead5b0217a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonin=20D=C3=A9cimo?= Date: Tue, 10 Sep 2024 12:56:53 +0200 Subject: [PATCH] Update lower-bounds of dependencies for bug fixes --- dune-project | 14 +++++++------- obuilder-spec.opam | 4 ++-- obuilder.opam | 12 ++++++------ 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/dune-project b/dune-project index dbe3fe81..61c2010a 100644 --- a/dune-project +++ b/dune-project @@ -1,4 +1,4 @@ -(lang dune 3.7) +(lang dune 3.16) (name obuilder) (formatting disabled) @@ -29,19 +29,19 @@ astring (fmt (>= 0.8.9)) logs - (cmdliner (>= 1.2.0)) - (tar-unix (and (>= 2.4.0) (< 3.0.0))) + (cmdliner (>= 1.3.0)) + (tar-unix (and (>= 2.6.0) (< 3.0.0))) (yojson (>= 1.6.0)) sexplib ppx_deriving ppx_sexp_conv (sha (>= 1.15.4)) - sqlite3 + (sqlite3 (>= 5.2.0)) (crunch (and (>= 3.3.1) :build)) (obuilder-spec (= :version)) fpath - (extunix (>= 0.4.0)) - (ocaml (>= 4.14.1)) + (extunix (>= 0.4.2)) + (ocaml (>= 4.14.2)) (alcotest-lwt (and (>= 1.7.0) :with-test)))) (package @@ -55,4 +55,4 @@ astring ppx_deriving ppx_sexp_conv - (ocaml (>= 4.14.1)))) + (ocaml (>= 4.14.2)))) diff --git a/obuilder-spec.opam b/obuilder-spec.opam index a365cf54..3727d1a1 100644 --- a/obuilder-spec.opam +++ b/obuilder-spec.opam @@ -24,13 +24,13 @@ homepage: "https://github.com/ocurrent/obuilder" doc: "https://ocurrent.github.io/obuilder/" bug-reports: "https://github.com/ocurrent/obuilder/issues" depends: [ - "dune" {>= "3.7"} + "dune" {>= "3.16"} "fmt" {>= "0.8.9"} "sexplib" "astring" "ppx_deriving" "ppx_sexp_conv" - "ocaml" {>= "4.14.1"} + "ocaml" {>= "4.14.2"} "odoc" {with-doc} ] build: [ diff --git a/obuilder.opam b/obuilder.opam index 8e3b9170..228fda6d 100644 --- a/obuilder.opam +++ b/obuilder.opam @@ -24,24 +24,24 @@ homepage: "https://github.com/ocurrent/obuilder" doc: "https://ocurrent.github.io/obuilder/" bug-reports: "https://github.com/ocurrent/obuilder/issues" depends: [ - "dune" {>= "3.7"} + "dune" {>= "3.16"} "lwt" {>= "5.6.1"} "astring" "fmt" {>= "0.8.9"} "logs" - "cmdliner" {>= "1.2.0"} - "tar-unix" {>= "2.4.0" & < "3.0.0"} + "cmdliner" {>= "1.3.0"} + "tar-unix" {>= "2.6.0" & < "3.0.0"} "yojson" {>= "1.6.0"} "sexplib" "ppx_deriving" "ppx_sexp_conv" "sha" {>= "1.15.4"} - "sqlite3" + "sqlite3" {>= "5.2.0"} "crunch" {>= "3.3.1" & build} "obuilder-spec" {= version} "fpath" - "extunix" {>= "0.4.0"} - "ocaml" {>= "4.14.1"} + "extunix" {>= "0.4.2"} + "ocaml" {>= "4.14.2"} "alcotest-lwt" {>= "1.7.0" & with-test} "odoc" {with-doc} ]