diff --git a/jsonrpc-conduit.cabal b/jsonrpc-conduit.cabal
--- a/jsonrpc-conduit.cabal
+++ b/jsonrpc-conduit.cabal
@@ -1,5 +1,5 @@
 name:                jsonrpc-conduit
-version:             0.3.7
+version:             0.3.8
 synopsis:            JSON-RPC 2.0 server over a Conduit.
 description:
   @jsonrpc-conduit@ implements the basic building block of a JSON-RPC 2.0 server.
@@ -38,7 +38,7 @@
                        conduit >=1.2.8 && <1.4,
                        conduit-extra >=1.1 && <1.4,
                        mtl >=2.1 && <2.3,
-                       text >=1.1 && <1.3,
+                       text >=1.1 && <2.1,
                        transformers >=0.3 && <0.7,
                        unordered-containers ==0.2.*
   ghc-options:         -Wall -fno-warn-name-shadowing
@@ -56,6 +56,6 @@
                        conduit-extra >=1.1 && <1.4,
                        hspec >=2.1 && <2.10,
                        jsonrpc-conduit,
-                       text >=1.1 && <1.3
+                       text >=1.1 && <2.1
   build-tool-depends:  hspec-discover:hspec-discover
   ghc-options:         -Wall -fno-warn-name-shadowing
