From a1f7892f314aeadec570361aed1291ca3be19e36 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 00:40:45 +0000 Subject: [PATCH] capnp: Update to version 1.3.0 --- bucket/capnp.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/capnp.json b/bucket/capnp.json index 215f9b179a..61e77b763e 100644 --- a/bucket/capnp.json +++ b/bucket/capnp.json @@ -1,14 +1,14 @@ { - "version": "1.2.0", + "version": "1.3.0", "description": "Cap'n Proto is an insanely fast data interchange format and capability-based RPC system", "homepage": "https://capnproto.org", "license": "MIT", - "url": "https://capnproto.org/capnproto-c++-win32-1.2.0.zip", - "hash": "0624f01bfa6eb08d0fa0b84cda00455448568ffe89734fd59da7b46b8729e83f", + "url": "https://capnproto.org/capnproto-c++-win32-1.3.0.zip", + "hash": "2c503361f8bf26fa9e7caccb6db04d6b271d5f0ad3da0616cf40e9a51335c89c", "bin": [ - "capnproto-tools-win32-1.2.0/capnp.exe", - "capnproto-tools-win32-1.2.0/capnpc-c++.exe", - "capnproto-tools-win32-1.2.0/capnpc-capnp.exe" + "capnproto-tools-win32-1.3.0/capnp.exe", + "capnproto-tools-win32-1.3.0/capnpc-c++.exe", + "capnproto-tools-win32-1.3.0/capnpc-capnp.exe" ], "checkver": { "url": "https://api.github.com/repositories/9090933/tags",