From b5e8549ea79c4cdf209560eeacc203ed4fc60064 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Tue, 7 May 2024 21:00:34 +0200 Subject: [PATCH] Update vtzero to v1.1.0 --- scripts/update_dependencies.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/update_dependencies.sh b/scripts/update_dependencies.sh index 3a8afe370..2baedbaea 100755 --- a/scripts/update_dependencies.sh +++ b/scripts/update_dependencies.sh @@ -28,10 +28,10 @@ PROTOZERO_PATH="mapbox/protozero" PROTOZERO_TAG=v1.6.2 VTZERO_PATH="mapbox/vtzero" -VTZERO_TAG=v1.0.1 +VTZERO_TAG=v1.1.0 FMT_PATH="fmtlib/fmt" -FMT_TAG=v9.1.0 +FMT_TAG=v10.2.1 function update_subtree () { name=${1^^}