diff --git a/Cargo.lock b/Cargo.lock index d466ce30..e617d00d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1566,9 +1566,9 @@ dependencies = [ [[package]] name = "process_control" -version = "3.5.0" +version = "3.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2de0029d2e6222dfa366facfcd75d09070e321ef4c621f92d20e45383f9a116b" +checksum = "1cb5bbabc4567bc85bc86d667f7ef1c5060280037269232b248cef94fc7654bd" dependencies = [ "crossbeam-channel", "libc", diff --git a/Cargo.toml b/Cargo.toml index 333c28cd..4506b73e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ versions = "4.1.0" which = "4.2.5" yaml-rust = "0.4.5" -process_control = { version = "3.5.0", features = ["crossbeam-channel"] } +process_control = { version = "3.5.1", features = ["crossbeam-channel"] } guess_host_triple = "0.1.3" home = "0.5.3"