From d6892328e4253fa7aea97f7a236c60dafcc761c7 Mon Sep 17 00:00:00 2001 From: jonas-martinez Date: Tue, 27 Dec 2022 14:15:46 +0100 Subject: [PATCH] fix: Update dependencies --- apps/lenra/mix.exs | 2 +- mix.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/lenra/mix.exs b/apps/lenra/mix.exs index e11074f1..ba69c308 100644 --- a/apps/lenra/mix.exs +++ b/apps/lenra/mix.exs @@ -50,7 +50,7 @@ defmodule Lenra.MixProject do {:libcluster, "~> 3.3"}, {:application_runner, git: "https://github.com/lenra-io/application-runner.git", - tag: "v1.0.0-beta.91", + tag: "v1.0.0-beta.92", submodules: true}, {:lenra_common, git: "https://github.com/lenra-io/lenra-common.git", tag: "v2.4.0"} diff --git a/mix.lock b/mix.lock index 3d395b50..73284073 100644 --- a/mix.lock +++ b/mix.lock @@ -1,5 +1,5 @@ %{ - "application_runner": {:git, "https://github.com/lenra-io/application-runner.git", "5a1309959c8d8ccb417950c77b3fd766bfd40b16", [tag: "v1.0.0-beta.91", submodules: true]}, + "application_runner": {:git, "https://github.com/lenra-io/application-runner.git", "fc6fc0e78993048bb6069ec60eebd46697e75e13", [tag: "v1.0.0-beta.92", submodules: true]}, "argon2_elixir": {:hex, :argon2_elixir, "2.4.1", "edb27bdd326bc738f3e4614eddc2f73507be6fedc9533c6bcc6f15bbac9c85cc", [:make, :mix], [{:comeonin, "~> 5.3", [hex: :comeonin, repo: "hexpm", optional: false]}, {:elixir_make, "~> 0.6", [hex: :elixir_make, repo: "hexpm", optional: false]}], "hexpm", "0e21f52a373739d00bdfd5fe6da2f04eea623cb4f66899f7526dd9db03903d9f"}, "bamboo": {:hex, :bamboo, "2.2.0", "f10a406d2b7f5123eb1f02edfa043c259db04b47ab956041f279eaac776ef5ce", [:mix], [{:hackney, ">= 1.15.2", [hex: :hackney, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}, {:mime, "~> 1.4", [hex: :mime, repo: "hexpm", optional: false]}, {:plug, "~> 1.0", [hex: :plug, repo: "hexpm", optional: false]}], "hexpm", "8c3b14ba7d2f40cb4be04128ed1e2aff06d91d9413d38bafb4afccffa3ade4fc"}, "bamboo_smtp": {:hex, :bamboo_smtp, "4.2.2", "e9f57a2300df9cb496c48751bd7668a86a2b89aa2e79ccaa34e0c46a5f64c3ae", [:mix], [{:bamboo, "~> 2.2.0", [hex: :bamboo, repo: "hexpm", optional: false]}, {:gen_smtp, "~> 1.2.0", [hex: :gen_smtp, repo: "hexpm", optional: false]}], "hexpm", "28cac2ec8adaae02aed663bf68163992891a3b44cfd7ada0bebe3e09bed7207f"},