diff --git a/bob.opam b/bob.opam index 6ffd2b3..a8cb766 100644 --- a/bob.opam +++ b/bob.opam @@ -25,8 +25,8 @@ depends: [ "bigstringaf" "cmdliner" "ipaddr" {>= "5.3.0"} - "mirage-crypto" - "mirage-crypto-rng" {>= "0.11.0"} + "mirage-crypto" {< "1.0.0"} + "mirage-crypto-rng" {>= "0.11.0" & < "1.0.0"} "x509" {>= "0.16.0"} "psq" "tls" {>= "0.17.4"} @@ -35,7 +35,8 @@ depends: [ "dns-client" {>= "6.4.0"} "happy-eyeballs" {>= "0.6.0"} "ca-certs" + "eqaf" {< "0.10"} "ke" {>= "0.6"} "alcotest" {with-test} - "spoke" {>= "0.0.2"} + "spoke" {>= "0.0.3"} ] diff --git a/com.opam b/com.opam index d9665fd..bf942b9 100644 --- a/com.opam +++ b/com.opam @@ -38,8 +38,8 @@ depends: [ "bigstringaf" "cmdliner" "ipaddr" { >= "5.3.0" } - "mirage-crypto" - "mirage-crypto-rng" { >= "0.11.0" } + "mirage-crypto" { < "1.0.0" } + "mirage-crypto-rng" { >= "0.11.0" & < "1.0.0" } "x509" { >= "0.16.0" } "psq" "lru" { >= "0.3.1" } @@ -49,16 +49,17 @@ depends: [ "dns-client" "happy-eyeballs" { >= "0.6.0" } "ca-certs" + "eqaf" {< "0.10"} "ke" { >= "0.6" } "alcotest" { with-test } - "spoke" { >= "0.0.2" } + "spoke" { >= "0.0.3" } ] pin-depends: [ - [ "mirage-crypto.dev" "git+https://github.com/dinosaure/mirage-crypto.git#83b160823cc601ffb19f8be2e32d643ffcbea60d" ] - [ "mirage-crypto-pk.dev" "git+https://github.com/dinosaure/mirage-crypto.git#83b160823cc601ffb19f8be2e32d643ffcbea60d" ] - [ "mirage-crypto-ec.dev" "git+https://github.com/dinosaure/mirage-crypto.git#83b160823cc601ffb19f8be2e32d643ffcbea60d" ] - [ "mirage-crypto-rng.dev" "git+https://github.com/dinosaure/mirage-crypto.git#83b160823cc601ffb19f8be2e32d643ffcbea60d" ] + [ "mirage-crypto.0.11.0" "git+https://github.com/dinosaure/mirage-crypto.git#83b160823cc601ffb19f8be2e32d643ffcbea60d" ] + [ "mirage-crypto-pk.0.11.0" "git+https://github.com/dinosaure/mirage-crypto.git#83b160823cc601ffb19f8be2e32d643ffcbea60d" ] + [ "mirage-crypto-ec.0.11.0" "git+https://github.com/dinosaure/mirage-crypto.git#83b160823cc601ffb19f8be2e32d643ffcbea60d" ] + [ "mirage-crypto-rng.0.11.0" "git+https://github.com/dinosaure/mirage-crypto.git#83b160823cc601ffb19f8be2e32d643ffcbea60d" ] [ "mtime.dev" "git+https://github.com/dinosaure/mtime.git#d5d70f38c40da90e3e173eb60346df55b64a4a0a" ] [ "gmp.dev" "git+https://github.com/mirage/ocaml-gmp.git#90c7941b3b2649c19f2596538417e5ce1df61b9d" ] ]