Skip to content

Commit 73c2908

Browse files
committed
bump: lsquic
1 parent 74a2b79 commit 73c2908

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pinned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ json_serialization;https://github.com/status-im/nim-json-serialization@#2b1c5eb1
88
metrics;https://github.com/status-im/nim-metrics@#6142e433fc8ea9b73379770a788017ac528d46ff
99
ngtcp2;https://github.com/status-im/nim-ngtcp2@#791eb859145f9f268eb23eb9cbe777bdd7699c4d
1010
nimcrypto;https://github.com/cheatfate/nimcrypto@#19c41d6be4c00b4a2c8000583bd30cf8ceb5f4b1
11-
lsquic;https://github.com/vacp2p/nim-lsquic@#17facd66ac87291323b3d84a9c4dec91f3c73744
11+
lsquic;https://github.com/vacp2p/nim-lsquic@#db14eafa9b4c65cd99992b4dd3cc402b520790cc
1212
results;https://github.com/arnetheduck/nim-results@#df8113dda4c2d74d460a8fa98252b0b771bf1f27
1313
secp256k1;https://github.com/status-im/nim-secp256k1@#f808ed5e7a7bfc42204ec7830f14b7a42b63c284
1414
serialization;https://github.com/status-im/nim-serialization@#548d0adc9797a10b2db7f788b804330306293088

libp2p.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ requires "nim >= 2.0.0",
1111
"nimcrypto >= 0.6.0", "dnsclient >= 0.3.0 & < 0.4.0", "bearssl >= 0.2.5",
1212
"chronicles >= 0.11.0", "chronos >= 4.0.4", "metrics", "secp256k1", "stew >= 0.4.2",
1313
"websock >= 0.2.1", "unittest2", "results", "taskpools >= 0.1.0",
14-
"https://github.com/vacp2p/nim-lsquic#17facd66ac87291323b3d84a9c4dec91f3c73744",
14+
"https://github.com/vacp2p/nim-lsquic#db14eafa9b4c65cd99992b4dd3cc402b520790cc",
1515
"https://github.com/vacp2p/nim-jwt.git#18f8378de52b241f321c1f9ea905456e89b95c6f"
1616

1717
let nimc = getEnv("NIMC", "nim") # Which nim compiler to use

0 commit comments

Comments
 (0)