diff --git a/Network/HTTP/Conduit.hs b/Network/HTTP/Conduit.hs
--- a/Network/HTTP/Conduit.hs
+++ b/Network/HTTP/Conduit.hs
@@ -89,8 +89,8 @@
 -- >
 -- > main = withSocketsDo
 -- >      $ simpleHttp "http://www.haskell.org/" >>= L.putStr
--- >
--- > Cookies are implemented according to RFC 6265.
+--
+-- Cookies are implemented according to RFC 6265.
 --
 -- Note that by default, the functions in this package will throw exceptions
 -- for non-2xx status codes. If you would like to avoid this, you should use
diff --git a/http-conduit.cabal b/http-conduit.cabal
--- a/http-conduit.cabal
+++ b/http-conduit.cabal
@@ -1,5 +1,5 @@
 name:            http-conduit
-version:         2.1.2.3
+version:         2.1.3
 license:         BSD3
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
@@ -29,8 +29,8 @@
                  , conduit               >= 0.5.5   && < 1.2
                  , http-types            >= 0.7
                  , lifted-base           >= 0.1
-                 , http-client           >= 0.3.3.2 && < 0.4
-                 , http-client-tls       >= 0.2.1.2
+                 , http-client           >= 0.3.5   && < 0.4
+                 , http-client-tls       >= 0.2.2
                  , monad-control
                  , mtl
     exposed-modules: Network.HTTP.Conduit
