diff --git a/tests/test_peer_manager.nim b/tests/test_peer_manager.nim index e4a87c14ac..639ea3983d 100644 --- a/tests/test_peer_manager.nim +++ b/tests/test_peer_manager.nim @@ -458,9 +458,9 @@ procSuite "Peer Manager": ) check: - conn1.isNone - conn2.isNone - conn3.isSome + conn1.isNone or conn1.get().isClosed + conn2.isNone or conn2.get().isClosed + conn3.isSome and not conn3.get().isClosed # TODO: nwaku/issues/1377 xasyncTest "Peer manager support multiple protocol IDs when reconnecting to peers": diff --git a/vendor/nim-chronos b/vendor/nim-chronos index 13d28a5b71..dc3847e4d6 160000 --- a/vendor/nim-chronos +++ b/vendor/nim-chronos @@ -1 +1 @@ -Subproject commit 13d28a5b710c414be17bfe36ca25bf34771875cc +Subproject commit dc3847e4d6733dfc3811454c2a9c384b87343e26 diff --git a/vendor/nim-json-serialization b/vendor/nim-json-serialization index 89f7be1783..8a4ed98bbd 160000 --- a/vendor/nim-json-serialization +++ b/vendor/nim-json-serialization @@ -1 +1 @@ -Subproject commit 89f7be1783b2f828a95dea1496fdac3510532997 +Subproject commit 8a4ed98bbd0a9479df15af2fa31da38a586ea6d5 diff --git a/vendor/nim-libbacktrace b/vendor/nim-libbacktrace index 4db9cae5ac..6a5a44b16f 160000 --- a/vendor/nim-libbacktrace +++ b/vendor/nim-libbacktrace @@ -1 +1 @@ -Subproject commit 4db9cae5ac0225e3439f577f5c5cd67086232b3f +Subproject commit 6a5a44b16f22b63028e919f64391561c2d75805b diff --git a/vendor/nim-libp2p b/vendor/nim-libp2p index 94d93cbf25..18a2e79ce2 160000 --- a/vendor/nim-libp2p +++ b/vendor/nim-libp2p @@ -1 +1 @@ -Subproject commit 94d93cbf2531296f0e636aa702b500b242eb4158 +Subproject commit 18a2e79ce209d2f21d8c5db7a41659cc39dbe0b4 diff --git a/vendor/nim-metrics b/vendor/nim-metrics index f068c85196..4337ccd62c 160000 --- a/vendor/nim-metrics +++ b/vendor/nim-metrics @@ -1 +1 @@ -Subproject commit f068c85196cd4464e97d52ff0ea3d5ed8e59da1b +Subproject commit 4337ccd62c0b7d57492402dd4cb838ddc0c78a84 diff --git a/vendor/nim-nat-traversal b/vendor/nim-nat-traversal index 459fc49687..717639bf72 160000 --- a/vendor/nim-nat-traversal +++ b/vendor/nim-nat-traversal @@ -1 +1 @@ -Subproject commit 459fc4968799bde97592137f42d93e5069f06e73 +Subproject commit 717639bf72c7e59548e666cf4801097c98be4f9e diff --git a/vendor/nim-results b/vendor/nim-results index e2adf66b8b..8a03fb2e00 160000 --- a/vendor/nim-results +++ b/vendor/nim-results @@ -1 +1 @@ -Subproject commit e2adf66b8bc2f41606e8469a5f0a850d1e545b55 +Subproject commit 8a03fb2e00dccbf35807c869e0184933b0cffa37 diff --git a/vendor/nim-secp256k1 b/vendor/nim-secp256k1 index c1795d1fb6..4470f49bcd 160000 --- a/vendor/nim-secp256k1 +++ b/vendor/nim-secp256k1 @@ -1 +1 @@ -Subproject commit c1795d1fb64b6cfe932a8d977a123b55a562dc52 +Subproject commit 4470f49bcd6bcbfb59f0eeb67315ca9ddac0bdc0 diff --git a/vendor/nim-stew b/vendor/nim-stew index e00fea1f6e..af07b0a70d 160000 --- a/vendor/nim-stew +++ b/vendor/nim-stew @@ -1 +1 @@ -Subproject commit e00fea1f6e14234adb10d9c117a70905ae31872b +Subproject commit af07b0a70dbd5528cbca9d944b0aa8b7bea92963 diff --git a/vendor/nim-stint b/vendor/nim-stint index 9a3348bd44..7c81df9adc 160000 --- a/vendor/nim-stint +++ b/vendor/nim-stint @@ -1 +1 @@ -Subproject commit 9a3348bd4499045fb211afeeaf2a54730060c081 +Subproject commit 7c81df9adc80088f46a4c2b8bf2a46c26fab057c