diff --git a/wai-rate-limit-redis.cabal b/wai-rate-limit-redis.cabal
--- a/wai-rate-limit-redis.cabal
+++ b/wai-rate-limit-redis.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           wai-rate-limit-redis
-version:        0.2.0.0
+version:        0.2.0.1
 synopsis:       Redis backend for rate limiting as WAI middleware
 description:    A Haskell library which implements rate limiting as WAI middleware
 category:       Security
@@ -38,7 +38,7 @@
   ghc-options: -W
   build-depends:
       base >=4.8 && <5
-    , bytestring >=0.9 && <0.11
+    , bytestring >=0.9 && <0.12
     , hedis >=0.12 && <1
     , wai-rate-limit >=0.2 && <1
   default-language: Haskell2010
@@ -56,7 +56,7 @@
   ghc-options: -threaded -rtsopts -with-rtsopts=-N
   build-depends:
       base >=4.8 && <5
-    , bytestring >=0.9 && <0.11
+    , bytestring >=0.9 && <0.12
     , hedis >=0.12 && <1
     , http-types
     , tasty
