diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,5 +1,9 @@
 -*- markdown -*-
 
+2026-02-16 0.5.4.5
+
+* Dependency update (memory -> ram)
+
 
 2026-02-16 0.5.4.4
 
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.4
+version:             0.5.4.5
 synopsis:            An easy-to-use HTTP client library.
 description:
   .
@@ -110,7 +110,7 @@
     bytestring >= 0.9,
     case-insensitive,
     containers,
-    crypton,
+    crypton >= 1.1,
     exceptions >= 0.5,
     hashable,
     http-client >= 0.6,
@@ -118,7 +118,7 @@
     http-types >= 0.8,
     lens >= 4.5,
     lens-aeson,
-    memory,
+    ram,
     mime-types,
     time-locale-compat,
     template-haskell,
