From ead14ff8123846591b1d1fa7cfc30734d173f87d Mon Sep 17 00:00:00 2001 From: Fabiana Cecin Date: Mon, 25 May 2026 11:00:12 -0300 Subject: [PATCH] bump nim-brokers to v3.0.0 --- nimble.lock | 6 +++--- waku.nimble | 10 +--------- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/nimble.lock b/nimble.lock index cd533001e..72fd7b398 100644 --- a/nimble.lock +++ b/nimble.lock @@ -328,8 +328,8 @@ } }, "brokers": { - "version": "#v2.0.1", - "vcsRevision": "2093ca4d50e581adda73fee7fd16231f990f4cbe", + "version": "#v3.0.0", + "vcsRevision": "8199b236db409cbaf6102dcc2431ebf33446ae26", "url": "https://github.com/NagyZoltanPeter/nim-brokers.git", "downloadMethod": "git", "dependencies": [ @@ -341,7 +341,7 @@ "cbor_serialization" ], "checksums": { - "sha1": "cc74c987af94537e9d44d1b0143aa417299040c5" + "sha1": "b3a48e23540c0f26f905a7516830559f71c89003" } }, "stint": { diff --git a/waku.nimble b/waku.nimble index da5b87eb6..ff6aecadd 100644 --- a/waku.nimble +++ b/waku.nimble @@ -63,15 +63,7 @@ requires "https://github.com/logos-messaging/nim-ffi" requires "https://github.com/logos-messaging/nim-sds.git#2e9a7683f0e180bf112135fae3a3803eed8490d4" -# brokers: pinned by URL+commit rather than the bare `brokers >= 2.0.1` -# form because the nim-lang/packages registry entry for `brokers` only -# carries metadata for the original v0.1.0 publication. Until that -# registry entry is refreshed, the local SAT solver enumerates "0.1.0" -# as the only available version and cannot satisfy `>= 2.0.1`. The URL -# pin below bypasses the registry and locks the exact commit of the -# v2.0.1 tag. Revert to the bare form once nim-lang/packages is -# updated. -requires "https://github.com/NagyZoltanPeter/nim-brokers.git#v2.0.1" +requires "https://github.com/NagyZoltanPeter/nim-brokers.git#v3.0.0" requires "https://github.com/vacp2p/nim-lsquic" requires "https://github.com/vacp2p/nim-jwt.git#057ec95eb5af0eea9c49bfe9025b3312c95dc5f2"