diff --git a/Cargo.lock b/Cargo.lock index 688d35e..a120f66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1171,9 +1171,9 @@ dependencies = [ [[package]] name = "os_pipe" -version = "1.1.5" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57119c3b893986491ec9aa85056780d3a0f3cf4da7cc09dd3650dbd6c6738fb9" +checksum = "29d73ba8daf8fac13b0501d1abeddcfe21ba7401ada61a819144b6c2a4f32209" dependencies = [ "libc", "windows-sys", diff --git a/Cargo.toml b/Cargo.toml index 2f284a1..ea0b244 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ hyper = "1.3" percent-encoding = "2" libflate = "2.1" log = "0.4" -os_pipe = "1.1" +os_pipe = "1.2" reqwest = "0.9" thiserror = "1" serde = { version = "1", features = ["serde_derive"] }