From caec9624534b01b40d428f4f19e29353e855b1b6 Mon Sep 17 00:00:00 2001 From: Leonid Onokhov Date: Sun, 11 May 2025 11:11:07 +0300 Subject: [PATCH] Bump co-log-json dependencies --- co-log-json/co-log-json.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/co-log-json/co-log-json.cabal b/co-log-json/co-log-json.cabal index f0100ad..1dbb09b 100644 --- a/co-log-json/co-log-json.cabal +++ b/co-log-json/co-log-json.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: co-log-json -version: 0.1.0.0 +version: 0.1.0.1 synopsis: Structured messages support in co-log ecosystem. description: @@ -70,9 +70,9 @@ library FlexibleContexts build-depends: base >=4.11 && <5 - , aeson >= 2.0 && < 2.2 - , bytestring >=0.10 && < 0.12 - , text >=1.2 && < 2.1 + , aeson >= 2.0 && < 2.3 + , bytestring >=0.10 && < 0.13 + , text >=1.2 && < 2.2 , containers ^>=0.6 , co-log-core >=0.2 && < 0.4 , string-conv >=0.1 && < 0.3