diff --git a/binary-parser.cabal b/binary-parser.cabal
--- a/binary-parser.cabal
+++ b/binary-parser.cabal
@@ -1,6 +1,6 @@
 cabal-version: 3.0
 name:          binary-parser
-version:       0.5.7.5
+version:       0.5.7.6
 synopsis:
   An efficient but limited parser API specialised to bytestrings
 
@@ -79,7 +79,7 @@
   build-depends:
     , base-prelude >=1.6 && <2
     , binary-parser
-    , bytestring >=0.10 && <0.12
+    , bytestring >=0.10 && <0.13
     , tasty >=1.2.3 && <2
     , tasty-hunit ^>=0.10
     , tasty-quickcheck ^>=0.10
