diff --git a/isohunt.cabal b/isohunt.cabal
--- a/isohunt.cabal
+++ b/isohunt.cabal
@@ -2,7 +2,7 @@
 -- see
 -- http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/authors.html#pkg-descr.
 Name:                isohunt
-Version:             0.1.2
+Version:             0.1.3
 Synopsis:            Bindings to the isoHunt torrent search API
 Description:         
   Bindings to the isoHunt torrent search API, as described in
@@ -36,9 +36,9 @@
      base >= 4.5 && < 5,
      aeson < 0.7,
      text >= 0.7 && <0.12,
-     http-conduit < 1.4,
+     http-conduit < 1.5,
      uri < 0.2,
-     data-default < 0.4,
+     data-default < 0.5,
      ghc-prim,
      vector >= 0.7.1 && < 0.10,
      unordered-containers < 0.3,
