-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: updating dependencies for release 0.32.0 (#2971)
- Loading branch information
1 parent
b36cb07
commit dfd42a7
Showing
11 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule nim-chronos
updated
4 files
+15 −0 | .github/workflows/ci.yml | |
+1 −1 | chronos.nimble | |
+2 −1 | chronos/streams/tlsstream.nim | |
+10 −5 | tests/testhttpserver.nim |
Submodule nim-json-serialization
updated
7 files
+59 −0 | README.md | |
+27 −0 | json_serialization/format.nim | |
+36 −3 | json_serialization/writer.nim | |
+1 −1 | tests/cases/comments.json | |
+68 −0 | tests/test_json_flavor.nim | |
+1 −1 | tests/test_serialization.nim | |
+106 −1 | tests/test_writer.nim |
Submodule nim-libbacktrace
updated
5 files
+26 −13 | libbacktrace.nim | |
+19 −8 | libbacktrace/wrapper.nim | |
+84 −80 | libbacktrace_wrapper.c | |
+6 −5 | libbacktrace_wrapper.h | |
+1 −1 | vendor/libbacktrace-upstream |
Submodule nim-libp2p
updated
28 files
Submodule nim-metrics
updated
2 files
+2 −2 | .github/workflows/ci.yml | |
+0 −3 | benchmarks/bench_common.nim |
Submodule nim-stew
updated
3 files
+74 −24 | stew/io2.nim | |
+4 −4 | stew/keyed_queue.nim | |
+173 −21 | tests/test_io2.nim |
Submodule nim-stint
updated
2 files
+21 −10 | benchmarks/bench.nim | |
+21 −59 | stint/modular_arithmetic.nim |