diff --git a/wuss.cabal b/wuss.cabal
--- a/wuss.cabal
+++ b/wuss.cabal
@@ -1,6 +1,6 @@
 cabal-version: 2.2
 name: wuss
-version: 2.0.2.0
+version: 2.0.2.1
 synopsis: Secure WebSocket (WSS) clients
 description:
   Wuss is a library that lets you easily create secure WebSocket clients over
@@ -34,7 +34,7 @@
   build-depends:
     bytestring ^>=0.11.4.0 || ^>=0.12.0.2,
     crypton-connection ^>=0.3.2 || ^>=0.4.0,
-    data-default ^>=0.7.1.1,
+    data-default ^>=0.8.0.0,
     exceptions ^>=0.10.7,
     network ^>=3.1.4.0 || ^>=3.2.0.0,
     websockets ^>=0.12.7.3 || ^>=0.13.0.0,
