diff --git a/.gitmodules b/.gitmodules index fe14fa8bb..df485cc17 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/vendor/nim-chronicles b/vendor/nim-chronicles index 8b1419b4a..ba2817f1a 160000 --- a/vendor/nim-chronicles +++ b/vendor/nim-chronicles @@ -1 +1 @@ -Subproject commit 8b1419b4a37a3a8995a9a0a992b4705427056d98 +Subproject commit ba2817f1a9f5ddb59274295f3fe9a54fbf1a5a96 diff --git a/vendor/nim-graphql b/vendor/nim-graphql index c83b51ab4..675301de7 160000 --- a/vendor/nim-graphql +++ b/vendor/nim-graphql @@ -1 +1 @@ -Subproject commit c83b51ab479c85d087b50c8991b8a74bf7445a03 +Subproject commit 675301de7033977b76b49e27aa2c5c4458318cfa diff --git a/vendor/nim-http-utils b/vendor/nim-http-utils index 8b492c74b..9a56559ae 160000 --- a/vendor/nim-http-utils +++ b/vendor/nim-http-utils @@ -1 +1 @@ -Subproject commit 8b492c74b56c62bcee991a6899d413938a3accc5 +Subproject commit 9a56559ae3ce7e81b75ae150c1030adf991bf39c diff --git a/vendor/nim-json-rpc b/vendor/nim-json-rpc index b9e9be8f1..809172abe 160000 --- a/vendor/nim-json-rpc +++ b/vendor/nim-json-rpc @@ -1 +1 @@ -Subproject commit b9e9be8f1966472e6da8c6ac295d553202aae44b +Subproject commit 809172abe4d94d3842e2ed9821b56e96370f3d02 diff --git a/vendor/nim-websock b/vendor/nim-websock new file mode 160000 index 000000000..eabf183e6 --- /dev/null +++ b/vendor/nim-websock @@ -0,0 +1 @@ +Subproject commit eabf183e6de46ebea3087bb860ab03cf6dba44ac diff --git a/vendor/nim-ws b/vendor/nim-ws deleted file mode 160000 index 2ee209af3..000000000 --- a/vendor/nim-ws +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2ee209af39962ab1716904923c36e124f74bf2b1