vendor: update nim-graphql, replace nim-miniz with nim-zlib, add nim-ws

- we replace nim-miniz with nim-zlib because nim-ws requires
  features not available in miniz
- nim-graphql also switch to nim-zlib
- nim-ws depends on nim-zlib and we need it for upcoming
  websocket rpc
This commit is contained in:
jangko 2021-06-21 16:30:02 +07:00
parent 4ce9b5883c
commit 41c4d186b5
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
5 changed files with 46 additions and 40 deletions

11
.gitmodules vendored
View File

@ -188,8 +188,13 @@
url = https://github.com/status-im/nim-toml-serialization url = https://github.com/status-im/nim-toml-serialization
ignore = dirty ignore = dirty
branch = master branch = master
[submodule "vendor/nim-miniz"] [submodule "vendor/nim-zlib"]
path = vendor/nim-miniz path = vendor/nim-zlib
url = https://github.com/status-im/nim-miniz 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
ignore = dirty ignore = dirty
branch = master branch = master

2
vendor/nim-graphql vendored

@ -1 +1 @@
Subproject commit 75d913ca4de8baaa1bfa7d914df74fa8685b985e Subproject commit c83b51ab479c85d087b50c8991b8a74bf7445a03

1
vendor/nim-miniz vendored

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

1
vendor/nim-ws vendored Submodule

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

1
vendor/nim-zlib vendored Submodule

@ -0,0 +1 @@
Subproject commit 6bbc67d09e624d69052d62b2353878f491186942