summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorSean King <seanking2919@protonmail.com>2023-02-09 23:06:04 -0700
committerSean King <seanking2919@protonmail.com>2023-02-09 23:06:04 -0700
commitbf346cf07ca56839e2326d87545a9bf986b416d5 (patch)
treee23a0c871da25744b4a7b4bea1de058b2990a974 /mix.exs
parentd0b781ab69971a6a950a8bcb36f5702dc999e209 (diff)
downloadpleroma-bf346cf07ca56839e2326d87545a9bf986b416d5.tar.gz
pleroma-bf346cf07ca56839e2326d87545a9bf986b416d5.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 ed1f848ee..58493a10e 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"},