From 492d613ae3217b6d12c1cf989f12600f4f31a61a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 22:44:00 +0000 Subject: [PATCH] Update rebar.config deps --- rebar.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index e48c2c2..52e63e9 100644 --- a/rebar.config +++ b/rebar.config @@ -41,7 +41,7 @@ %% cowboy + elli listeners in peer BEAMs and measure %% roadrunner against both. Test-profile-only to keep the %% production dep list at one entry (telemetry). - {cowboy, "2.15.0"}, + {cowboy, "2.16.1"}, {elli, "3.3.0"} ]} ]}, @@ -52,7 +52,7 @@ %% `rebar3 as test,bench compile` so the `test` fixtures and the `bench` %% dep code are both on the path. {bench, [ - {deps, [{quic, "1.6.1"}]}, + {deps, [{quic, "1.6.5"}]}, {extra_src_dirs, [{"bench", [{recursive, true}]}]} ]} ]}.