diff options
author | Sean King <seanking2919@protonmail.com> | 2023-02-09 23:06:04 -0700 |
---|---|---|
committer | tusooa <tusooa@kazv.moe> | 2023-02-20 12:29:38 -0500 |
commit | c69ae5f7c73c5ea0dba351509a9eb567303fcd81 (patch) | |
tree | 35aaab7f01001db29c0476918cb220b57559ddf8 /mix.exs | |
parent | bb9ed51da70037c77d6ba1e74680abe52f69c64f (diff) | |
download | pleroma-c69ae5f7c73c5ea0dba351509a9eb567303fcd81.tar.gz pleroma-c69ae5f7c73c5ea0dba351509a9eb567303fcd81.zip |
Bump crypt to v1.0.1
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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"}, |