builder-web: update constraints from upstream

There were some lower bounds that we were missing. Since we prefer newer
packages it should not make a difference for reproducibility (inshallah)
This commit is contained in:
Reynir Björnsson 2024-08-19 12:21:55 +02:00
parent e830765150
commit d66f9fa58e

View file

@ -45,13 +45,13 @@ depends: [
"cmdliner" {>= "1.1.0"}
"uri"
"fmt" {>= "0.8.7"}
"cmarkit"
"cmarkit" {>= "0.3.0"}
"tar" {>= "3.0.0"}
"tar-unix" {>= "3.0.0"}
"owee"
"solo5-elftool" {>= "0.3.0"}
"decompress"
"alcotest" {with-test}
"decompress" {>= "1.5.0"}
"alcotest" {>= "1.2.0" & with-test}
"ppx_deriving" {with-test}
"ppx_deriving_yojson" {with-test}
]