diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,10 @@
 -*- markdown -*-
 
+2023-08-15 0.5.4.3
+
+* Replace cryptonite(deprecated) with crypto
+
+
 2023-08-15 0.5.4.2
 
 * Fix base bounds
diff --git a/wreq.cabal b/wreq.cabal
--- a/wreq.cabal
+++ b/wreq.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                wreq
-version:             0.5.4.2
+version:             0.5.4.3
 synopsis:            An easy-to-use HTTP client library.
 description:
   .
@@ -37,7 +37,7 @@
 copyright:           2014 Bryan O'Sullivan
 category:            Web
 build-type:          Custom
-tested-with:         GHC==9.2.8
+tested-with:         GHC ==9.2.8 || ==9.4.8 || ==9.6.4
 extra-source-files:
   README.md
   TODO.md
@@ -110,7 +110,7 @@
     bytestring >= 0.9,
     case-insensitive,
     containers,
-    cryptonite,
+    crypton,
     exceptions >= 0.5,
     ghc-prim,
     hashable,
