From 33f5f239bba0fdb50e2ce0300d724b0710a7b8ea Mon Sep 17 00:00:00 2001 From: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com> Date: Tue, 6 Jan 2026 13:12:13 +0100 Subject: [PATCH] Bumped: chronos,libp2p, added new deps:lsquic,jwt (new for libp2p) --- .gitmodules | 6 ++++++ vendor/nim-chronos | 2 +- vendor/nim-jwt | 1 + vendor/nim-libp2p | 2 +- vendor/nim-lsquic | 1 + 5 files changed, 10 insertions(+), 2 deletions(-) create mode 160000 vendor/nim-jwt create mode 160000 vendor/nim-lsquic diff --git a/.gitmodules b/.gitmodules index 4d56c4333..952e80e3e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -189,3 +189,9 @@ url = https://github.com/logos-messaging/nim-ffi/ ignore = untracked branch = master +[submodule "vendor/nim-lsquic"] + path = vendor/nim-lsquic + url = https://github.com/vacp2p/nim-lsquic +[submodule "vendor/nim-jwt"] + path = vendor/nim-jwt + url = https://github.com/vacp2p/nim-jwt.git diff --git a/vendor/nim-chronos b/vendor/nim-chronos index 0646c444f..8ed098ef6 160000 --- a/vendor/nim-chronos +++ b/vendor/nim-chronos @@ -1 +1 @@ -Subproject commit 0646c444fce7c7ed08ef6f2c9a7abfd172ffe655 +Subproject commit 8ed098ef61820883f2315c79f6df8fe9f471183f diff --git a/vendor/nim-jwt b/vendor/nim-jwt new file mode 160000 index 000000000..18f8378de --- /dev/null +++ b/vendor/nim-jwt @@ -0,0 +1 @@ +Subproject commit 18f8378de52b241f321c1f9ea905456e89b95c6f diff --git a/vendor/nim-libp2p b/vendor/nim-libp2p index e82080f7b..5f00f6a72 160000 --- a/vendor/nim-libp2p +++ b/vendor/nim-libp2p @@ -1 +1 @@ -Subproject commit e82080f7b1aa61c6d35fa5311b873f41eff4bb52 +Subproject commit 5f00f6a72cb3f8e38de206e8f0f28b3f2af42cd6 diff --git a/vendor/nim-lsquic b/vendor/nim-lsquic new file mode 160000 index 000000000..f3fe33462 --- /dev/null +++ b/vendor/nim-lsquic @@ -0,0 +1 @@ +Subproject commit f3fe33462601ea34eb2e8e9c357c92e61f8d121b