summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorSean King <seanking2919@protonmail.com>2023-02-09 23:06:04 -0700
committertusooa <tusooa@kazv.moe>2023-02-20 12:29:38 -0500
commitc69ae5f7c73c5ea0dba351509a9eb567303fcd81 (patch)
tree35aaab7f01001db29c0476918cb220b57559ddf8 /mix.exs
parentbb9ed51da70037c77d6ba1e74680abe52f69c64f (diff)
downloadpleroma-c69ae5f7c73c5ea0dba351509a9eb567303fcd81.tar.gz
pleroma-c69ae5f7c73c5ea0dba351509a9eb567303fcd81.zip
Bump crypt to v1.0.1
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs4
1 files changed, 1 insertions, 3 deletions
diff --git a/mix.exs b/mix.exs
index 4e5a66075..e9ce4d90e 100644
--- a/mix.exs
+++ b/mix.exs
@@ -150,9 +150,7 @@ defmodule Pleroma.Mixfile do
{:sweet_xml, "~> 0.7.2"},
{:earmark, "~> 1.4.22"},
{:bbcode_pleroma, "~> 0.2.0"},
- {:crypt,
- git: "https://github.com/msantos/crypt.git",
- ref: "f75cd55325e33cbea198fb41fe41871392f8fb76"},
+ {:crypt, "~> 1.0"},
{:cors_plug, "~> 2.0"},
{:web_push_encryption, "~> 0.3.1"},
{:swoosh, "~> 1.0"},