From 4da6e9cdddccac84cf652664757d075c6b936e9e Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Tue, 29 Aug 2023 11:59:02 +0200 Subject: [PATCH] update nimcrypto and questionable --- contractabi.nimble | 4 +-- nimble.lock | 67 +++++++++++++++++++++++----------------------- 2 files changed, 36 insertions(+), 35 deletions(-) diff --git a/contractabi.nimble b/contractabi.nimble index e9cee72..dea1a7e 100644 --- a/contractabi.nimble +++ b/contractabi.nimble @@ -5,6 +5,6 @@ license = "MIT" requires "stint" requires "stew" -requires "nimcrypto >= 0.5.4 & < 0.6.0" -requires "questionable >= 0.10.0 & < 0.11.0" +requires "nimcrypto >= 0.6.0 & < 0.7.0" +requires "questionable >= 0.10.10 & < 0.11.0" requires "upraises >= 0.1.0 & < 0.2.0" diff --git a/nimble.lock b/nimble.lock index 28afc66..7a0a4b5 100644 --- a/nimble.lock +++ b/nimble.lock @@ -1,26 +1,6 @@ { - "version": 1, + "version": 2, "packages": { - "upraises": { - "version": "0.1.0", - "vcsRevision": "ff4f8108e44fba9b35cac535ab63d3927e8fd3c2", - "url": "https://github.com/markspanbroek/upraises.git", - "downloadMethod": "git", - "dependencies": [], - "checksums": { - "sha1": "a0243c8039e12d547dbb2e9c73789c16bb8bc956" - } - }, - "nimcrypto": { - "version": "0.5.4", - "vcsRevision": "a5742a9a214ac33f91615f3862c7b099aec43b00", - "url": "https://github.com/cheatfate/nimcrypto", - "downloadMethod": "git", - "dependencies": [], - "checksums": { - "sha1": "f76c87707cd4e96355b8bb6ef27e7f8b0aac1e08" - } - }, "stew": { "version": "0.1.0", "vcsRevision": "6ad35b876fb6ebe0dfee0f697af173acc47906ee", @@ -31,16 +11,6 @@ "sha1": "46d58c4feb457f3241e3347778334e325dce5268" } }, - "questionable": { - "version": "0.10.2", - "vcsRevision": "6018fd43e033d5a5310faa45bcaa1b44049469a4", - "url": "https://github.com/status-im/questionable.git", - "downloadMethod": "git", - "dependencies": [], - "checksums": { - "sha1": "36a6c012637c7736a390e74a7f94667bca562073" - } - }, "stint": { "version": "0.0.1", "vcsRevision": "036c71d06a6b22f8f967ba9d54afd2189c3872ca", @@ -52,6 +22,37 @@ "checksums": { "sha1": "0f187a2115315ca898e5f9a30c5e506cf6057062" } + }, + "nimcrypto": { + "version": "0.6.0", + "vcsRevision": "1c8d6e3caf3abc572136ae9a1da81730c4eb4288", + "url": "https://github.com/cheatfate/nimcrypto", + "downloadMethod": "git", + "dependencies": [], + "checksums": { + "sha1": "da3b105ad6bd7beef25c69f03afccb5e5233d483" + } + }, + "questionable": { + "version": "0.10.10", + "vcsRevision": "b3cf35ac450fd42c9ea83dc084f5cba2efc55da3", + "url": "https://github.com/markspanbroek/questionable", + "downloadMethod": "git", + "dependencies": [], + "checksums": { + "sha1": "8bb23a05d7f21619010471aa009e27d3fa73d93a" + } + }, + "upraises": { + "version": "0.1.0", + "vcsRevision": "ff4f8108e44fba9b35cac535ab63d3927e8fd3c2", + "url": "https://github.com/markspanbroek/upraises.git", + "downloadMethod": "git", + "dependencies": [], + "checksums": { + "sha1": "a0243c8039e12d547dbb2e9c73789c16bb8bc956" + } } - } -} \ No newline at end of file + }, + "tasks": {} +}