diff --git a/snap.cabal b/snap.cabal
--- a/snap.cabal
+++ b/snap.cabal
@@ -1,5 +1,5 @@
 name:           snap
-version:        0.5.1.1
+version:        0.5.1.2
 synopsis:       Snap: A Haskell Web Framework: project starter executable and glue code library
 description:    Snap Framework project starter executable and glue code library
 license:        BSD3
@@ -86,7 +86,7 @@
   other-modules: Snap.StarterTH
 
   build-depends:
-    attoparsec       >= 0.8.0.2 && < 0.9,
+    attoparsec       >= 0.8.0.2 && < 0.10,
     base             >= 4 && < 5,
     bytestring,
     bytestring-nums,
@@ -101,8 +101,8 @@
     mtl              >= 2,
     old-locale,
     old-time,
-    snap-core        >= 0.5.1 && <0.6,
-    snap-server      >= 0.5.1 && <0.6,
+    snap-core        >= 0.5.1.4 && <0.6,
+    snap-server      >= 0.5.1.2 && <0.6,
     template-haskell >= 2.3 && < 2.6,
     text             >= 0.11 && <0.12,
     time,
diff --git a/test/snap-testsuite.cabal b/test/snap-testsuite.cabal
--- a/test/snap-testsuite.cabal
+++ b/test/snap-testsuite.cabal
@@ -15,7 +15,7 @@
     filepath,
     Glob == 0.5.*,
     HUnit >= 1.2 && < 2,
-    http-enumerator >= 0.6.5.3 && <0.7,
+    http-enumerator >= 0.6.5.4 && <0.7,
     process == 1.*,
     test-framework >= 0.3.1 && <0.4,
     test-framework-hunit >= 0.2.5 && < 0.3,
