diff options
author | Jordan Bracco <href@random.sh> | 2025-06-25 18:07:23 +0200 |
---|---|---|
committer | Jordan Bracco <href@random.sh> | 2025-06-25 18:07:23 +0200 |
commit | 2b19ca46ae5b59f3bf243b027bd35976e8fba168 (patch) | |
tree | 600b25ef42c0404d230bb984f0bf7ee3dd2f85c7 /mix.exs | |
parent | conn: use cacerts (diff) |
updates
Diffstat (limited to '')
-rw-r--r-- | mix.exs | 16 |
1 files changed, 10 insertions, 6 deletions
@@ -41,13 +41,14 @@ defmodule Nola.Mixfile do {:telemetry_metrics, "~> 0.6"}, {:telemetry_poller, "~> 0.5"}, {:plug_cowboy, "~> 2.0"}, - {:cowlib, "~> 2.9.1", override: true}, + {:cowlib, "~> 2.15.0", override: true}, {:plug, "~> 1.7"}, {:gettext, "~> 0.11"}, {:httpoison, "~> 1.8", override: true}, {:jason, "~> 1.0"}, {:poison, "~> 4.0", override: true}, - {:floki, "~> 0.19.3"}, + {:floki, "~> 0.38.0"}, + {:html5ever, "~> 0.16.0"}, {:ecto, "~> 3.13"}, {:exirc, git: "https://git.random.sh/ircbot/exirc.git", branch: "fix-who-nick"}, {:distillery, "~> 2.0"}, @@ -55,7 +56,7 @@ defmodule Nola.Mixfile do {:oauther, "~> 1.1"}, {:extwitter, "~> 0.14.0"}, {:entropy_string, "~> 1.0.0"}, - {:abacus, "~> 0.3.3"}, + {:abacus, "~> 2.1"}, {:timex, "~> 3.6"}, {:muontrap, "~> 0.5.1"}, {:tzdata, "~> 1.0"}, @@ -75,9 +76,12 @@ defmodule Nola.Mixfile do git: "https://git.random.sh/ircbot/matrix_app_service.ex.git", branch: "master"}, {:logger_json, "~> 4.3"}, {:oauth2, "~> 2.0"}, - {:powerdnsex, git: "https://git.random.sh/ircbot/powerdnsex.git", branch: "master"}, - {:pfx, "~> 0.7.0"}, - {:flake_id, "~> 0.1.0"} + # {:powerdnsex, git: "https://git.random.sh/ircbot/powerdnsex.git", branch: "master"}, + # {:pfx, "~> 0.7.0"}, + {:flake_id, "~> 0.1.0"}, + {:gun, "~> 1.3"}, + {:idna, "~> 6.0"}, + {:castore, "~> 0.1"} ] end |