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]]