Skip to content

Commit 85f7348

Browse files
authored
2 parents f2fa67c + f75042e commit 85f7348

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ouroboros-consensus-cardano/ouroboros-consensus-cardano.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ library
149149
cardano-slotting,
150150
cardano-strict-containers,
151151
cborg ^>=0.2.2,
152-
containers >=0.5 && <0.7,
152+
containers >=0.5 && <0.8,
153153
cryptonite >=0.25 && <0.31,
154154
deepseq,
155155
formatting >=6.3 && <7.3,
@@ -197,7 +197,7 @@ library unstable-byronspec
197197
cardano-ledger-binary,
198198
cardano-ledger-byron-test,
199199
cborg >=0.2.2 && <0.3,
200-
containers >=0.5 && <0.7,
200+
containers >=0.5 && <0.8,
201201
mtl,
202202
nothunks,
203203
ouroboros-consensus ^>=0.20,
@@ -538,7 +538,7 @@ library unstable-cardano-tools
538538
cardano-strict-containers,
539539
cborg ^>=0.2.2,
540540
compact,
541-
containers >=0.5 && <0.7,
541+
containers >=0.5 && <0.8,
542542
contra-tracer,
543543
directory,
544544
filepath,

ouroboros-consensus-diffusion/ouroboros-consensus-diffusion.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ library
8181
bytestring >=0.10 && <0.13,
8282
cardano-slotting,
8383
cborg ^>=0.2.2,
84-
containers >=0.5 && <0.7,
84+
containers >=0.5 && <0.8,
8585
contra-tracer,
8686
deepseq,
8787
filepath,

ouroboros-consensus/ouroboros-consensus.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ library
283283
cardano-slotting,
284284
cardano-strict-containers,
285285
cborg ^>=0.2.2,
286-
containers >=0.5 && <0.7,
286+
containers >=0.5 && <0.8,
287287
contra-tracer,
288288
deepseq,
289289
filelock,

0 commit comments

Comments
 (0)