diff --git a/ms-tds.cabal b/ms-tds.cabal
--- a/ms-tds.cabal
+++ b/ms-tds.cabal
@@ -1,13 +1,11 @@
 cabal-version: 1.12
 
--- This file has been generated from package.yaml by hpack version 0.33.0.
+-- This file has been generated from package.yaml by hpack version 0.36.0.
 --
 -- see: https://github.com/sol/hpack
---
--- hash: 62ac1f20af7f048e2567752d2a2b224f35b742e04aa39beed9bb54ab0c5c5d2e
 
 name:           ms-tds
-version:        0.4.0.2
+version:        0.4.0.3
 synopsis:       TDS Protocol implemented in Haskell
 description:    Please see the README on GitHub at <https://github.com/mitsuji/ms-tds#readme>
 category:       Database
@@ -28,24 +26,6 @@
   location: https://github.com/mitsuji/ms-tds
 
 library
-  hs-source-dirs:
-      src
-  build-depends:
-      array
-    , base >=4.7 && <5
-    , binary >=0.8.1.0
-    , bytestring
-    , crypto-random
-    , data-default-class
-    , mtl
-    , network
-    , template-haskell
-    , text
-    , time
-    , tls
-    , uuid-types
-    , x509-store
-    , x509-system
   exposed-modules:
       Database.Tds.Message
       Database.Tds.Message.Client
@@ -63,11 +43,31 @@
       Database.Tds.Transport
   other-modules:
       Paths_ms_tds
+  hs-source-dirs:
+      src
+  build-depends:
+      array
+    , base >=4.7 && <5
+    , binary >=0.8.1.0
+    , bytestring
+    , crypton
+    , crypton-x509-store
+    , crypton-x509-system
+    , data-default-class
+    , mtl
+    , network
+    , template-haskell
+    , text
+    , time
+    , tls
+    , uuid-types
   default-language: Haskell2010
 
 test-suite tds-test
   type: exitcode-stdio-1.0
   main-is: Spec.hs
+  other-modules:
+      Paths_ms_tds
   hs-source-dirs:
       test
   ghc-options: -threaded -rtsopts -with-rtsopts=-N
@@ -76,7 +76,9 @@
     , base >=4.7 && <5
     , binary >=0.8.1.0
     , bytestring
-    , crypto-random
+    , crypton
+    , crypton-x509-store
+    , crypton-x509-system
     , data-default-class
     , ms-tds
     , mtl
@@ -86,8 +88,4 @@
     , time
     , tls
     , uuid-types
-    , x509-store
-    , x509-system
-  other-modules:
-      Paths_ms_tds
   default-language: Haskell2010
