From 8ef2d5883e23d2d87367930e556ea263a98b56c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Dec 2025 15:25:51 +0000 Subject: [PATCH] Bump rumqttc from `c03ba8b` to `2167da0` in /scylla-server Bumps [rumqttc](https://github.com/bytebeamio/rumqtt) from `c03ba8b` to `2167da0`. - [Release notes](https://github.com/bytebeamio/rumqtt/releases) - [Commits](https://github.com/bytebeamio/rumqtt/compare/c03ba8bbb785dc6cd7809ce14fc2845d14b6bb74...2167da05a66137cf4933ab7b2aba8b205671f58b) --- updated-dependencies: - dependency-name: rumqttc dependency-version: 2167da05a66137cf4933ab7b2aba8b205671f58b dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scylla-server/Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scylla-server/Cargo.lock b/scylla-server/Cargo.lock index ae80b4a4..5b3eb812 100644 --- a/scylla-server/Cargo.lock +++ b/scylla-server/Cargo.lock @@ -805,7 +805,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.61.1", + "windows-sys 0.60.2", ] [[package]] @@ -1883,8 +1883,8 @@ checksum = "57b0b88a509053cbfd535726dcaaceee631313cef981266119527a1d110f6d2b" [[package]] name = "rumqttc" -version = "0.25.0" -source = "git+https://github.com/bytebeamio/rumqtt?branch=main#c03ba8bbb785dc6cd7809ce14fc2845d14b6bb74" +version = "0.25.1" +source = "git+https://github.com/bytebeamio/rumqtt?branch=main#2167da05a66137cf4933ab7b2aba8b205671f58b" dependencies = [ "bytes", "fixedbitset", @@ -1930,7 +1930,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.11.0", - "windows-sys 0.61.1", + "windows-sys 0.60.2", ] [[package]] @@ -2434,7 +2434,7 @@ dependencies = [ "getrandom 0.3.3", "once_cell", "rustix 1.1.2", - "windows-sys 0.61.1", + "windows-sys 0.60.2", ] [[package]]