summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-09-09 15:49:34 +0000
committerrinpatch <rinpatch@sdf.org>2020-09-09 15:49:34 +0000
commit9d20d29a79f4ea0756f4e2c7f387674f57513b6d (patch)
tree9adb337f780d24a60b31dc2d7e3145c1f6a93f2b /mix.exs
parentb9f4bb73d7a03c66992b910c10c18b9c8c4b4dfb (diff)
parent0c1d24318565ec5bca0dfbe749f09d7acc9f7e42 (diff)
downloadpleroma-9d20d29a79f4ea0756f4e2c7f387674f57513b6d.tar.gz
pleroma-9d20d29a79f4ea0756f4e2c7f387674f57513b6d.zip
Merge branch 'chore/concurrent_limiter_update' into 'develop'
bump concurrent_limiter See merge request pleroma/pleroma!2978
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 9499aab2d..18f748672 100644
--- a/mix.exs
+++ b/mix.exs
@@ -180,7 +180,7 @@ defmodule Pleroma.Mixfile do
{:flake_id, "~> 0.1.0"},
{:concurrent_limiter,
git: "https://git.pleroma.social/pleroma/elixir-libraries/concurrent_limiter.git",
- ref: "55e92f84b4ed531bd487952a71040a9c69dc2807"},
+ ref: "d81be41024569330f296fc472e24198d7499ba78"},
{:remote_ip,
git: "https://git.pleroma.social/pleroma/remote_ip.git",
ref: "b647d0deecaa3acb140854fe4bda5b7e1dc6d1c8"},