diff --git a/Version.hs b/Version.hs
--- a/Version.hs
+++ b/Version.hs
@@ -16,4 +16,4 @@
 programName = "htalkat"
 
 version :: String
-version = "0.1.2.4"
+version = "0.1.2.5"
diff --git a/htalkat.cabal b/htalkat.cabal
--- a/htalkat.cabal
+++ b/htalkat.cabal
@@ -1,6 +1,6 @@
 cabal-version:      1.18
 name:               htalkat
-version:            0.1.2.4
+version:            0.1.2.5
 license:            GPL-3
 license-file:       COPYING
 maintainer:         mbays@sdf.org
@@ -72,7 +72,7 @@
         hourglass >=0.2.12 && <0.3,
         memory >=0.14 && <0.19,
         mtl >=2.0 && <2.4,
-        network >=2.4.2.3 && <3.2,
+        network >=2.4.2.3 && <3.3,
         network-simple >=0.4.3 && <0.5,
         pem >=0.2.4 && <0.3,
         process >=1.2.0.0 && <1.7,
@@ -80,8 +80,8 @@
         safe >=0.3.19 && <0.4,
         temporary >= 1.2 && <1.4,
         text >=1.1.0.0 && <2.2,
-        time <1.14,
-        tls >=1.5.4 && <1.10,
+        time <1.15,
+        tls >=1.5.4 && <2.1,
         transformers >=0.3.0.0 && <0.7,
         crypton-x509 >=1.7.5 && <1.8,
         crypton-x509-validation >=1.6.11 && <1.7
@@ -89,7 +89,7 @@
     if os(windows)
         cpp-options: -DWINDOWS
     else
-        build-depends: unix >=2.7.0.1 && <2.8
+        build-depends: unix >=2.7.0.1 && <2.9
 
     if flag(curses)
         cpp-options: -DCURSES
