bump nim-brokers to v3.0.0

This commit is contained in:
Fabiana Cecin 2026-05-25 11:00:12 -03:00
parent 6dae62b15b
commit ead14ff812
No known key found for this signature in database
GPG Key ID: BCAB8A55CB51B6C7
2 changed files with 4 additions and 12 deletions

View File

@ -328,8 +328,8 @@
}
},
"brokers": {
"version": "#v2.0.1",
"vcsRevision": "2093ca4d50e581adda73fee7fd16231f990f4cbe",
"version": "#v3.0.0",
"vcsRevision": "8199b236db409cbaf6102dcc2431ebf33446ae26",
"url": "https://github.com/NagyZoltanPeter/nim-brokers.git",
"downloadMethod": "git",
"dependencies": [
@ -341,7 +341,7 @@
"cbor_serialization"
],
"checksums": {
"sha1": "cc74c987af94537e9d44d1b0143aa417299040c5"
"sha1": "b3a48e23540c0f26f905a7516830559f71c89003"
}
},
"stint": {

View File

@ -63,15 +63,7 @@ requires "https://github.com/logos-messaging/nim-ffi"
requires "https://github.com/logos-messaging/nim-sds.git#2e9a7683f0e180bf112135fae3a3803eed8490d4"
# 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#v2.0.1"
requires "https://github.com/NagyZoltanPeter/nim-brokers.git#v3.0.0"
requires "https://github.com/vacp2p/nim-lsquic"
requires "https://github.com/vacp2p/nim-jwt.git#057ec95eb5af0eea9c49bfe9025b3312c95dc5f2"