diff --git a/Cargo.lock b/Cargo.lock index c5f1898..4322084 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1198,12 +1198,12 @@ dependencies = [ [[package]] name = "os_pipe" -version = "0.9.2" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb233f06c2307e1f5ce2ecad9f8121cffbbee2c95428f44ea85222e460d0d213" +checksum = "0ae859aa07428ca9a929b936690f8b12dc5f11dd8c6992a18ca93919f28bc177" dependencies = [ "libc", - "winapi 0.3.9", + "windows-sys", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 09c265b..dfa4855 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ hyper = "0.14" percent-encoding = "2" libflate = "1.0" log = "0.4" -os_pipe = "0.9" +os_pipe = "1.1" reqwest = "0.9" thiserror = "1" serde = { version = "1", features = ["serde_derive"] }