From 613c070cbd10b791bd097acd1b6b693a1e46eba1 Mon Sep 17 00:00:00 2001 From: Alexey Kuleshevich <lehins@yandex.ru> Date: Thu, 18 Mar 2021 04:57:32 +0300 Subject: [PATCH] Update bounds for random (#7156) --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandoc.cabal b/pandoc.cabal index 3a7436370..7e9d81951 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -476,7 +476,7 @@ library pandoc-types >= 1.22 && < 1.23, parsec >= 3.1 && < 3.2, process >= 1.2.3 && < 1.7, - random >= 1 && < 1.2, + random >= 1 && < 1.3, safe >= 0.3 && < 0.4, scientific >= 0.3 && < 0.4, skylighting >= 0.10.4.1 && < 0.11,