diff --git a/websockets.cabal b/websockets.cabal
--- a/websockets.cabal
+++ b/websockets.cabal
@@ -1,5 +1,5 @@
 Name:    websockets
-Version: 0.8.1.2
+Version: 0.8.1.3
 
 Synopsis:
   A sensible and clean way to write WebSocket-capable servers in Haskell.
@@ -96,7 +96,7 @@
     test-framework-hunit       >= 0.2 && < 0.4,
     test-framework-quickcheck2 >= 0.2 && < 0.4,
     -- Copied from regular dependencies...
-    attoparsec        >= 0.9    && < 0.11,
+    attoparsec        >= 0.9    && < 0.12,
     base              >= 4      && < 5,
     base64-bytestring >= 0.1    && < 1.1,
     binary            >= 0.5    && < 0.8,
@@ -109,7 +109,7 @@
     network           >= 2.3    && < 2.5,
     random            >= 1.0    && < 1.1,
     SHA               >= 1.5    && < 1.7,
-    text              >= 0.10   && < 1.1,
+    text              >= 0.10   && < 1.2,
     entropy           >= 0.2.1  && < 0.3
 
 Source-repository head
