From 32d4959a0ae8c56e9e8d16821fd1b0836e3d0f27 Mon Sep 17 00:00:00 2001 From: "GitHub Actions[bot]" <> Date: Wed, 11 Sep 2024 15:37:23 +0000 Subject: [PATCH] CD: Update dependencies --- build.zig.zon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 6eb9ace..824b38f 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -10,8 +10,8 @@ }, .dependencies = .{ .toolbox = .{ - .url = "https://github.com/tiawl/toolbox/archive/refs/tags/1.11.0.tar.gz", - .hash = "12201f1054079c650ec2e3b482ec8635577fc461751a884728947b01f8dcf22d5126", + .url = "https://github.com/tiawl/toolbox/archive/refs/tags/1.11.1.tar.gz", + .hash = "1220ef9bc01cb4a9e4825f651e3df2f14d9ac7673c21ad2459ad6c9150776a7c27ef", }, }, }