diff options
author | Pleroma User <keine@partyheld.de> | 2024-06-08 01:39:08 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2024-06-08 01:39:08 +0000 |
commit | dbf29cbae482d2ab7da65cd8ade0b0a6bb915c02 (patch) | |
tree | 11e1fde58ae9b0664da76fbdf0bb807f86f8e877 /mix.exs | |
parent | b23b007d000b524b4997fcf975d1963fa832c720 (diff) | |
download | pleroma-dbf29cbae482d2ab7da65cd8ade0b0a6bb915c02.tar.gz pleroma-dbf29cbae482d2ab7da65cd8ade0b0a6bb915c02.zip |
Bump deps
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 15 |
1 files changed, 5 insertions, 10 deletions
@@ -120,15 +120,13 @@ defmodule Pleroma.Mixfile do {:ecto_enum, "~> 1.4"}, {:postgrex, ">= 0.0.0"}, {:phoenix_html, "~> 3.3"}, - {:phoenix_live_reload, "~> 1.3.3", only: :dev}, {:phoenix_live_view, "~> 0.19.0"}, {:phoenix_live_dashboard, "~> 0.8.0"}, {:telemetry_metrics, "~> 0.6"}, {:telemetry_poller, "~> 1.0"}, {:tzdata, "~> 1.0.3"}, {:plug_cowboy, "~> 2.5"}, - # oban 2.14 requires Elixir 1.12+ - {:oban, "~> 2.13.4"}, + {:oban, "~> 2.17.9"}, {:gettext, "~> 0.20"}, {:bcrypt_elixir, "~> 2.2"}, {:trailing_format_plug, "~> 0.0.7"}, @@ -147,13 +145,11 @@ defmodule Pleroma.Mixfile do {:ex_aws, "~> 2.1.6"}, {:ex_aws_s3, "~> 2.0"}, {:sweet_xml, "~> 0.7.2"}, - # earmark 1.4.23 requires Elixir 1.12+ - {:earmark, "1.4.22"}, + {:earmark, "1.4.46"}, {:bbcode_pleroma, "~> 0.2.0"}, {:cors_plug, "~> 2.0"}, {:web_push_encryption, "~> 0.3.1"}, - # swoosh 1.11.2+ requires Elixir 1.12+ - {:swoosh, "~> 1.10.0"}, + {:swoosh, "~> 1.16.9"}, {:phoenix_swoosh, "~> 1.1"}, {:gen_smtp, "~> 0.13"}, {:ex_syslogger, "~> 1.4"}, @@ -185,13 +181,12 @@ defmodule Pleroma.Mixfile do {:vix, "~> 0.26.0"}, {:elixir_make, "~> 0.7.7", override: true}, {:blurhash, "~> 0.1.0", hex: :rinpatch_blurhash}, - {:exile, - git: "https://github.com/akash-akya/exile.git", - ref: "be87c33b02a7c3c5d22d2ece01fbd462355b28ef"}, + {:exile, "~> 0.10.0"}, {:bandit, "~> 1.5.2"}, {:websock_adapter, "~> 0.5.6"}, ## dev & test + {:phoenix_live_reload, "~> 1.3.3", only: :dev}, {:ex_doc, "~> 0.22", only: :dev, runtime: false}, {:ex_machina, "~> 2.4", only: :test}, {:credo, "~> 1.6", only: [:dev, :test], runtime: false}, |