Index: b/lens-aeson.cabal
===================================================================
--- a/lens-aeson.cabal
+++ b/lens-aeson.cabal
@@ -1,6 +1,7 @@
 name:          lens-aeson
 category:      Data, JSON, Lenses
 version:       1.2.3
+x-revision: 2
 license:       MIT
 cabal-version: >= 1.10
 license-file:  LICENSE
@@ -42,11 +43,11 @@ library
   build-depends:
     base                 >= 4.9       && < 5,
     lens                 >= 5.0       && < 6,
-    text                 >= 0.11.1.10 && < 2.1,
+    text                 >= 0.11.1.10 && < 2.2,
     text-short           >= 0.1.4     && < 0.2,
     vector               >= 0.9       && < 0.14,
     unordered-containers >= 0.2.3     && < 0.3,
-    bytestring           >= 0.9       && < 0.12,
+    bytestring           >= 0.9       && < 0.13,
     aeson                >= 2.0.2     && < 2.3,
     scientific           >= 0.3.2     && < 0.4
 
