Remove flavour from userinfo
[akkoma] / mix.exs
diff --git a/mix.exs b/mix.exs
index a4f468726bdb01f2411e8b49b8f334a4d4d4da34..0eb92bb12c525d40e5f968347c056724f345b97d 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -139,8 +139,9 @@ defmodule Pleroma.Mixfile do
        ref: "95e8188490e97505c56636c1379ffdf036c1fdde"},
       {:http_signatures,
        git: "https://git.pleroma.social/pleroma/http_signatures.git",
-       ref: "9789401987096ead65646b52b5a2ca6bf52fc531"},
-      {:pleroma_job_queue, "~> 0.2.0"},
+       ref: "293d77bb6f4a67ac8bde1428735c3b42f22cbb30"},
+      {:pleroma_job_queue,
+       git: "https://git.pleroma.social/pleroma/pleroma_job_queue.git", ref: "0637ccb1"},
       {:telemetry, "~> 0.3"},
       {:prometheus_ex, "~> 3.0"},
       {:prometheus_plugs, "~> 1.1"},
@@ -148,7 +149,6 @@ defmodule Pleroma.Mixfile do
       {:prometheus_ecto, "~> 1.4"},
       {:recon, github: "ferd/recon", tag: "2.4.0"},
       {:quack, "~> 0.1.1"},
-      {:quantum, "~> 2.3"},
       {:joken, "~> 2.0"},
       {:benchee, "~> 1.0"},
       {:esshd, "~> 0.1.0", runtime: Application.get_env(:esshd, :enabled, false)},