diff --git a/Dust-tools.cabal b/Dust-tools.cabal
--- a/Dust-tools.cabal
+++ b/Dust-tools.cabal
@@ -1,5 +1,5 @@
 Name:                Dust-tools
-Version:             1.2.2
+Version:             1.3
 Description:         A set of tools for exploring network filtering
 Synopsis:            Network filtering exploration tools
 Category:            Network
@@ -17,7 +17,8 @@
 Library
   Build-Depends:
     base >= 3 && < 5,
-    Dust >= 2.2.2,
+    Dust-crypto,
+    Dust >= 2.3,
     bytestring,
     entropy,
     network,
@@ -38,7 +39,7 @@
   Main-is: Dust/Services/Shaper/ShaperServer.hs
   Build-Depends:
     base >= 3 && < 5,
-    Dust >= 2.2.2,
+    Dust >= 2.2.1,
     bytestring,
     entropy,
     network,
@@ -57,7 +58,7 @@
   Main-is: Dust/Services/Shaper/ShaperClient.hs
   Build-Depends:
     base >= 3 && < 5,
-    Dust >= 2.2.2,
+    Dust >= 2.2.1,
     bytestring,
     entropy,
     network,
@@ -76,7 +77,7 @@
   Main-is: Dust/Services/Replay/ReplayServer.hs
   Build-Depends:
     base >= 3 && < 5,
-    Dust >= 2.2.2,
+    Dust >= 2.2.1,
     bytestring,
     entropy,
     network,
@@ -95,7 +96,7 @@
   Main-is: Dust/Services/Replay/ReplayClient.hs
   Build-Depends:
     base >= 3 && < 5,
-    Dust >= 2.2.2,
+    Dust >= 2.2.1,
     bytestring,
     entropy,
     network,
@@ -114,7 +115,7 @@
   Main-is:           Dust/Model/compile.hs
   Build-Depends:
     base >= 3 && < 5,
-    Dust >= 2.2.2,
+    Dust >= 2.2.1,
     bytestring,
     entropy,
     network,
