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.4.0
+version:             0.4.1
 synopsis:            JSON-RPC 2.0 server over a Conduit.
 description:
   @jsonrpc-conduit@ implements the basic building block of a JSON-RPC 2.0 server.
@@ -39,7 +39,7 @@
                        conduit >=1.2.8 && <1.4,
                        conduit-extra >=1.1 && <1.4,
                        mtl >=2.1 && <2.4,
-                       text >=1.1 && <2.1,
+                       text >=1.1 && <2.2,
                        transformers >=0.3 && <0.7,
                        unordered-containers ==0.2.*
   ghc-options:         -Wall -fno-warn-name-shadowing
@@ -59,6 +59,6 @@
                        conduit-extra >=1.1 && <1.4,
                        hspec >=2.1 && <2.12,
                        jsonrpc-conduit,
-                       text >=1.1 && <2.1
+                       text >=1.1 && <2.2
   build-tool-depends:  hspec-discover:hspec-discover
   ghc-options:         -Wall -fno-warn-name-shadowing
