diff --git a/wai-middleware-route.cabal b/wai-middleware-route.cabal
--- a/wai-middleware-route.cabal
+++ b/wai-middleware-route.cabal
@@ -1,5 +1,5 @@
 name:           wai-middleware-route
-version:        0.7.2
+version:        0.7.3
 cabal-version:  >= 1.8
 build-type:     Simple
 synopsis:       Wai dispatch middleware
@@ -19,7 +19,7 @@
 library
   hs-source-dirs:   src
   build-depends:    base >= 4 && < 5,
-                   bytestring >= 0.9 && < 0.10,
+                   bytestring >= 0.9 && < 0.11,
                    http-types >= 0.7 && < 0.8,
                    text,
                    wai >= 1.3,
@@ -36,7 +36,7 @@
                    test-framework >= 0.4.1,
                    test-framework-hunit,
 
-                   bytestring >= 0.9 && < 0.10,
+                   bytestring >= 0.9 && < 0.11,
                    http-types >= 0.7 && < 0.8,
                    text,
                    wai >= 1.3,
