Update dependencies
authorGreg Burri <greg.burri@gmail.com>
Sat, 27 Apr 2024 14:33:44 +0000 (16:33 +0200)
committerGreg Burri <greg.burri@gmail.com>
Sat, 27 Apr 2024 14:33:44 +0000 (16:33 +0200)
Cargo.toml

index d72d7c9..8ef1511 100644 (file)
@@ -17,7 +17,7 @@ num = "0.4"
 dirs = "5.0"
 anyhow = "1.0"
 
-flexi_logger = "0.27"
+flexi_logger = "0.28"
 log-panics = { version = "2", features = ["with-backtrace"] }
 log = "0.4"
 
@@ -25,7 +25,7 @@ windows-service = "0.6"
 
 # HIDAPI is a library which allows an application to interface with
 # USB and Bluetooth HID-Class devices.
-hidapi = "2.4"
+hidapi = "2.6"
 
 # Nvidia API.
 nvapi = "0.1"
@@ -38,7 +38,7 @@ crc = "3.0"
 # netcorehost = "0.15"
 
 [dependencies.windows]
-version = "0.51"
+version = "0.54"
 features = [
     "Win32_Foundation",
     "Win32_Security",
@@ -54,7 +54,7 @@ features = [
 ]
 
 [build-dependencies]
-bindgen = "0.68"
+bindgen = "0.69"
 
 [profile.release]
 # strip = "debuginfo"