From 3b6d36245b2784a7b729d0b636b32b5ddd5121f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 09:57:48 +0000 Subject: [PATCH] chore(deps): update dependency file_system to v1 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 76df68f..6bd64b7 100644 --- a/mix.exs +++ b/mix.exs @@ -68,7 +68,7 @@ defmodule Pepicrft.MixProject do {:pandex, "~> 0.2.0"}, {:phoenix_html_sanitizer, "~> 1.1.1"}, {:image, "~> 0.52.0"}, - {:file_system, "~> 0.2"}, + {:file_system, "~> 1.0"}, {:remote_ip, "~> 1.1"}, {:req, "~> 0.5.0"}, ]