diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2015-2019, Stack contributors
+Copyright (c) 2015-2023, Stack contributors
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/http-download.cabal b/http-download.cabal
--- a/http-download.cabal
+++ b/http-download.cabal
@@ -1,13 +1,11 @@
 cabal-version: 1.12
 
--- This file has been generated from package.yaml by hpack version 0.32.0.
+-- This file has been generated from package.yaml by hpack version 0.35.2.
 --
 -- see: https://github.com/sol/hpack
---
--- hash: 0eb36743b21d8003fc0ab6478ffc685d061b3c386bb35b293c1a50718a5fbd78
 
 name:           http-download
-version:        0.2.0.0
+version:        0.2.1.0
 synopsis:       Verified downloads with retries
 description:    Higher level HTTP download APIs include verification of content and retries
 category:       Development
@@ -15,7 +13,7 @@
 bug-reports:    https://github.com/commercialhaskell/http-download/issues
 author:         Michael Snoyman
 maintainer:     michael@snoyman.com
-copyright:      2018-2019 FP Complete
+copyright:      2018-2023 FP Complete
 license:        BSD3
 license-file:   LICENSE
 build-type:     Simple
@@ -38,8 +36,8 @@
     , bytestring
     , conduit
     , conduit-extra
-    , cryptonite
-    , cryptonite-conduit
+    , crypton
+    , crypton-conduit
     , directory
     , exceptions
     , filepath
@@ -64,7 +62,7 @@
       test
   build-depends:
       base >=4.10 && <5
-    , cryptonite
+    , crypton
     , hspec
     , hspec-discover
     , http-client
