asyncmqtt: upgrade 10.0.0 -> 10.1.0

Changelog:
=============
* Added C++20 coroutine version of broker (experimental).
* Fixed connection status updating timing.
* Refined CI.
* Refined log level.
* Refined documentr. Added coding rule to navigation bar.
* Refined broker.
* Changed the broker auth JSON file comment syntax.
* Fixed broker websocket connection.
* Refined documents.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2025-03-11 16:54:35 +08:00 committed by Khem Raj
parent c6cbcb0344
commit ce6a821012
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -5,7 +5,7 @@ LICENSE = "BSL-1.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c"
SRC_URI = "git://github.com/redboltz/async_mqtt;protocol=http;branch=main;protocol=https"
SRCREV = "d802dc5491bfb17ea88c04bf9187a62252d64ddc"
SRCREV = "21046ebc4a5475c14cea446715734c88fe33d276"
DEPENDS = "openssl boost"