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:
parent
4ce9b5883c
commit
41c4d186b5
|
@ -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
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 75d913ca4de8baaa1bfa7d914df74fa8685b985e
|
Subproject commit c83b51ab479c85d087b50c8991b8a74bf7445a03
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit cfc45c3babc1b844108ff5a1d869cb37e1386eb3
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit e56447dda33fd4de54de0f1f145b10b7123e96ab
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 6bbc67d09e624d69052d62b2353878f491186942
|
Loading…
Reference in New Issue