diff --git a/burrito.cabal b/burrito.cabal
--- a/burrito.cabal
+++ b/burrito.cabal
@@ -1,7 +1,7 @@
 cabal-version: >= 1.10
 
 name: burrito
-version: 1.2.0.3
+version: 1.2.0.4
 
 synopsis: Parse and render URI templates.
 description:
@@ -35,7 +35,7 @@
 library
   build-depends:
     base >= 4.13.0 && < 4.16
-    , bytestring >= 0.10.10 && < 0.11
+    , bytestring >= 0.10.10 && < 0.12
     , containers >= 0.6.2 && < 0.7
     , parsec >= 3.1.14 && < 3.2
     , template-haskell >= 2.15.0 && < 2.18
