diff --git a/Cargo.lock b/Cargo.lock index 2f87a9f..74cfe69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1456,9 +1456,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "subprocess" -version = "0.2.9" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c2e86926081dda636c546d8c5e641661049d7562a68f5488be4a1f7f66f6086" +checksum = "feb179a3921e9debb9b1479c5a0abf0df75d05a412d8af9c81409c088d449413" dependencies = [ "libc", "winapi", diff --git a/Cargo.toml b/Cargo.toml index 0a0558a..759c885 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ futures = "0.3" anyhow = "1" [dev-dependencies] -subprocess = "0.2" +subprocess = "1.2" uuid = { version = "1", features = ["v4", "fast-rng"] } [features]