vendor: update graphql, json-rpc, chronicles, http-utils, websock

- nim-graphql from v0.2.16 to v0.2.18:
  - replace nim-miniz with nim-zlib
  - replace unittest with unittest2

- nim-http-utils:
  - Fix to handle HTTP response with `<space>CRLF` after response status code.

- nim-json-rpc:
  - rename ws to websocket

- nim-websock:
  - rename ws to websock
  - fix mutual closing bug
  - fix compile time error when using chronicles sink:json

- nim-chronicles:
  - add isLogFormatUsed, used by nim-websock
This commit is contained in:
jangko 2021-06-29 12:15:36 +07:00
parent 472e4457e3
commit 02afb27e47
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
7 changed files with 8 additions and 8 deletions

6
.gitmodules vendored
View File

@ -188,8 +188,8 @@
url = https://github.com/status-im/nim-zlib
ignore = dirty
branch = master
[submodule "vendor/nim-ws"]
path = vendor/nim-ws
url = https://github.com/status-im/nim-ws
[submodule "vendor/nim-websock"]
path = vendor/nim-websock
url = https://github.com/status-im/nim-websock
ignore = dirty
branch = master

@ -1 +1 @@
Subproject commit 8b1419b4a37a3a8995a9a0a992b4705427056d98
Subproject commit ba2817f1a9f5ddb59274295f3fe9a54fbf1a5a96

2
vendor/nim-graphql vendored

@ -1 +1 @@
Subproject commit c83b51ab479c85d087b50c8991b8a74bf7445a03
Subproject commit 675301de7033977b76b49e27aa2c5c4458318cfa

@ -1 +1 @@
Subproject commit 8b492c74b56c62bcee991a6899d413938a3accc5
Subproject commit 9a56559ae3ce7e81b75ae150c1030adf991bf39c

2
vendor/nim-json-rpc vendored

@ -1 +1 @@
Subproject commit b9e9be8f1966472e6da8c6ac295d553202aae44b
Subproject commit 809172abe4d94d3842e2ed9821b56e96370f3d02

1
vendor/nim-websock vendored Submodule

@ -0,0 +1 @@
Subproject commit eabf183e6de46ebea3087bb860ab03cf6dba44ac

1
vendor/nim-ws vendored

@ -1 +0,0 @@
Subproject commit 2ee209af39962ab1716904923c36e124f74bf2b1