diff --git a/wai-secure-cookies.cabal b/wai-secure-cookies.cabal
--- a/wai-secure-cookies.cabal
+++ b/wai-secure-cookies.cabal
@@ -1,5 +1,5 @@
 name:                wai-secure-cookies
-version:             0.1.0.4
+version:             0.1.0.5
 description:         WAI middleware to automatically encrypt and sign cookies
 homepage:            https://github.com/habibalamin/wai-secure-cookies
 license:             MIT
@@ -23,9 +23,9 @@
   build-depends:       base >= 4.7 && < 5
                      , protolude >= 0.2 && < 0.3
                      , wai >= 3.2 && < 4
-                     , cryptonite >= 0.24 && < 0.25
+                     , cryptonite >= 0.24 && < 0.28
                      , bytestring >= 0.10 && < 0.11
-                     , memory >= 0.14 && < 0.15
+                     , memory >= 0.14 && < 0.16
                      , random >= 1.1 && < 2
                      , split >= 0.2 && < 0.3
                      , http-types >= 0.12.1 && < 0.13
@@ -52,6 +52,6 @@
   default-language:    Haskell2010
   main-is:             Main.hs
   build-depends:       base >= 4.7 && < 5
-                     , cryptonite >= 0.24 && < 0.25
+                     , cryptonite >= 0.24 && < 0.28
                      , bytestring >= 0.10 && < 0.11
-                     , memory >= 0.14 && < 0.15
+                     , memory >= 0.14 && < 0.16
