diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,7 @@
+## 0.6.0.1
+### Changed
+- Allow network 3.2.x.
+
 ## 0.6.0.0
 ### Changed
 - Convert more APIs from `FilePath` to `OsPath`.
diff --git a/desktop-portal.cabal b/desktop-portal.cabal
--- a/desktop-portal.cabal
+++ b/desktop-portal.cabal
@@ -1,6 +1,6 @@
 cabal-version:      1.12
 name:               desktop-portal
-version:            0.6.0.0
+version:            0.6.0.1
 license:            MIT
 license-file:       LICENSE
 maintainer:         garethdanielsmith@gmail.com
@@ -51,17 +51,17 @@
     build-depends:
         base >=4.7 && <5,
         binary >=0.8.9.1 && <0.9,
-        bytestring >=0.11.5.2 && <0.12,
+        bytestring >=0.11.5.3 && <0.12,
         containers >=0.6.7 && <0.7,
         data-default-class >=0.1.2.0 && <0.2,
         dbus >=1.3.0 && <2,
-        directory >=1.3.8.1 && <1.4,
-        filepath >=1.4.100.4 && <1.5,
+        directory >=1.3.8.5 && <1.4,
+        filepath >=1.4.300.1 && <1.5,
         modern-uri >=0.3.6.1 && <0.4,
-        network >=3.1.4.0 && <3.2,
-        random >=1.2.1.1 && <1.3,
+        network >=3.1.4.0 && <3.3,
+        random >=1.2.1.2 && <1.3,
         text >=2.0.2 && <2.1,
-        unix >=2.8.1.0 && <2.9
+        unix >=2.8.4.0 && <2.9
 
 test-suite spec
     type:               exitcode-stdio-1.0
@@ -96,19 +96,19 @@
     build-depends:
         base >=4.7 && <5,
         binary >=0.8.9.1 && <0.9,
-        bytestring >=0.11.5.2 && <0.12,
+        bytestring >=0.11.5.3 && <0.12,
         containers >=0.6.7 && <0.7,
         data-default-class >=0.1.2.0 && <0.2,
         dbus >=1.3.0 && <2,
         desktop-portal,
-        directory >=1.3.8.1 && <1.4,
-        filepath >=1.4.100.4 && <1.5,
+        directory >=1.3.8.5 && <1.4,
+        filepath >=1.4.300.1 && <1.5,
         hspec >=2 && <3,
         hspec-expectations >=0.8.4 && <0.9,
         modern-uri >=0.3.6.1 && <0.4,
-        network >=3.1.4.0 && <3.2,
-        process >=1.6.17.0 && <1.7,
-        random >=1.2.1.1 && <1.3,
+        network >=3.1.4.0 && <3.3,
+        process >=1.6.20.0 && <1.7,
+        random >=1.2.1.2 && <1.3,
         temporary >=1.3 && <1.4,
         text >=2.0.2 && <2.1,
-        unix >=2.8.1.0 && <2.9
+        unix >=2.8.4.0 && <2.9
