diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+0.11.0
+------
+
+* Update `crypton` version to >= 1.1.0 and replace the `memory` package with the `ram` package to match `crypton` changes.
+
 0.10.0
 ------
 
diff --git a/jose-jwt.cabal b/jose-jwt.cabal
--- a/jose-jwt.cabal
+++ b/jose-jwt.cabal
@@ -1,5 +1,5 @@
 Name:               jose-jwt
-Version:            0.10.0
+Version:            0.11.0
 Synopsis:           JSON Object Signing and Encryption Library
 Homepage:           http://github.com/tekul/jose-jwt
 Bug-Reports:        http://github.com/tekul/jose-jwt/issues
@@ -50,19 +50,16 @@
     Buildable: False
   else
     Build-depends:    base >= 4.9 && < 5
-                    , aeson >= 1.5 && < 2.3
+                    , aeson >= 2 && < 2.4
                     , attoparsec >= 0.12.0.0
                     , bytestring >= 0.9
                     , cereal >= 0.4
-                    , containers >= 0.4
-                    , crypton >= 0.32
-                    , memory >= 0.10
+                    , crypton >= 1.1.0
+                    , ram >= 0.21
                     , mtl >= 2.1.3.1
-                    , text  >= 0.11
-                    , time  >= 1.4
+                    , text >= 0.11
+                    , time >= 1.4
                     , transformers >= 0.3
-                    , transformers-compat >= 0.4
-                    , unordered-containers >= 0.2
                     , vector >= 0.10
   Ghc-Options:        -Wall
 
@@ -77,10 +74,7 @@
                     , aeson
                     , bytestring
                     , crypton
-                    , memory
-                    , mtl
-                    , text
-                    , unordered-containers
+                    , ram
                     , vector
                     , hspec >= 1.6
                     , HUnit >= 1.2
@@ -98,7 +92,7 @@
   if !flag(doctest)
     Buildable: False
   else
-    Build-depends:    base  >= 4.9 && < 5
+    Build-depends:    base >= 4.9 && < 5
                     , doctest >= 0.9.11
                     , crypton
 
