diff --git a/hoauth2.cabal b/hoauth2.cabal
--- a/hoauth2.cabal
+++ b/hoauth2.cabal
@@ -1,7 +1,7 @@
 Cabal-version: 2.4
 Name:                hoauth2
 -- http://wiki.haskell.org/Package_versioning_policy
-Version:             2.3.0
+Version:             2.4.0
 
 Synopsis:            Haskell OAuth2 authentication client
 
@@ -53,10 +53,10 @@
 
   Build-Depends: base                 >= 4     && < 5,
                  data-default         >= 0.7   && < 0.8,
-                 binary               >= 0.8.3 && < 0.8.9,
+                 binary               >= 0.8   && < 0.9,
                  containers           >= 0.6   && < 0.7,
                  text                 >= 0.11  && < 1.3,
-                 bytestring           >= 0.9   && < 0.11,
+                 bytestring           >= 0.9   && < 0.12,
                  http-conduit         >= 2.1   && < 2.4,
                  http-types           >= 0.11  && < 0.13,
                  aeson                >= 2.0   && < 2.1,
