-
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: bumping dependencies for 0.27.0 (#2572)
- Loading branch information
1 parent
56dd47d
commit f68ac79
Showing
16 changed files
with
48 additions
and
46 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
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
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
20 files
+1 −1 | .github/workflows/ci.yml | |
+11 −9 | chronos.nimble | |
+12 −6 | chronos/apps/http/httpclient.nim | |
+4 −20 | chronos/apps/http/httpserver.nim | |
+6 −4 | chronos/apps/http/multipart.nim | |
+3 −3 | chronos/apps/http/shttpserver.nim | |
+7 −5 | chronos/asyncproc.nim | |
+140 −0 | chronos/bipbuffer.nim | |
+5 −0 | chronos/config.nim | |
+150 −57 | chronos/internal/asyncfutures.nim | |
+37 −7 | chronos/internal/raisesfutures.nim | |
+115 −135 | chronos/streams/asyncstream.nim | |
+7 −7 | chronos/streams/boundstream.nim | |
+8 −8 | chronos/streams/chunkstream.nim | |
+9 −5 | chronos/streams/tlsstream.nim | |
+11 −25 | chronos/transports/datagram.nim | |
+127 −111 | chronos/transports/stream.nim | |
+13 −0 | tests/testbugs.nim | |
+175 −6 | tests/testfut.nim | |
+1 −1 | tests/testmacro.nim |
Submodule nim-faststreams
updated
5 files
+10 −10 | README.md | |
+45 −50 | faststreams/buffers.nim | |
+7 −4 | faststreams/inputs.nim | |
+21 −8 | faststreams/outputs.nim | |
+34 −0 | tests/test_outputs.nim |
Submodule nim-json-serialization
updated
2 files
+57 −1 | json_serialization/value_ops.nim | |
+120 −25 | tests/test_valueref.nim |
Submodule nim-libbacktrace
updated
3 files
+2 −2 | .github/workflows/ci.yml | |
+9 −9 | libbacktrace.nim | |
+1 −1 | vendor/libbacktrace-upstream |
Submodule nim-libp2p
updated
60 files
Submodule nim-presto
updated
3 files
+17 −0 | examples/basic.nim | |
+12 −0 | examples/client.nim | |
+18 −0 | examples/server.nim |
Submodule nim-stew
updated
3 files
+190 −0 | stew/shims/strformat.nim | |
+1 −0 | tests/all_tests.nim | |
+14 −0 | tests/test_strformat.nim |
Submodule nim-stint
updated
4 files
+2 −2 | .github/workflows/ci.yml | |
+1 −1 | stint/intops.nim | |
+2 −2 | stint/private/primitives/addcarry_subborrow.nim | |
+2 −2 | stint/uintops.nim |
Submodule nimbus-build-system
updated
8 files
+2 −2 | .github/workflows/ci.yml | |
+0 −10 | .gitmodules | |
+6 −6 | makefiles/targets.mk | |
+19 −13 | scripts/build_nim.sh | |
+7 −5 | scripts/create_nbs_paths.sh | |
+2 −2 | scripts/env.sh | |
+0 −1 | vendor/Nim-csources-v1 | |
+0 −1 | vendor/nimble |
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