diff --git a/bugsnag-wai.cabal b/bugsnag-wai.cabal
--- a/bugsnag-wai.cabal
+++ b/bugsnag-wai.cabal
@@ -1,11 +1,11 @@
 cabal-version:   1.18
 name:            bugsnag-wai
-version:         1.0.0.2
+version:         1.0.0.3
 license:         MIT
 license-file:    LICENSE
 maintainer:      pbrisbin@gmail.com
 author:          Patrick Brisbin
-homepage:        https://github.com/pbrisbin/bugsnag-haskell#readme
+homepage:        https://codeberg.org/pbrisbin/bugsnag-haskell#readme
 synopsis:        WAI integration for Bugsnag error reporting for Haskell
 description:     Please see README.md
 category:        Web
@@ -37,13 +37,13 @@
         bugsnag >=1.1.0.1,
         bytestring >=0.10.8.2,
         case-insensitive >=1.2.0.11,
-        http-types >=0.12.2,
+        http-types >=0.12.3,
         iproute >=1.7.7,
-        network >=2.6.3.6,
+        network >=2.8.0.1,
         text >=1.2.3.1,
-        unordered-containers >=0.2.9.0,
-        wai >=3.2.1.2,
-        warp >=3.2.25
+        unordered-containers >=0.2.10.0,
+        wai >=3.2.2.1,
+        warp >=3.2.28
 
 executable example-warp
     main-is:            Main.hs
@@ -63,8 +63,8 @@
         base >=4.11.0 && <5,
         bugsnag >=1.1.0.1,
         bugsnag-wai,
-        wai >=3.2.1.2,
-        warp >=3.2.25
+        wai >=3.2.2.1,
+        warp >=3.2.28
 
     if !flag(examples)
         buildable: False
@@ -91,5 +91,5 @@
         base >=4.11.0 && <5,
         bugsnag >=1.1.0.1,
         bugsnag-wai,
-        hspec >=2.5.5,
-        unordered-containers >=0.2.9.0
+        hspec >=2.6.1,
+        unordered-containers >=0.2.10.0
