X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=1998e89fa89960e1688bceb171e402b1e2066821;hb=e4ad4f0bd6bfceb2791e2c23146552aa981e70bd;hp=1a7aac6a486e3d0504fedbbde2321c62c8f8c2d5;hpb=33a19c002a9196cb67d3379d5237f9490c957f1b;p=akkoma diff --git a/mix.exs b/mix.exs index 1a7aac6a4..1998e89fa 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Pleroma.Mixfile do def project do [ app: :pleroma, - version: version("2.3.50"), + version: version("2.4.51"), elixir: "~> 1.9", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(), @@ -145,8 +145,8 @@ defmodule Pleroma.Mixfile do {:earmark, "1.4.15"}, {:bbcode_pleroma, "~> 0.2.0"}, {:crypt, - git: "https://git.pleroma.social/pleroma/elixir-libraries/crypt.git", - ref: "cf2aa3f11632e8b0634810a15b3e612c7526f6a3"}, + git: "https://github.com/msantos/crypt.git", + ref: "031d812ea45593de598bdbc3d28bf45a6e976de3"}, {:cors_plug, "~> 2.0"}, {:web_push_encryption, git: "https://github.com/lanodan/elixir-web-push-encryption.git", branch: "bugfix/otp-24"}, @@ -158,7 +158,7 @@ defmodule Pleroma.Mixfile do {:timex, "~> 3.6"}, {:ueberauth, "~> 0.4"}, {:linkify, "~> 0.5.1"}, - {:http_signatures, "~> 0.1.0"}, + {:http_signatures, "~> 0.1.1"}, {:telemetry, "~> 0.3"}, {:poolboy, "~> 1.5"}, {:prometheus, "~> 4.6"},