From 169573382e4d790103ce008027bb753d5ebd124a Mon Sep 17 00:00:00 2001 From: Kai Hermann Date: Fri, 10 May 2024 11:46:10 +0200 Subject: [PATCH] Use correct libevse-security hash (#613) When #604 was merged it did not point to a git hash on the main branch but on a now deleted feature branch Signed-off-by: Kai-Uwe Hermann --- dependencies.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.yaml b/dependencies.yaml index 090db0d71..d3dfb4cea 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -31,7 +31,7 @@ websocketpp: cmake_condition: "LIBOCPP_ENABLE_DEPRECATED_WEBSOCKETPP" libevse-security: git: https://github.com/EVerest/libevse-security.git - git_tag: 6e702ef5df568c2f9929a3c3b97a09c0cb4c5b21 + git_tag: 34ced9f4452c2ffe3145f4ff200c42dc83278c47 libwebsockets: git: https://github.com/warmcat/libwebsockets.git git_tag: v4.3.3