diff --git a/Cargo.lock b/Cargo.lock index c55fb1a..1f3a0dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -374,9 +374,9 @@ dependencies = [ [[package]] name = "derive_arbitrary" -version = "1.4.1" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800" +checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a" dependencies = [ "proc-macro2", "quote", @@ -624,9 +624,9 @@ checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" [[package]] name = "jobserver" -version = "0.1.33" +version = "0.1.34" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a" +checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" dependencies = [ "getrandom 0.3.3", "libc", diff --git a/Cargo.toml b/Cargo.toml index 28abe79..4bc8bdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,6 +41,7 @@ zip = { version = "3.0.0", features = ["deflate"], default-features = false } zstd = { version = "0.13", features = ["experimental", "zstdmt"] } [dev-dependencies] +anyhow = "1.0.100" assert_matches = "1.5" buck-resources = "1" criterion = "0.5.1" diff --git a/windows_shim/Cargo.toml b/windows_shim/Cargo.toml index 2264063..ab802ab 100644 --- a/windows_shim/Cargo.toml +++ b/windows_shim/Cargo.toml @@ -15,7 +15,7 @@ path = "dotslash_windows_shim.rs" test = false [dependencies] -cfg-if = "1.0" +cfg-if = "1.0.4" windows-sys = { version = "0.59.0", features = ["Win32_Foundation", "Win32_Globalization", "Win32_Security", "Win32_Security_Credentials", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_Environment", "Win32_System_IO", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_Threading", "Win32_UI_Shell"] } [features]