From 401f574757b3f41b5da856f32dba7432cb2a4fe9 Mon Sep 17 00:00:00 2001 From: Diego Date: Tue, 5 Mar 2024 16:09:33 +0100 Subject: [PATCH] check test flakiness with chronos 3.2.0 --- .pinned | 2 +- libp2p.nimble | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pinned b/.pinned index 82f2ded4a..3d79f8b63 100644 --- a/.pinned +++ b/.pinned @@ -1,6 +1,6 @@ bearssl;https://github.com/status-im/nim-bearssl@#e4157639db180e52727712a47deaefcbbac6ec86 chronicles;https://github.com/status-im/nim-chronicles@#32ac8679680ea699f7dbc046e8e0131cac97d41a -chronos;https://github.com/status-im/nim-chronos@#672db137b7cad9b384b8f4fb551fb6bbeaabfe1b +chronos;https://github.com/status-im/nim-chronos@#ba143e029f35fd9b4cd3d89d007cc834d0d5ba3c dnsclient;https://github.com/ba0f3/dnsclient.nim@#23214235d4784d24aceed99bbfe153379ea557c8 faststreams;https://github.com/status-im/nim-faststreams@#720fc5e5c8e428d9d0af618e1e27c44b42350309 httputils;https://github.com/status-im/nim-http-utils@#3b491a40c60aad9e8d3407443f46f62511e63b18 diff --git a/libp2p.nimble b/libp2p.nimble index 28245174a..95772465c 100644 --- a/libp2p.nimble +++ b/libp2p.nimble @@ -12,7 +12,7 @@ requires "nim >= 1.6.0", "dnsclient >= 0.3.0 & < 0.4.0", "bearssl >= 0.1.4", "chronicles >= 0.10.2", - "chronos >= 4.0.0", + "chronos == 3.2.0", "metrics", "secp256k1", "stew#head",