From: Greg Burri Date: Mon, 26 Aug 2024 11:50:02 +0000 (+0200) Subject: Update dependencies X-Git-Url: http://git.euphorik.ch/index.cgi?a=commitdiff_plain;h=5e8e7cbc6f56aa1d42b3ae9b6174900fc77fd49f;p=temp2RGB.git Update dependencies --- diff --git a/Cargo.toml b/Cargo.toml index a69afbe..82d89af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ num = "0.4" dirs = "5.0" anyhow = "1.0" -flexi_logger = "0.28" +flexi_logger = "0.29" log-panics = { version = "2", features = ["with-backtrace"] } log = "0.4" @@ -32,13 +32,13 @@ nvapi = "0.1" libc = "0.2" wmi = "0.13" -crc = "3.0" +crc = "3.2" # libloading = "0.8" # netcorehost = "0.15" [dependencies.windows] -version = "0.56" +version = "0.58" features = [ "Win32_Foundation", "Win32_Security", @@ -54,7 +54,7 @@ features = [ ] [build-dependencies] -bindgen = "0.69" +bindgen = "0.70" [profile.release] # strip = "debuginfo"