From 61e304d37300a24c9cf6ef13c30828c75fb7c434 Mon Sep 17 00:00:00 2001 From: AssemblyJohn Date: Wed, 23 Oct 2024 14:43:59 +0300 Subject: [PATCH] Updated deps for updated security tag Signed-off-by: AssemblyJohn --- dependencies.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dependencies.yaml b/dependencies.yaml index d796a7b9b..2caf45112 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -56,11 +56,11 @@ libcurl: cmake_condition: "EVEREST_DEPENDENCY_ENABLED_LIBCURL" # EvseSecurity -# This has to appear before libocpp in this file since it is also a direct dependency of libocpp -# and would otherwise be overwritten by the version used there +# This has to appear before libocpp in this file since it is also a direct dependency +# of libocpp and would otherwise be overwritten by the version used there libevse-security: git: https://github.com/EVerest/libevse-security.git - git_tag: v0.9.0 + git_tag: v0.9.1 cmake_condition: "EVEREST_DEPENDENCY_ENABLED_LIBEVSE_SECURITY" # OCPP