From d8d1fbcd2134cff19cdbbb1f9a63a1ea7870635d Mon Sep 17 00:00:00 2001 From: Hugh Davidson <32408698+Tristano8@users.noreply.github.com> Date: Tue, 5 Mar 2024 10:40:07 +1100 Subject: [PATCH] Dependency updates - March 5 2024 (#31) * Bump outdated bounds * Update wai-handler-hal.cabal Co-authored-by: JackKelly-Bellroy <64521034+JackKelly-Bellroy@users.noreply.github.com> * Update wai-handler-hal.cabal Co-authored-by: JackKelly-Bellroy <64521034+JackKelly-Bellroy@users.noreply.github.com> --------- Co-authored-by: JackKelly-Bellroy <64521034+JackKelly-Bellroy@users.noreply.github.com> --- wai-handler-hal.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wai-handler-hal.cabal b/wai-handler-hal.cabal index a4d463f..8e2b23c 100644 --- a/wai-handler-hal.cabal +++ b/wai-handler-hal.cabal @@ -50,13 +50,13 @@ common deps build-depends: , base >=4.12 && <4.19 , base64-bytestring >=1.0.0.0 && <1.3 - , bytestring >=0.10.8 && <0.12.1 + , bytestring >=0.10.8 && <0.13 , case-insensitive ^>=1.2.0.0 , hal >=0.4.7 && <0.4.11 || >=1.0.0 && <1.2 , http-media ^>=0.8.1.1 , http-types ^>=0.12.3 , network >=2.8.0.0 && <3.2 - , text ^>=1.2.3 || >=2.0 && <2.1.1 + , text ^>=1.2.3 || >=2.0 && <2.2 , unordered-containers ^>=0.2.10.0 , vault ^>=0.3.1.0 , wai ^>=3.2.2