From 8ca537c8b96ebec1e000892c330900d244d6f121 Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Thu, 9 May 2024 17:24:29 +0200 Subject: [PATCH] libp2p: bump (#6280) * fixes Defect on slow send * avoid compiler warnings from chronos * improve latency on send fast path * avoid copying in message cache, improving heartbeat performance --- vendor/nim-chronos | 2 +- vendor/nim-libp2p | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor/nim-chronos b/vendor/nim-chronos index 52b02b997..8a306763c 160000 --- a/vendor/nim-chronos +++ b/vendor/nim-chronos @@ -1 +1 @@ -Subproject commit 52b02b9977d0b06e0b235861b0c8b06fdc7294be +Subproject commit 8a306763cec8105fa83574b56734b0f66823f844 diff --git a/vendor/nim-libp2p b/vendor/nim-libp2p index aef44ed1c..21cbe3a91 160000 --- a/vendor/nim-libp2p +++ b/vendor/nim-libp2p @@ -1 +1 @@ -Subproject commit aef44ed1ce38773c54d032bc383b6aeb63205bee +Subproject commit 21cbe3a91a70811522554e89e6a791172cebfef2