Bump to latest nim-sds and nim-brokers 3.1.1

This commit is contained in:
NagyZoltanPeter 2026-06-02 14:44:26 +02:00
parent fbdff090b1
commit 4e1ec5a717
No known key found for this signature in database
GPG Key ID: 3E1F97CF4A7B6F42
2 changed files with 8 additions and 16 deletions

View File

@ -328,8 +328,8 @@
}
},
"brokers": {
"version": "#v3.0.0",
"vcsRevision": "8199b236db409cbaf6102dcc2431ebf33446ae26",
"version": "#v3.1.1",
"vcsRevision": "a7316a35f1b62e3497ae8ee0fc1aace74df0beb2",
"url": "https://github.com/NagyZoltanPeter/nim-brokers.git",
"downloadMethod": "git",
"dependencies": [
@ -341,7 +341,7 @@
"cbor_serialization"
],
"checksums": {
"sha1": "b3a48e23540c0f26f905a7516830559f71c89003"
"sha1": "4447d7c1f9da14ae439afb23aee45116ce2ecb40"
}
},
"stint": {
@ -620,8 +620,8 @@
}
},
"sds": {
"version": "#4ccdd122fc4fa82f9ef69eef5dedd24ca2d9f420",
"vcsRevision": "4ccdd122fc4fa82f9ef69eef5dedd24ca2d9f420",
"version": "#abdd40cc645f1b024c3ee99cced7e287c4e4c441",
"vcsRevision": "abdd40cc645f1b024c3ee99cced7e287c4e4c441",
"url": "https://github.com/logos-messaging/nim-sds.git",
"downloadMethod": "git",
"dependencies": [
@ -636,7 +636,7 @@
"taskpools"
],
"checksums": {
"sha1": "cee8c7e2e7b869da0be23d383f11ddda5b3524d2"
"sha1": "61c4ae13c6896bfa70e662520e8660a78c7f438c"
}
},
"ffi": {

View File

@ -61,17 +61,9 @@ requires "nim >= 2.2.4",
# Packages not on nimble (use git URLs)
requires "https://github.com/logos-messaging/nim-ffi"
requires "https://github.com/logos-messaging/nim-sds.git#4ccdd122fc4fa82f9ef69eef5dedd24ca2d9f420"
requires "https://github.com/logos-messaging/nim-sds.git#abdd40cc645f1b024c3ee99cced7e287c4e4c441"
# brokers: pinned by URL+commit rather than the bare `brokers >= 2.0.1`
# form because the nim-lang/packages registry entry for `brokers` only
# carries metadata for the original v0.1.0 publication. Until that
# registry entry is refreshed, the local SAT solver enumerates "0.1.0"
# as the only available version and cannot satisfy `>= 2.0.1`. The URL
# pin below bypasses the registry and locks the exact commit of the
# v2.0.1 tag. Revert to the bare form once nim-lang/packages is
# updated.
requires "https://github.com/NagyZoltanPeter/nim-brokers.git#v3.0.0"
requires "https://github.com/NagyZoltanPeter/nim-brokers.git#v3.1.1"
requires "https://github.com/vacp2p/nim-lsquic"
requires "https://github.com/vacp2p/nim-jwt.git#057ec95eb5af0eea9c49bfe9025b3312c95dc5f2"