From 8cde70c5735dfd553c319c0f5600a9c0bf7673ca Mon Sep 17 00:00:00 2001 From: jangko Date: Thu, 24 Jun 2021 07:51:39 +0700 Subject: [PATCH] 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 --- .gitmodules | 9 ++------- vendor/news | 1 - vendor/nim-chronos | 2 +- vendor/nim-http-utils | 2 +- vendor/nim-json-rpc | 2 +- vendor/nim-ws | 2 +- 6 files changed, 6 insertions(+), 12 deletions(-) delete mode 160000 vendor/news diff --git a/.gitmodules b/.gitmodules index 7d2581cba..fe14fa8bb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/vendor/news b/vendor/news deleted file mode 160000 index 1d2ca5b05..000000000 --- a/vendor/news +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1d2ca5b059db7591c044d5d2fa5e5cd3e98b21a7 diff --git a/vendor/nim-chronos b/vendor/nim-chronos index e5d3ecdd0..f7dd6b76c 160000 --- a/vendor/nim-chronos +++ b/vendor/nim-chronos @@ -1 +1 @@ -Subproject commit e5d3ecdd01866d39be1320426b478cb2fd02effd +Subproject commit f7dd6b76c2cbf58a8ed755251086067cb67f420e diff --git a/vendor/nim-http-utils b/vendor/nim-http-utils index 1639ac790..8b492c74b 160000 --- a/vendor/nim-http-utils +++ b/vendor/nim-http-utils @@ -1 +1 @@ -Subproject commit 1639ac79035c291688174a2037f7d695aa3ff6f3 +Subproject commit 8b492c74b56c62bcee991a6899d413938a3accc5 diff --git a/vendor/nim-json-rpc b/vendor/nim-json-rpc index 22c342bcc..b9e9be8f1 160000 --- a/vendor/nim-json-rpc +++ b/vendor/nim-json-rpc @@ -1 +1 @@ -Subproject commit 22c342bcc11515c69d59b53819bd38ab813d9b93 +Subproject commit b9e9be8f1966472e6da8c6ac295d553202aae44b diff --git a/vendor/nim-ws b/vendor/nim-ws index e56447dda..2ee209af3 160000 --- a/vendor/nim-ws +++ b/vendor/nim-ws @@ -1 +1 @@ -Subproject commit e56447dda33fd4de54de0f1f145b10b7123e96ab +Subproject commit 2ee209af39962ab1716904923c36e124f74bf2b1