bumps json_rpc to 0.5.0 with versioned deps chronos and websock

This commit is contained in:
Eric 2024-10-30 17:51:02 +11:00
parent 98a5efba4d
commit aac72abd25
No known key found for this signature in database

View File

@ -10,7 +10,7 @@
mode = ScriptMode.Verbose
packageName = "json_rpc"
version = "0.4.4"
version = "0.5.0"
author = "Status Research & Development GmbH"
description = "Ethereum remote procedure calls"
license = "Apache License 2.0"
@ -21,10 +21,10 @@ requires "nim >= 1.6.0",
"stew",
"nimcrypto",
"stint",
"chronos#head",
"chronos >= 0.4.0 & < 0.5.0",
"httputils#head",
"chronicles",
"websock",
"websock >= 0.1.0 & < 0.2.0",
"json_serialization",
"unittest2"