diff --git a/crypto-pubkey-openssh.cabal b/crypto-pubkey-openssh.cabal
--- a/crypto-pubkey-openssh.cabal
+++ b/crypto-pubkey-openssh.cabal
@@ -1,5 +1,5 @@
 Name:               crypto-pubkey-openssh
-Version:            0.2.2
+Version:            0.2.3
 Synopsis:           OpenSSH keys decoder/encoder
 Description:        OpenSSH keys decoder/encoder
 License:            MIT
@@ -28,10 +28,10 @@
   Build-depends:    base                       == 4.6.*  || == 4.5.*
                   , bytestring                 == 0.10.* || == 0.9.*
                   , base64-bytestring          == 1.0.*
-                  , cereal                     == 0.3.*
+                  , cereal                     == 0.4.*
                   , attoparsec                 == 0.10.*
                   , crypto-pubkey-types        == 0.4.*
-                  , pem                        == 0.1.*
+                  , pem                        == 0.2.*
                   , asn1-types                 == 0.2.*
                   , asn1-encoding              == 0.8.*
 
@@ -52,18 +52,18 @@
   Build-depends:    base                       == 4.6.*  || == 4.5.*
                   , bytestring                 == 0.10.* || == 0.9.*
                   , base64-bytestring          == 1.0.*
-                  , cereal                     == 0.3.*
+                  , cereal                     == 0.4.*
                   , attoparsec                 == 0.10.*
                   , crypto-pubkey-types        == 0.4.*
-                  , pem                        == 0.1.*
+                  , pem                        == 0.2.*
                   , asn1-types                 == 0.2.*
                   , asn1-encoding              == 0.8.*
 
-                  , tasty                      == 0.2.*
-                  , tasty-quickcheck           == 0.2.*
+                  , tasty                      == 0.6.*
+                  , tasty-quickcheck           == 0.3.*
                   , QuickCheck                 == 2.6.*
                   , temporary                  == 1.1.*
-                  , process                    == 1.1.*
+                  , process                    == 1.2.*
                   , filepath                   == 1.3.*
                   , deepseq                    == 1.3.*
 
