Merge pull request #2832 from coreos/dependabot/cargo/subprocess-0.2.7
build(deps): bump subprocess from 0.2.6 to 0.2.7
This commit is contained in:
commit
b2edfd94d4
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1765,9 +1765,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "subprocess"
|
name = "subprocess"
|
||||||
version = "0.2.6"
|
version = "0.2.7"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "69b9ad6c3e1b525a55872a4d2f2d404b3c959b7bbcbfd83c364580f68ed157bd"
|
checksum = "334b801f9ca2529ba9605109f1d2835f15aff94cd6cfe5afe6ce8cf71e5fd3c4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libc",
|
"libc",
|
||||||
"winapi",
|
"winapi",
|
||||||
|
@ -65,7 +65,7 @@ serde_derive = "1.0.118"
|
|||||||
serde_json = "1.0.64"
|
serde_json = "1.0.64"
|
||||||
serde_yaml = "0.8.17"
|
serde_yaml = "0.8.17"
|
||||||
structopt = "0.3.21"
|
structopt = "0.3.21"
|
||||||
subprocess = "0.2.6"
|
subprocess = "0.2.7"
|
||||||
systemd = "0.8.2"
|
systemd = "0.8.2"
|
||||||
tempfile = "3.2.0"
|
tempfile = "3.2.0"
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user