diff --git a/Cargo.lock b/Cargo.lock index 99fb0f9..da79488 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -443,10 +443,11 @@ dependencies = [ [[package]] name = "embed-resource" -version = "1.4.1" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3b2f39c0462f098c1ca4abc408f7482949bbe2ab19bca5a4419f91f69e5bccc" +checksum = "8f1c0b3e7316e38285d86f43cdc8b60083fa38e6e59666fad66e428498f27a44" dependencies = [ + "cc", "vswhom", "winreg 0.8.0", ] @@ -888,11 +889,11 @@ dependencies = [ [[package]] name = "log" -version = "0.4.13" +version = "0.4.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcf3805d4480bb5b86070dcfeb9e2cb2ebc148adb753c5cca5f884d1d65a42b2" +checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 105acf9..c1677ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ zip = "0.5.9" tempfile = "3.2.0" indoc = "1.0.3" snafu = { version = "0.6.10", features = ["backtrace"] } -log = "0.4.13" +log = "0.4.14" env_logger = "0.8.2" atty = "0.2.14" encoding_rs_io = "0.1.7" @@ -38,7 +38,7 @@ insta = { version = "1.5.3", features = ["backtrace"] } serial_test = "0.5.1" [build-dependencies] -embed-resource = "1.4.1" +embed-resource = "1.5.0" [target.'cfg(windows)'.dependencies] csv = "1.1.5"