diff --git a/tls.cabal b/tls.cabal
--- a/tls.cabal
+++ b/tls.cabal
@@ -1,5 +1,5 @@
 Name:                tls
-Version:             1.2.9
+Version:             1.2.10
 Description:
    Native Haskell TLS and SSL protocol implementation for server and client.
    .
@@ -52,9 +52,9 @@
                    -- certificate related
                    , asn1-types >= 0.2.0
                    , asn1-encoding
-                   , x509 >= 1.4.3 && < 1.5.0
-                   , x509-store >= 1.4.4
-                   , x509-validation >= 1.5.0 && < 1.6.0
+                   , x509 >= 1.5.0 && < 1.6.0
+                   , x509-store >= 1.5.0
+                   , x509-validation >= 1.5.1 && < 1.6.0
   Exposed-modules:   Network.TLS
                      Network.TLS.Cipher
                      Network.TLS.Compression
