Index: b/req.cabal
===================================================================
--- a/req.cabal
+++ b/req.cabal
@@ -1,6 +1,7 @@
 cabal-version:   2.4
 name:            req
 version:         3.13.4
+x-revision: 7
 license:         BSD-3-Clause
 license-file:    LICENSE.md
 maintainer:      Mark Karpov <markkarpov92@gmail.com>
@@ -39,11 +40,11 @@ library
         blaze-builder >=0.3 && <0.5,
         bytestring >=0.10.8 && <0.13,
         case-insensitive >=0.2 && <1.3,
-        containers >=0.5 && <0.7,
-        crypton-connection >=0.3 && <0.5,
-        data-default-class,
+        containers >=0.5 && <0.9,
+        crypton-connection >=0.4.2 && <0.5,
+        data-default-class >= 0.2.0.0,
         exceptions >=0.6 && <0.11,
-        http-api-data >=0.2 && <0.7,
+        http-api-data >=0.2 && <0.8,
         http-client >=0.7.13.1 && <0.8,
         http-client-tls >=0.3.2 && <0.4,
         http-types >=0.8 && <10,
@@ -51,7 +52,7 @@ library
         monad-control >=1.0 && <1.1,
         mtl >=2.0 && <3.0,
         retry >=0.8 && <0.10,
-        template-haskell >=2.19 && <2.23,
+        template-haskell >=2.19 && <2.24,
         text >=0.2 && <2.2,
         transformers >=0.5.3.0 && <0.7,
         transformers-base,
@@ -81,15 +82,15 @@ test-suite pure-tests
         case-insensitive >=0.2 && <1.3,
         hspec >=2.0 && <3,
         hspec-core >=2.0 && <3,
-        http-api-data >=0.2 && <0.7,
+        http-api-data >=0.2 && <0.8,
         http-client >=0.7 && <0.8,
         http-types >=0.8 && <10,
         modern-uri >=0.3 && <0.4,
         req,
         retry >=0.8 && <0.10,
-        template-haskell >=2.19 && <2.23,
+        template-haskell >=2.19 && <2.24,
         text >=0.2 && <2.2,
-        time >=1.2 && <1.13
+        time >=1.2 && <1.16
 
     if flag(dev)
         ghc-options:
