From 78d75528ea837ad8111e95398769b27bf260fd6f Mon Sep 17 00:00:00 2001 From: Rustem Shaydullin Date: Thu, 24 Sep 2026 13:27:45 +0400 Subject: [PATCH 1/2] Update damsel --- .tool-versions | 1 + rebar.config | 2 +- rebar.lock | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.tool-versions b/.tool-versions index b242499..014720e 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1,2 @@ erlang 27.1.2 +rebar 3.24 diff --git a/rebar.config b/rebar.config index 4b77eda..4d3eb52 100644 --- a/rebar.config +++ b/rebar.config @@ -36,7 +36,7 @@ {cowboy_draining_server, {git, "https://github.com/valitydev/cowboy_draining_server.git", {branch, "master"}}}, {woody, {git, "https://github.com/valitydev/woody_erlang.git", {tag, "v1.1.0"}}}, {woody_user_identity, {git, "https://github.com/valitydev/woody_erlang_user_identity.git", {tag, "v1.1.0"}}}, - {damsel, {git, "https://github.com/valitydev/damsel.git", {tag, "v2.2.44"}}}, + {damsel, {git, "https://github.com/valitydev/damsel.git", {tag, "v2.2.46"}}}, {bender_proto, {git, "https://github.com/valitydev/bender-proto.git", {branch, "master"}}}, {bender_client, {git, "https://github.com/valitydev/bender-client-erlang.git", {tag, "v1.1.0"}}}, {dmt_client, {git, "https://github.com/valitydev/dmt_client.git", {tag, "v2.0.3"}}}, diff --git a/rebar.lock b/rebar.lock index 9b4aa9d..5a4c121 100644 --- a/rebar.lock +++ b/rebar.lock @@ -41,7 +41,7 @@ {<<"ctx">>,{pkg,<<"ctx">>,<<"0.6.0">>},2}, {<<"damsel">>, {git,"https://github.com/valitydev/damsel.git", - {ref,"e7a78d866c3b56885470705a2fcd8bfb37c59044"}}, + {ref,"77d93d016468742051687953ddf65aa02d3bf91e"}}, 0}, {<<"dmt_client">>, {git,"https://github.com/valitydev/dmt_client.git", From 82591ee5bc90a9939dd8ae155bb37f4d76ffd552 Mon Sep 17 00:00:00 2001 From: Rustem Shaydullin Date: Thu, 24 Sep 2026 13:40:56 +0400 Subject: [PATCH 2/2] Get rid of Codeowners --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 94346b5..e69de29 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +0,0 @@ -* @valitydev/appsec