diff --git a/snap.cabal b/snap.cabal
--- a/snap.cabal
+++ b/snap.cabal
@@ -1,5 +1,5 @@
 name:           snap
-version:        0.13.0.1
+version:        0.13.0.2
 synopsis:       Top-level package for the Snap Web Framework
 description:
     This is the top-level package for the official Snap Framework libraries.
@@ -163,7 +163,7 @@
     logict                    >= 0.4.2    && < 0.7,
     mtl                       >  2.0      && < 2.2,
     mwc-random                >= 0.8      && < 0.14,
-    pwstore-fast              >= 2.2      && < 2.4,
+    pwstore-fast              >= 2.2      && < 2.5,
     regex-posix               >= 0.95     && < 1,
     snap-core                 >= 0.9      && < 0.11,
     snap-server               >= 0.9      && < 0.11,
diff --git a/test/snap-testsuite.cabal b/test/snap-testsuite.cabal
--- a/test/snap-testsuite.cabal
+++ b/test/snap-testsuite.cabal
@@ -45,7 +45,7 @@
     logict                     >= 0.4.2    && < 0.6,
     mtl                        >  2.0      && < 2.2,
     mwc-random                 >= 0.8      && < 0.14,
-    pwstore-fast               >= 2.2      && < 2.4,
+    pwstore-fast               >= 2.2      && < 2.5,
     regex-posix                >= 0.95     && < 1,
     snap-core                  >= 0.9      && < 0.11,
     snap-server                >= 0.9      && < 0.11,
@@ -117,7 +117,7 @@
     logict                     >= 0.4.2    && < 0.6,
     mtl                        >  2.0      && < 2.2,
     mwc-random                 >= 0.8      && < 0.14,
-    pwstore-fast               >= 2.2      && < 2.4,
+    pwstore-fast               >= 2.2      && < 2.5,
     regex-posix                >= 0.95     && < 1,
     snap-core                  >= 0.9      && < 0.11,
     snap-server                >= 0.9      && < 0.11,
@@ -199,7 +199,7 @@
     logict                     >= 0.4.2    && < 0.6,
     mtl                        >  2.0      && < 2.2,
     mwc-random                 >= 0.8      && < 0.14,
-    pwstore-fast               >= 2.2      && < 2.4,
+    pwstore-fast               >= 2.2      && < 2.5,
     regex-posix                >= 0.95     && < 1,
     snap-core                  >= 0.9      && < 0.11,
     snap-server                >= 0.9      && < 0.11,
