diff options
| author | marcin mikołajczak <git@mkljczk.pl> | 2022-01-10 20:04:14 +0100 |
|---|---|---|
| committer | marcin mikołajczak <git@mkljczk.pl> | 2022-01-10 20:04:14 +0100 |
| commit | 4f249b23977d7426c6249875b538c7a6c1b239ff (patch) | |
| tree | 618a325cd7a408d9cb945d7e15ffddbdef2f281d /mix.exs | |
| parent | 9032d065e6710400420320edbee9a9ca5e490eae (diff) | |
| parent | 753a9b3f323c72f2ecc147733695c52488a06895 (diff) | |
| download | pleroma-4f249b23977d7426c6249875b538c7a6c1b239ff.tar.gz pleroma-4f249b23977d7426c6249875b538c7a6c1b239ff.zip | |
Merge remote-tracking branch 'origin/develop' into account-endorsements
Diffstat (limited to 'mix.exs')
| -rw-r--r-- | mix.exs | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -149,8 +149,7 @@ defmodule Pleroma.Mixfile do git: "https://github.com/msantos/crypt.git", ref: "f75cd55325e33cbea198fb41fe41871392f8fb76"}, {:cors_plug, "~> 2.0"}, - {:web_push_encryption, - git: "https://github.com/lanodan/elixir-web-push-encryption.git", branch: "bugfix/otp-24"}, + {:web_push_encryption, "~> 0.3.1"}, {:swoosh, "~> 1.0"}, {:phoenix_swoosh, "~> 0.3"}, {:gen_smtp, "~> 0.13"}, @@ -183,9 +182,7 @@ defmodule Pleroma.Mixfile do {:ex_const, "~> 0.2"}, {:plug_static_index_html, "~> 1.0.0"}, {:flake_id, "~> 0.1.0"}, - {:concurrent_limiter, - git: "https://git.pleroma.social/pleroma/elixir-libraries/concurrent_limiter.git", - ref: "d81be41024569330f296fc472e24198d7499ba78"}, + {:concurrent_limiter, "~> 0.1.1"}, {:remote_ip, git: "https://git.pleroma.social/pleroma/remote_ip.git", ref: "b647d0deecaa3acb140854fe4bda5b7e1dc6d1c8"}, |
