diff --git a/warp-tls.cabal b/warp-tls.cabal
--- a/warp-tls.cabal
+++ b/warp-tls.cabal
@@ -1,5 +1,5 @@
 Name:                warp-tls
-Version:             1.2.0.2
+Version:             1.2.0.3
 Synopsis:            SSL support for Warp via the TLS package
 License:             MIT
 License-file:        LICENSE
@@ -23,8 +23,8 @@
                    , certificate                   >= 1.2      && < 1.3
                    , pem                           >= 0.1      && < 0.2
                    , cryptocipher                  >= 0.3      && < 0.4
-                   , tls-extra                     >= 0.4.3    && < 0.5
-                   , tls                           >= 0.9      && < 0.10
+                   , tls-extra                     >= 0.4.5    && < 0.5
+                   , tls                           >= 0.9.3    && < 0.10
                    , crypto-api                    >= 0.8      && < 0.11
                    , network                       >= 2.2.1    && < 2.4
   Exposed-modules:   Network.Wai.Handler.WarpTLS
