From 09f1def7e0db03d15defed09819b789c78e50fdb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 17:11:44 +0000 Subject: [PATCH] chore(deps): update dependency rustler to ~> 0.38 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index ac12233..9209516 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.38"}, {:html_sanitize_ex, "~> 1.4.3"}, {:hackney, "~> 1.17"}, {:swoosh, "~> 1.5"},