@@ -5,7 +5,7 @@ defmodule EpochtalkServer.MixProject do
55 [
66 app: :epochtalk_server ,
77 version: "0.1.0" ,
8- elixir: "~> 1.12 " ,
8+ elixir: "~> 1.18 " ,
99 elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
1010 compilers: Mix . compilers ( ) ,
1111 start_permanent: Mix . env ( ) == :prod ,
@@ -33,43 +33,43 @@ defmodule EpochtalkServer.MixProject do
3333 # Type `mix help deps` for examples and options.
3434 defp deps do
3535 [
36- { :argon2_elixir , "~> 3 .1.0 " } ,
36+ { :argon2_elixir , "~> 4 .1.2 " } ,
3737 { :configparser_ex , "~> 4.0" } ,
38- { :corsica , "~> 1.3.0 " } ,
38+ { :corsica , "~> 2. 1.3" } ,
3939 { :credo , "~> 1.7.9" , only: [ :dev , :test ] , runtime: false } ,
4040 { :dialyxir , "~> 1.2" , only: [ :dev ] , runtime: false } ,
4141 { :dotenv_parser , "~> 2.0" } ,
4242 { :earmark , "~> 1.4" } ,
43- { :ecto_sql , "~> 3.6 " } ,
43+ { :ecto_sql , "~> 3.12 " } ,
4444 { :ex_aws , "~> 2.5" } ,
4545 { :ex_aws_s3 , "~> 2.5" } ,
46- { :ex_doc , "~> 0.29.4 " } ,
47- { :ex_machina , "~> 2.7 .0" , only: :test } ,
46+ { :ex_doc , "~> 0.37.2 " } ,
47+ { :ex_machina , "~> 2.8 .0" , only: :test } ,
4848 { :ex_utils , "~> 0.1.7" } ,
4949 { :finch , "~> 0.13" } ,
5050 { :gen_smtp , "~> 1.2" } ,
5151 { :guardian , "~> 2.2" } ,
5252 { :guardian_phoenix , "~> 2.0" } ,
53- { :guardian_db , "~> 2.1 " } ,
54- { :guardian_redis , "~> 0.1 " } ,
53+ { :guardian_db , "~> 3.0 " } ,
54+ { :guardian_redis , "~> 0.2 " } ,
5555 { :hackney , "~> 1.9" } ,
5656 { :hammer , "~> 6.2" } ,
5757 { :hammer_backend_redis , "~> 6.1" } ,
5858 { :html_sanitize_ex , "~> 1.4" } ,
5959 { :iteraptor , git: "https://github.com/epochtalk/elixir-iteraptor.git" , tag: "1.13.1" } ,
6060 { :jason , "~> 1.4.0" } ,
61- { :mimic , "~> 1.7.4 " , only: :test } ,
61+ { :mimic , "~> 1.11.0 " , only: :test } ,
6262 { :phoenix , "~> 1.7.2" } ,
6363 { :phoenix_ecto , "~> 4.4" } ,
64- { :phoenix_html , "~> 3.0 " } ,
64+ { :phoenix_html , "~> 4.2 " } ,
6565 { :plug_cowboy , "~> 2.5" } ,
66- { :poison , "~> 3 .0" } ,
67- { :postgrex , "~> 0.17.1 " } ,
68- { :redix , "~> 1.2 .2" } ,
69- { :remote_ip , "~> 1.1 .0" } ,
66+ { :poison , "~> 6 .0" } ,
67+ { :postgrex , "~> 0.20.0 " } ,
68+ { :redix , "~> 1.5 .2" } ,
69+ { :remote_ip , "~> 1.2 .0" } ,
7070 { :sweet_xml , "~> 0.7" } ,
7171 { :swoosh , "~> 1.8" } ,
72- { :telemetry_metrics , "~> 0.6 " } ,
72+ { :telemetry_metrics , "~> 1.0 " } ,
7373 { :telemetry_poller , "~> 1.0" }
7474 ]
7575 end
0 commit comments