diff --git a/yesod-crud.cabal b/yesod-crud.cabal
--- a/yesod-crud.cabal
+++ b/yesod-crud.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                yesod-crud
-version:             0.1.4
+version:             0.1.5
 synopsis:            Generic administrative CRUD operations as a Yesod subsite
 description:         This package helps you build administrative CRUD
                      operations (Create, Retrieve, Update, Delete) into
@@ -42,9 +42,9 @@
   build-depends:       base                  >= 4    && < 5
                      , classy-prelude        >= 0.11 && < 0.13
                      , containers            >= 0.5  && < 0.6
-                     , MissingH              >= 1.3  && < 1.4
+                     , MissingH              >= 1.3  && < 1.5
                      , monad-control         >= 1.0  && < 1.1
-                     , persistent            >= 2.1  && < 2.3
+                     , persistent            >= 2.1  && < 2.6
                      , random                >= 1.1  && < 1.2
                      , safe                  >= 0.3.9
                      , stm                   >= 2.4  && < 2.5
