From a714b0a20d565ecb559eb25e1d2bbd695eea861d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 10:37:02 +0000 Subject: [PATCH] chore(deps): update dependency rustler to ~> 0.30 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 58533f7..952b589 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.30"}, {:html_sanitize_ex, "~> 1.4"}, {:hackney, "~> 1.17"}, {:swoosh, "~> 1.5"},