diff --git a/patrol.cabal b/patrol.cabal
--- a/patrol.cabal
+++ b/patrol.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.2
 
 name: patrol
-version: 1.0.0.5
+version: 1.0.0.6
 synopsis: Sentry SDK
 description: Patrol is a Sentry SDK.
 
@@ -23,7 +23,7 @@
 common library
   build-depends:
     , aeson >= 2.0.3 && < 2.3
-    , base >= 4.16.0 && < 4.19
+    , base >= 4.16.0 && < 4.20
     , bytestring >= 0.11.3 && < 0.12
     , case-insensitive >= 1.2.1 && < 1.3
     , containers >= 0.6.5 && < 0.7
@@ -31,7 +31,7 @@
     , http-client >= 0.7.13 && < 0.8
     , http-types >= 0.12.3 && < 0.13
     , network-uri >= 2.6.4 && < 2.7
-    , text >= 1.2.5 && < 1.3 || >= 2.0 && < 2.1
+    , text >= 1.2.5 && < 1.3 || >= 2.0 && < 2.2
     , time >= 1.11.1 && < 1.13
     , uuid >= 1.3.15 && < 1.4
   default-language: Haskell2010
