Skip to content

Commit c00b9b7

Browse files
committed
update deps
1 parent d5e85cf commit c00b9b7

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
@@ -15,5 +15,5 @@ testutils;https://github.com/status-im/nim-testutils@#dfc4c1b39f9ded9baf6365014d
1515
unittest2;https://github.com/status-im/nim-unittest2@#2300fa9924a76e6c96bc4ea79d043e3a0f27120c
1616
websock;https://github.com/status-im/nim-websock@#f8ed9b40a5ff27ad02a3c237c4905b0924e3f982
1717
zlib;https://github.com/status-im/nim-zlib@#38b72eda9d70067df4a953f56b5ed59630f2a17b
18-
poseidon2;https://github.com/codex-storage/nim-poseidon2@#a70fabfc93c63b13219776792b0b97a1f68dbe66
18+
poseidon2;https://github.com/codex-storage/nim-poseidon2@#9be7b0c134e64e3d57a38520a32af93a55a37c44
1919
constantine;https://github.com/mratsim/constantine@#5f7ba18f2ed351260015397c9eae079a6decaee1

libp2p.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ requires "nim >= 1.6.0",
1717
"secp256k1",
1818
"stew#head",
1919
"websock",
20-
"https://github.com/codex-storage/nim-poseidon2.git#hash-to-bytes",
20+
"https://github.com/codex-storage/nim-poseidon2.git#main",
2121
"unittest2 >= 0.0.5 & <= 0.1.0"
2222

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

0 commit comments

Comments
 (0)