diff options
author | lain <lain@soykaf.club> | 2023-02-13 17:10:17 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2023-02-13 17:10:17 +0000 |
commit | a5509de389ada99a6ac8aae027e77ccb1355f06d (patch) | |
tree | e23a0c871da25744b4a7b4bea1de058b2990a974 /mix.exs | |
parent | d0b781ab69971a6a950a8bcb36f5702dc999e209 (diff) | |
parent | bf346cf07ca56839e2326d87545a9bf986b416d5 (diff) | |
download | pleroma-a5509de389ada99a6ac8aae027e77ccb1355f06d.tar.gz pleroma-a5509de389ada99a6ac8aae027e77ccb1355f06d.zip |
Merge branch 'upgrade/crypt' into 'develop'
Bump crypt to v1.0.1
See merge request pleroma/pleroma!3838
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"}, |