From 6a9ce5ba1dd63ac95996228a6626522d28c5ac1a Mon Sep 17 00:00:00 2001 From: Etan Kissling Date: Mon, 13 Jan 2025 19:53:02 +0100 Subject: [PATCH] Bump dependencies: use the common CI workflow (#6841) - nim-bearssl to `c7683c5a6221605bbab31b53d01feb3a3161bb8b` - nim-blscurve to `3737c9663d26076ed89f011c2688c1b9ee1eb73a` - nim-confutils to `e214b3992a31acece6a9aada7d0a1ad37c928f3b` - nim-faststreams to `2b08c774afaafd600cf4c6f994cf78b8aa090c0c` - nim-http-utils to `79cbab1460f4c0cdde2084589d017c43a3d7b4f1` - nim-kzg4844 to `33d2e9a5d4df1bbf4aca7cf00457bf15b1d657a6` - nim-metrics to `25ffd054fd774f8cf7935e75d6cad542306d7802` - nim-nat-traversal to `53b5883f410ac7d84683dfbc894dccd660e68f6d` - nim-secp256k1 to `62e16b4dff513f1eea7148a8cbba8a8c547b9546` - nim-zlib to `3f7998095264d262a8d99e2be89045e6d9301537` - nim-zxcvbn to `d827fdc9968a4f06bba587dc38df2b20399f8cf5` --- vendor/nim-bearssl | 2 +- vendor/nim-blscurve | 2 +- vendor/nim-confutils | 2 +- vendor/nim-faststreams | 2 +- vendor/nim-http-utils | 2 +- vendor/nim-kzg4844 | 2 +- vendor/nim-metrics | 2 +- vendor/nim-nat-traversal | 2 +- vendor/nim-secp256k1 | 2 +- vendor/nim-zlib | 2 +- vendor/nim-zxcvbn | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/vendor/nim-bearssl b/vendor/nim-bearssl index 953a795b96..c7683c5a62 160000 --- a/vendor/nim-bearssl +++ b/vendor/nim-bearssl @@ -1 +1 @@ -Subproject commit 953a795b96d73a7401e7a1041587da9ffe6d78f6 +Subproject commit c7683c5a6221605bbab31b53d01feb3a3161bb8b diff --git a/vendor/nim-blscurve b/vendor/nim-blscurve index de2d3c7926..3737c9663d 160000 --- a/vendor/nim-blscurve +++ b/vendor/nim-blscurve @@ -1 +1 @@ -Subproject commit de2d3c79264bba18dbea469c8c5c4b3bb3c8bc55 +Subproject commit 3737c9663d26076ed89f011c2688c1b9ee1eb73a diff --git a/vendor/nim-confutils b/vendor/nim-confutils index cb858a27f4..e214b3992a 160000 --- a/vendor/nim-confutils +++ b/vendor/nim-confutils @@ -1 +1 @@ -Subproject commit cb858a27f4347be949d10ed74b58713d687936d2 +Subproject commit e214b3992a31acece6a9aada7d0a1ad37c928f3b diff --git a/vendor/nim-faststreams b/vendor/nim-faststreams index cf8d4d2263..2b08c774af 160000 --- a/vendor/nim-faststreams +++ b/vendor/nim-faststreams @@ -1 +1 @@ -Subproject commit cf8d4d22636b8e514caf17e49f9c786ac56b0e85 +Subproject commit 2b08c774afaafd600cf4c6f994cf78b8aa090c0c diff --git a/vendor/nim-http-utils b/vendor/nim-http-utils index 8bb1acbaa4..79cbab1460 160000 --- a/vendor/nim-http-utils +++ b/vendor/nim-http-utils @@ -1 +1 @@ -Subproject commit 8bb1acbaa4b86eb866145b0d468eff64a57d1897 +Subproject commit 79cbab1460f4c0cdde2084589d017c43a3d7b4f1 diff --git a/vendor/nim-kzg4844 b/vendor/nim-kzg4844 index 638835bd8b..33d2e9a5d4 160000 --- a/vendor/nim-kzg4844 +++ b/vendor/nim-kzg4844 @@ -1 +1 @@ -Subproject commit 638835bd8b2858d80f67a950abf40a79b4874ae9 +Subproject commit 33d2e9a5d4df1bbf4aca7cf00457bf15b1d657a6 diff --git a/vendor/nim-metrics b/vendor/nim-metrics index cacfdc1245..25ffd054fd 160000 --- a/vendor/nim-metrics +++ b/vendor/nim-metrics @@ -1 +1 @@ -Subproject commit cacfdc12454a0804c65112b9f4f50d1375208dcd +Subproject commit 25ffd054fd774f8cf7935e75d6cad542306d7802 diff --git a/vendor/nim-nat-traversal b/vendor/nim-nat-traversal index 5e4059746e..53b5883f41 160000 --- a/vendor/nim-nat-traversal +++ b/vendor/nim-nat-traversal @@ -1 +1 @@ -Subproject commit 5e4059746e9095e1731b02eeaecd62a70fbe664d +Subproject commit 53b5883f410ac7d84683dfbc894dccd660e68f6d diff --git a/vendor/nim-secp256k1 b/vendor/nim-secp256k1 index e5f0ed8bc2..62e16b4dff 160000 --- a/vendor/nim-secp256k1 +++ b/vendor/nim-secp256k1 @@ -1 +1 @@ -Subproject commit e5f0ed8bc27d477b13c174d9c2768d2b0c41da07 +Subproject commit 62e16b4dff513f1eea7148a8cbba8a8c547b9546 diff --git a/vendor/nim-zlib b/vendor/nim-zlib index 91cf360b1a..3f79980952 160000 --- a/vendor/nim-zlib +++ b/vendor/nim-zlib @@ -1 +1 @@ -Subproject commit 91cf360b1aeb2e0c753ff8bac6de22a41c5ed8cd +Subproject commit 3f7998095264d262a8d99e2be89045e6d9301537 diff --git a/vendor/nim-zxcvbn b/vendor/nim-zxcvbn index f31e4bd8fe..d827fdc996 160000 --- a/vendor/nim-zxcvbn +++ b/vendor/nim-zxcvbn @@ -1 +1 @@ -Subproject commit f31e4bd8fef867799bc42e47b073925a281349f3 +Subproject commit d827fdc9968a4f06bba587dc38df2b20399f8cf5