diff options
author | Sean King <seanking2919@protonmail.com> | 2023-02-09 23:06:04 -0700 |
---|---|---|
committer | Sean King <seanking2919@protonmail.com> | 2023-02-09 23:06:04 -0700 |
commit | bf346cf07ca56839e2326d87545a9bf986b416d5 (patch) | |
tree | e23a0c871da25744b4a7b4bea1de058b2990a974 /mix.exs | |
parent | d0b781ab69971a6a950a8bcb36f5702dc999e209 (diff) | |
download | pleroma-bf346cf07ca56839e2326d87545a9bf986b416d5.tar.gz pleroma-bf346cf07ca56839e2326d87545a9bf986b416d5.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"}, |