From 26ae72c767e8e2cea17aee2e9a45540fd12090af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 19:17:06 +0000 Subject: [PATCH] chore(deps): update dependency rustler to ~> 0.34 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index afaa1a3..8868913 100644 --- a/mix.exs +++ b/mix.exs @@ -48,7 +48,7 @@ defmodule Ketbin.MixProject do {:jason, "~> 1.2"}, {:plug_cowboy, "~> 2.5"}, {:cors_plug, "~> 3.0"}, - {:rustler, "~> 0.25"}, + {:rustler, "~> 0.34"}, {:html_sanitize_ex, "~> 1.4"}, {:hackney, "~> 1.17"}, {:swoosh, "~> 1.5"},