Replace deprecated cryptonite with crypton
All checks were successful
Build / audit (push) Successful in 7s
Build / test (push) Successful in 13m20s

This commit is contained in:
Eugen Wissner 2024-10-30 22:38:07 +01:00
parent 6290be859d
commit bb0748b400

View File

@ -29,8 +29,10 @@ common dependencies
conduit ^>= 1.3.5, conduit ^>= 1.3.5,
conduit-extra ^>= 1.3, conduit-extra ^>= 1.3,
http-client ^>= 0.7, http-client ^>= 0.7,
-- Workaround: 0.3.6.4 is broken, explicit dependency is otherwise not needed.
http-client-tls == 0.3.6.3,
containers ^>= 0.6, containers ^>= 0.6,
cryptonite >= 0.30, crypton ^>= 1.0,
directory ^>= 1.3.8, directory ^>= 1.3.8,
exceptions >= 0.10, exceptions >= 0.10,
filepath ^>= 1.4.2, filepath ^>= 1.4.2,