summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2019-06-11 11:32:01 +0000
committerlain <lain@soykaf.club>2019-06-11 11:32:01 +0000
commit63ab3c30ebb33241074cb252c449cd7879b77870 (patch)
tree31221764c19bfc33cf74639898a9148ae8fe06cd /mix.exs
parent3e3dcd223d9525fe63c84d0dc62a793c6661bbbe (diff)
parent7c063a898d60cadd324087999226314586b72bd3 (diff)
downloadpleroma-63ab3c30ebb33241074cb252c449cd7879b77870.tar.gz
pleroma-63ab3c30ebb33241074cb252c449cd7879b77870.zip
Merge branch 'feature/rate-limiter' into 'develop'
Feature/Rate Limiter Closes #943 See merge request pleroma/pleroma!1266
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 a6481bab6..bfa9bf18b 100644
--- a/mix.exs
+++ b/mix.exs
@@ -141,7 +141,7 @@ defmodule Pleroma.Mixfile do
{:quack, "~> 0.1.1"},
{:benchee, "~> 1.0"},
{:esshd, "~> 0.1.0", runtime: Application.get_env(:esshd, :enabled, false)},
- {:ex_rated, "~> 1.2"},
+ {:ex_rated, "~> 1.3"},
{:plug_static_index_html, "~> 1.0.0"},
{:excoveralls, "~> 0.11.1", only: :test}
] ++ oauth_deps()