diff --git a/dbus.cabal b/dbus.cabal
--- a/dbus.cabal
+++ b/dbus.cabal
@@ -1,9 +1,9 @@
 name: dbus
-version: 1.3.1
+version: 1.3.2
 license: Apache-2.0
 license-file: license.txt
 author: John Millikin <john@john-millikin.com>
-maintainer: Andrey Sverdlichenko <blaze@ruddy.ru>
+maintainer: Andrey Sverdlichenko <blaze@rusty.zone>
 build-type: Simple
 cabal-version: >= 1.10
 category: Network, Desktop
@@ -82,11 +82,11 @@
 
   build-depends:
       base >=4.16 && <5
-    , bytestring < 0.12
+    , bytestring < 0.13
     , cereal < 0.6
     , conduit >= 1.3.0 && < 1.4
     , containers < 0.7
-    , deepseq < 1.5
+    , deepseq < 1.6
     , exceptions < 0.11
     , filepath < 1.5
     , lens < 5.3
@@ -94,8 +94,8 @@
     , parsec < 3.2
     , random < 1.3
     , split < 0.3
-    , template-haskell >= 2.18 && < 2.21
-    , text < 2.1
+    , template-haskell >= 2.18 && < 2.22
+    , text < 2.2
     , th-lift < 0.9
     , transformers < 0.7
     , unix < 2.9
@@ -129,7 +129,7 @@
   build-depends:
       dbus
     , base >=4 && <5
-    , bytestring < 0.12
+    , bytestring < 0.13
     , cereal < 0.6
     , containers < 0.7
     , directory < 1.4
@@ -145,7 +145,7 @@
     , tasty-hunit < 0.11
     , tasty-quickcheck < 0.11
     , temporary >= 1.3 && < 1.4
-    , text < 2.1
+    , text < 2.2
     , transformers < 0.7
     , unix < 2.9
     , vector < 0.14
