Merge branch 'feature/rate-limiter' into 'develop'
[akkoma] / mix.exs
diff --git a/mix.exs b/mix.exs
index a6481bab6299ef06fcb8b0f6b49b1ac955f518ac..bfa9bf18be4ffc55a659a7d3c2c5d46ecc4a6948 100644 (file)
--- 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()