From ec7a440153aa980d535f32979e210b4317ebfacf Mon Sep 17 00:00:00 2001 From: darshankabariya Date: Sun, 10 May 2026 14:53:43 +0530 Subject: [PATCH] chore: bump latest changes in logos-delivery --- nimble.lock | 4 ++-- waku.nimble | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/nimble.lock b/nimble.lock index b9af54da3..334ae23d3 100644 --- a/nimble.lock +++ b/nimble.lock @@ -588,8 +588,8 @@ } }, "sds": { - "version": "#7af8cfd6d3568057beb541f8b6acf9d7953e77a5", - "vcsRevision": "7af8cfd6d3568057beb541f8b6acf9d7953e77a5", + "version": "#2e9a7683f0e180bf112135fae3a3803eed8490d4", + "vcsRevision": "2e9a7683f0e180bf112135fae3a3803eed8490d4", "url": "https://github.com/logos-messaging/nim-sds.git", "downloadMethod": "git", "dependencies": [ diff --git a/waku.nimble b/waku.nimble index 65e2f73b8..f944aaae1 100644 --- a/waku.nimble +++ b/waku.nimble @@ -61,9 +61,7 @@ requires "nim >= 2.2.4", # Packages not on nimble (use git URLs) requires "https://github.com/logos-messaging/nim-ffi" -# Temporarily pinned to nim-sds feat/sds-repair pending nim-sds#60 merge. -# Follow-up PR will flip the pin to master once #60 lands. No runtime calls yet. -requires "https://github.com/logos-messaging/nim-sds.git#7af8cfd6d3568057beb541f8b6acf9d7953e77a5" +requires "https://github.com/logos-messaging/nim-sds.git#2e9a7683f0e180bf112135fae3a3803eed8490d4" requires "https://github.com/vacp2p/nim-lsquic" requires "https://github.com/vacp2p/nim-jwt.git#057ec95eb5af0eea9c49bfe9025b3312c95dc5f2"