Add support for Lian Li SL Infinity fan controller
[temp2RGB.git] / Cargo.toml
index 8ef1511..a69afbe 100644 (file)
@@ -21,7 +21,7 @@ flexi_logger = "0.28"
 log-panics = { version = "2", features = ["with-backtrace"] }
 log = "0.4"
 
-windows-service = "0.6"
+windows-service = "0.7"
 
 # HIDAPI is a library which allows an application to interface with
 # USB and Bluetooth HID-Class devices.
@@ -38,7 +38,7 @@ crc = "3.0"
 # netcorehost = "0.15"
 
 [dependencies.windows]
-version = "0.54"
+version = "0.56"
 features = [
     "Win32_Foundation",
     "Win32_Security",