diff --git a/safe-json.cabal b/safe-json.cabal
--- a/safe-json.cabal
+++ b/safe-json.cabal
@@ -1,11 +1,11 @@
 cabal-version: 1.12
 
--- This file has been generated from package.yaml by hpack version 0.35.1.
+-- This file has been generated from package.yaml by hpack version 0.36.0.
 --
 -- see: https://github.com/sol/hpack
 
 name:           safe-json
-version:        1.2.0.0
+version:        1.2.0.1
 synopsis:       Automatic JSON format versioning
 description:    This library aims to make the updating of JSON formats or contents, while keeping backward compatibility, as painless as possible. The way this is achieved is through versioning and defined migration functions to migrate older (or newer) versions to the one used.
                 .
@@ -28,7 +28,7 @@
 license-file:   LICENSE
 build-type:     Simple
 tested-with:
-    GHC == 8.10.7 , GHC == 9.0.2 , GHC == 9.2.8 , GHC == 9.4.5 , GHC == 9.6.2
+    GHC == 8.10.7 , GHC == 9.0.2 , GHC == 9.2.8 , GHC == 9.4.8 , GHC == 9.6.3 , GHC == 9.8.1
 extra-source-files:
     README.md
     ChangeLog.md
@@ -64,15 +64,15 @@
   build-depends:
       aeson >=1.4.1 && <2.3
     , base >=4.9 && <5
-    , bytestring >=0.10.8.1 && <0.12
-    , containers >=0.5.7.1 && <0.7
+    , bytestring >=0.10.8.1 && <1
+    , containers >=0.5.7.1 && <0.8
     , dlist >=0.8.0.3 && <2
     , hashable >=1.2.6.1 && <1.5
     , scientific >=0.3.5.2 && <0.4
     , tasty >=0.11.3 && <1.6
     , tasty-hunit >=0.9.2 && <0.11
     , tasty-quickcheck >=0.8.4 && <0.11
-    , text >=1.2.3 && <2.1
+    , text >=1.2.3 && <2.2
     , time >=1.6.0.1 && <1.13
     , unordered-containers >=0.2.9 && <0.3
     , uuid-types >=1.0.3 && <1.1
@@ -101,8 +101,8 @@
   ghc-options: -threaded -rtsopts -with-rtsopts=-N
   build-depends:
       base >=4.9 && <5
-    , bytestring >=0.10.8.1 && <0.12
-    , containers >=0.5.7.1 && <0.7
+    , bytestring >=0.10.8.1 && <1
+    , containers >=0.5.7.1 && <0.8
     , dlist >=0.8.0.3 && <2
     , hashable >=1.2.6.1 && <1.5
     , quickcheck-instances >=0.3.16 && <0.4
@@ -112,7 +112,7 @@
     , tasty-hunit
     , tasty-quickcheck
     , temporary >=1.2.1.1 && <1.4
-    , text >=1.2.3 && <2.1
+    , text >=1.2.3 && <2.2
     , time >=1.6.0.1 && <1.13
     , unordered-containers >=0.2.9 && <0.3
     , uuid >=1.3.13 && <1.4
