From c5d6f37e626240832d2ec49f19242d6cce1c12d3 Mon Sep 17 00:00:00 2001 From: AssemblyJohn Date: Tue, 7 May 2024 12:24:15 +0300 Subject: [PATCH] Updated bazel deps Signed-off-by: AssemblyJohn --- third-party/bazel/deps_versions.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/third-party/bazel/deps_versions.bzl b/third-party/bazel/deps_versions.bzl index 5e778b3eb9..c1ba6972fa 100644 --- a/third-party/bazel/deps_versions.bzl +++ b/third-party/bazel/deps_versions.bzl @@ -38,7 +38,7 @@ EVEREST_DEPS = struct( # libevse-security libevse_security_repo = "https://github.com/EVerest/libevse-security.git", - libevse_security_tag = "v0.6.0", + libevse_security_tag = "b56760f", # libfsm libfsm_repo = "https://github.com/EVerest/libfsm.git", @@ -50,7 +50,7 @@ EVEREST_DEPS = struct( # libocpp libocpp_repo = "https://github.com/EVerest/libocpp.git", - libocpp_tag = "v0.11.0", + libocpp_tag = "3055563", # libslac libslac_repo = "https://github.com/EVerest/libslac.git",