From 9deee2efd39c29b2728472e81d254f64a6bab30f Mon Sep 17 00:00:00 2001 From: torque Date: Sat, 6 Dec 2025 16:06:42 -0700 Subject: [PATCH] bump protobuf-c version to 1.5.2 Looking at the diff, this is mostly changes to the code generator and not the runtime library, but it appears to have at least one fix for the runtime library included. --- build.zig.zon | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index b78298d..964ad0a 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -1,12 +1,12 @@ .{ .name = .protobuf_c, .fingerprint = 0x39094F755166B308, - .version = "1.5.0", + .version = "1.5.2", .minimum_zig_version = "0.15.2", .dependencies = .{ .protobuf_c = .{ - .url = "git+https://github.com/protobuf-c/protobuf-c?ref=v1.5.0#8c201f6e47a53feaab773922a743091eb6c8972a", - .hash = "N-V-__8AAGKbCgBaIPOO-yPY9ojdsggEeyYjVgjZ_eTITOMw", + .url = "git+https://github.com/protobuf-c/protobuf-c?ref=v1.5.2#4719fdd7760624388c2c5b9d6759eb6a47490626", + .hash = "N-V-__8AAOzKCgADWAaJ_5J9U3rotTnQCw0OBd-Qb3gL-8vW", }, }, .paths = .{