diff --git a/burrito.cabal b/burrito.cabal
--- a/burrito.cabal
+++ b/burrito.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.2
 
 name: burrito
-version: 2.0.1.4
+version: 2.0.1.5
 
 synopsis: Parse and render URI templates.
 description:
@@ -40,7 +40,7 @@
 common library
   build-depends:
     , base >= 4.16.0 && < 4.19
-    , bytestring >= 0.11.4 && < 0.12
+    , bytestring >= 0.11.3 && < 0.12
     , containers >= 0.6.5 && < 0.7
     , parsec >= 3.1.15 && < 3.2
     , template-haskell >= 2.18.0 && < 2.21
