vendor: update json-rpc, ws, and chronos, remove news
- nim-json-rpc already replace news with nim-ws - we also remove news from dependency - we already have include nim-ws as dependency - new chronos features is needed by nim-ws
This commit is contained in:
parent
2d6bf34175
commit
8cde70c573
|
@ -103,11 +103,6 @@
|
|||
url = https://github.com/status-im/nim-nat-traversal.git
|
||||
ignore = dirty
|
||||
branch = master
|
||||
[submodule "vendor/news"]
|
||||
path = vendor/news
|
||||
url = https://github.com/status-im/news
|
||||
ignore = dirty
|
||||
branch = master
|
||||
[submodule "vendor/nim-unittest2"]
|
||||
path = vendor/nim-unittest2
|
||||
url = https://github.com/stefantalpalaru/nim-unittest2.git
|
||||
|
@ -194,7 +189,7 @@
|
|||
ignore = dirty
|
||||
branch = master
|
||||
[submodule "vendor/nim-ws"]
|
||||
path = vendor/nim-ws
|
||||
url = https://github.com/status-im/nim-ws
|
||||
path = vendor/nim-ws
|
||||
url = https://github.com/status-im/nim-ws
|
||||
ignore = dirty
|
||||
branch = master
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 1d2ca5b059db7591c044d5d2fa5e5cd3e98b21a7
|
|
@ -1 +1 @@
|
|||
Subproject commit e5d3ecdd01866d39be1320426b478cb2fd02effd
|
||||
Subproject commit f7dd6b76c2cbf58a8ed755251086067cb67f420e
|
|
@ -1 +1 @@
|
|||
Subproject commit 1639ac79035c291688174a2037f7d695aa3ff6f3
|
||||
Subproject commit 8b492c74b56c62bcee991a6899d413938a3accc5
|
|
@ -1 +1 @@
|
|||
Subproject commit 22c342bcc11515c69d59b53819bd38ab813d9b93
|
||||
Subproject commit b9e9be8f1966472e6da8c6ac295d553202aae44b
|
|
@ -1 +1 @@
|
|||
Subproject commit e56447dda33fd4de54de0f1f145b10b7123e96ab
|
||||
Subproject commit 2ee209af39962ab1716904923c36e124f74bf2b1
|
Loading…
Reference in New Issue