diff --git a/proto-lens.cabal b/proto-lens.cabal
--- a/proto-lens.cabal
+++ b/proto-lens.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           proto-lens
-version:        0.7.1.4
+version:        0.7.1.5
 synopsis:       A lens-based implementation of protocol buffers in Haskell.
 description:    The proto-lens library provides an API for protocol buffers using modern Haskell language and library patterns.  Specifically, it provides:
                 .
@@ -58,15 +58,15 @@
   hs-source-dirs:
       src
   build-depends:
-      base >=4.10 && <4.19
-    , bytestring >=0.10 && <0.12
-    , containers >=0.5 && <0.7
-    , deepseq ==1.4.*
-    , ghc-prim >=0.4 && <0.11
+      base >=4.10 && <4.20
+    , bytestring >=0.10 && <0.13
+    , containers >=0.5 && <0.8
+    , deepseq >=1.4 && <1.6
+    , ghc-prim >=0.4 && <0.12
     , lens-family >=1.2 && <2.2
     , parsec ==3.1.*
     , pretty ==1.1.*
-    , primitive >=0.6 && <0.9
+    , primitive >=0.6 && <0.10
     , profunctors >=5.2 && <6.0
     , tagged ==0.8.*
     , text >=1.2 && <2.2
