From d8d938fc7c3d16fecd9932e1f62d3564a003572e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 10:12:23 +0000 Subject: [PATCH] chore(deps): update dependency ecsact_runtime to v0.4.1 --- WORKSPACE.bazel | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index abb85ea..d1402ac 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -43,9 +43,9 @@ http_archive( http_archive( name = "ecsact_runtime", - sha256 = "35b03aaef0925fda5b5aefb2d6a6e2c9593f31d6414ab157091f9ca26a992da3", - strip_prefix = "ecsact_runtime-0.3.0", - urls = ["https://github.com/ecsact-dev/ecsact_runtime/archive/refs/tags/0.3.0.tar.gz"], + sha256 = "ae2c1b2538cef051f0d14d72853ea5bc3407cb807dc5bb5522090252ace6a345", + strip_prefix = "ecsact_runtime-0.4.1", + urls = ["https://github.com/ecsact-dev/ecsact_runtime/archive/refs/tags/0.4.1.tar.gz"], ) http_archive(