diff --git a/Cargo.lock b/Cargo.lock index 1b4abb1be..d27a153ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1000,15 +1000,15 @@ dependencies = [ [[package]] name = "embed-resource" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7f1e82a60222fc67bfd50d752a9c89da5cce4c39ed39decc84a443b07bbd69a" +checksum = "fd0a2c9b742a980060d22545a7a83b573acd6b73045b9de6370c9530ce652f27" dependencies = [ "cc", "rustc_version", "toml", "vswhom", - "winreg 0.11.0", + "winreg 0.51.0", ] [[package]] @@ -4680,12 +4680,12 @@ dependencies = [ [[package]] name = "winreg" -version = "0.11.0" +version = "0.51.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76a1a57ff50e9b408431e8f97d5456f2807f8eb2a2cd79b06068fc87f8ecf189" +checksum = "937f3df7948156640f46aacef17a70db0de5917bda9c92b0f751f3a955b588fc" dependencies = [ "cfg-if 1.0.0", - "winapi", + "windows-sys 0.48.0", ] [[package]] diff --git a/devolutions-gateway/Cargo.toml b/devolutions-gateway/Cargo.toml index 315191466..0b3077b22 100644 --- a/devolutions-gateway/Cargo.toml +++ b/devolutions-gateway/Cargo.toml @@ -94,7 +94,7 @@ packet = { git = "https://github.com/fdubois1/rust-packet.git" } portpicker = "0.1.1" [target.'cfg(windows)'.build-dependencies] -embed-resource = "2.2.0" +embed-resource = "2.3.0" [dev-dependencies] tokio-test = "0.4.2"