From c8c2d8e1e6900a8def9d8de1cfafe78c38c08c2b Mon Sep 17 00:00:00 2001 From: Diego Date: Wed, 26 Jun 2024 21:07:01 +0200 Subject: [PATCH] upgrade quick version and nimcrypto --- .pinned | 2 +- libp2p.nimble | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pinned b/.pinned index 99b8aff70..f2779eae9 100644 --- a/.pinned +++ b/.pinned @@ -8,7 +8,7 @@ json_serialization;https://github.com/status-im/nim-json-serialization@#85b7ea09 metrics;https://github.com/status-im/nim-metrics@#6142e433fc8ea9b73379770a788017ac528d46ff ngtcp2;https://github.com/status-im/nim-ngtcp2@#76bf92475f55728ff55a2a19b45a5fcbb4faa2ab nimcrypto;https://github.com/cheatfate/nimcrypto@#1c8d6e3caf3abc572136ae9a1da81730c4eb4288 -quic;https://github.com/status-im/nim-quic.git@#e04a5155999d0cb82f6cb76b842c5ce3fac7c774 +quic;https://github.com/status-im/nim-quic.git@#e2970b49abd985beb85429d2b548412e7a3c2d42 results;https://github.com/arnetheduck/nim-results@#f3c666a272c69d70cb41e7245e7f6844797303ad secp256k1;https://github.com/status-im/nim-secp256k1@#7246d91c667f4cc3759fdd50339caa45a2ecd8be serialization;https://github.com/status-im/nim-serialization@#4bdbc29e54fe54049950e352bb969aab97173b35 diff --git a/libp2p.nimble b/libp2p.nimble index bec757798..fbdae698f 100644 --- a/libp2p.nimble +++ b/libp2p.nimble @@ -8,7 +8,7 @@ license = "MIT" skipDirs = @["tests", "examples", "Nim", "tools", "scripts", "docs"] requires "nim >= 1.6.0", - "nimcrypto >= 0.4.1", "dnsclient >= 0.3.0 & < 0.4.0", "bearssl >= 0.1.4", + "nimcrypto >= 0.6.0 & < 0.7.0" , "dnsclient >= 0.3.0 & < 0.4.0", "bearssl >= 0.1.4", "chronicles >= 0.10.2", "chronos >= 4.0.0", "metrics", "secp256k1", "stew#head", "websock", "unittest2", "https://github.com/status-im/nim-quic.git"