--- a/base64.cabal
+++ b/base64.cabal
@@ -1,4 +1,5 @@
 cabal-version:   2.0
+x-revision: 2
 name:            base64
 version:         1.0
 synopsis:        A modern Base64 library
@@ -20,7 +21,7 @@ extra-doc-files:
   README.md
   MIGRATION-1.0.md
 
-tested-with:     GHC ==8.10.7 || ==9.0.2 || ==9.2.5 || ==9.4.7 || ==9.6.3 || ==9.8.1
+tested-with:     GHC ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2 || ==9.10.1
 
 source-repository head
   type:     git
@@ -54,8 +55,8 @@ library
     Data.ByteString.Base64.Internal.W64.Loop
 
   build-depends:
-      base           >=4.14     && <4.20
-    , bytestring     >=0.11     && <0.13
+      base           >=4.14     && <4.22
+    , bytestring     >=0.10     && <0.13
     , deepseq        >=1.4.4.0  && <1.6
     , text           >=2.0      && <2.3
     , text-short     ^>=0.1
@@ -71,10 +72,10 @@ test-suite base64-tests
   other-modules:    Internal
   main-is:          Main.hs
   build-depends:
-      base               >=4.14 && <4.20
+      base               >=4.14 && <4.22
     , base64
     , base64-bytestring
-    , bytestring         >=0.11
+    , bytestring         >=0.10
     , QuickCheck
     , random-bytestring
     , tasty
@@ -91,10 +92,10 @@ benchmark bench
   hs-source-dirs:   benchmarks
   main-is:          Base64Bench.hs
   build-depends:
-      base               >=4.14 && <4.20
+      base               >=4.14 && <4.22
     , base64
     , base64-bytestring
-    , bytestring         >=0.11
+    , bytestring         >=0.10
     , criterion
     , deepseq
     , random-bytestring
