chore(deps): bump nim-json-rpc to upstream v0.6.1

PR status-im/nim-json-rpc#277 merged and v0.6.1 was tagged, so drop
the temporary chaitanyaprem fork pin and point at the upstream tag.
This commit is contained in:
Prem Chaitanya Prathi 2026-06-11 18:14:53 +05:30 committed by akshaya
parent 153ee7fb28
commit 56aa370be1
No known key found for this signature in database
GPG Key ID: 12C1A9E9F5629D18
2 changed files with 6 additions and 7 deletions

View File

@ -42,9 +42,8 @@ requires "nim >= 2.2.4",
"secp256k1",
"bearssl",
# RPC & APIs
# TODO: revert to status-im/nim-json-rpc once
# https://github.com/status-im/nim-json-rpc/pull/277 merges + tag cut.
"https://github.com/chaitanyaprem/nim-json-rpc.git#f05fad251a1ceb845db963902b54295e7f37fb99",
# v0.6.1
"https://github.com/status-im/nim-json-rpc.git#6f1fff8ba685c9192fab153a9d66484ad9066e78",
"presto",
"web3",
# Database

View File

@ -514,9 +514,9 @@
}
},
"json_rpc": {
"version": "#f05fad251a1ceb845db963902b54295e7f37fb99",
"vcsRevision": "f05fad251a1ceb845db963902b54295e7f37fb99",
"url": "https://github.com/chaitanyaprem/nim-json-rpc.git",
"version": "#6f1fff8ba685c9192fab153a9d66484ad9066e78",
"vcsRevision": "6f1fff8ba685c9192fab153a9d66484ad9066e78",
"url": "https://github.com/status-im/nim-json-rpc.git",
"downloadMethod": "git",
"dependencies": [
"nim",
@ -532,7 +532,7 @@
"unittest2"
],
"checksums": {
"sha1": "4221c98dbc09ba56d68ca0a36b5c2ad90e39a43b"
"sha1": "596db0aafcb3c83f5dba6d42993f2276e0d00eb5"
}
},
"secp256k1": {