From a124ccfc2789d70315db775dd8d942b935783f37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 May 2022 15:56:23 +0000 Subject: [PATCH] Bump subprocess from 0.2.8 to 0.2.9 Bumps [subprocess](https://github.com/hniksic/rust-subprocess) from 0.2.8 to 0.2.9. - [Release notes](https://github.com/hniksic/rust-subprocess/releases) - [Commits](https://github.com/hniksic/rust-subprocess/compare/release/0.2.8...release/0.2.9) --- updated-dependencies: - dependency-name: subprocess dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- gateway/Cargo.toml | 2 +- internal-dns/Cargo.toml | 2 +- nexus/Cargo.toml | 4 ++-- oximeter/collector/Cargo.toml | 2 +- sled-agent/Cargo.toml | 4 ++-- test-utils/Cargo.toml | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 497f5d67dbb..5f1e44db2b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2234,9 +2234,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.125" +version = "0.2.126" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5916d2ae698f6de9bfb891ad7a8d65c09d232dc58cc4ac433c7da3b2fd84bc2b" +checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836" [[package]] name = "libnet" @@ -4937,9 +4937,9 @@ dependencies = [ [[package]] name = "subprocess" -version = "0.2.8" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "055cf3ebc2981ad8f0a5a17ef6652f652d87831f79fddcba2ac57bcb9a0aa407" +checksum = "0c2e86926081dda636c546d8c5e641661049d7562a68f5488be4a1f7f66f6086" dependencies = [ "libc", "winapi", diff --git a/gateway/Cargo.toml b/gateway/Cargo.toml index e7dd48cb919..50de951ed7b 100644 --- a/gateway/Cargo.toml +++ b/gateway/Cargo.toml @@ -40,5 +40,5 @@ openapi-lint = { git = "https://github.com/oxidecomputer/openapi-lint", branch = openapiv3 = "1.0" serde_json = "1.0" sp-sim = { path = "../sp-sim" } -subprocess = "0.2.8" +subprocess = "0.2.9" tokio-tungstenite = "0.17" diff --git a/internal-dns/Cargo.toml b/internal-dns/Cargo.toml index 3f9bd86fa7c..683ce26c399 100644 --- a/internal-dns/Cargo.toml +++ b/internal-dns/Cargo.toml @@ -33,5 +33,5 @@ openapiv3 = "1.0" openapi-lint = { git = "https://github.com/oxidecomputer/openapi-lint", branch = "main" } portpicker = "0.1" serde_json = "1.0" -subprocess = "0.2.8" +subprocess = "0.2.9" trust-dns-resolver = "0.21" diff --git a/nexus/Cargo.toml b/nexus/Cargo.toml index 341adeba390..390720641c2 100644 --- a/nexus/Cargo.toml +++ b/nexus/Cargo.toml @@ -26,7 +26,7 @@ hyper = "0.14" db-macros = { path = "src/db/db-macros" } ipnetwork = "0.18" lazy_static = "1.4.0" -libc = "0.2.125" +libc = "0.2.126" macaddr = { version = "1.0.1", features = [ "serde_std" ]} mime_guess = "2.0.4" newtype_derive = "0.1.6" @@ -124,7 +124,7 @@ nexus-test-utils = { path = "test-utils" } omicron-test-utils = { path = "../test-utils" } openapiv3 = "1.0" regex = "1.5.5" -subprocess = "0.2.8" +subprocess = "0.2.9" term = "0.7" httptest = "0.15.4" diff --git a/oximeter/collector/Cargo.toml b/oximeter/collector/Cargo.toml index 2c6d616da96..1833e562cbb 100644 --- a/oximeter/collector/Cargo.toml +++ b/oximeter/collector/Cargo.toml @@ -26,7 +26,7 @@ expectorate = "1.0.5" omicron-test-utils = { path = "../../test-utils" } openapiv3 = "1.0" serde_json = "1.0.79" -subprocess = "0.2.8" +subprocess = "0.2.9" [dev-dependencies.openapi-lint] git = "https://github.com/oxidecomputer/openapi-lint" diff --git a/sled-agent/Cargo.toml b/sled-agent/Cargo.toml index 986f9488853..6ffa9a2ad69 100644 --- a/sled-agent/Cargo.toml +++ b/sled-agent/Cargo.toml @@ -17,7 +17,7 @@ crucible-agent-client = { git = "https://github.com/oxidecomputer/crucible", rev dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main", features = [ "usdt-probes" ] } futures = "0.3.21" ipnetwork = "0.18" -libc = "0.2.125" +libc = "0.2.126" macaddr = { version = "1.0.1", features = [ "serde_std" ] } nexus-client = { path = "../nexus-client" } omicron-common = { path = "../common" } @@ -59,7 +59,7 @@ omicron-test-utils = { path = "../test-utils" } openapi-lint = { git = "https://github.com/oxidecomputer/openapi-lint", branch = "main" } openapiv3 = "1.0" serial_test = "0.6" -subprocess = "0.2.8" +subprocess = "0.2.9" slog-async = "2.6" slog-term = "2.9" diff --git a/test-utils/Cargo.toml b/test-utils/Cargo.toml index 5986fc6eea6..76646a08e65 100644 --- a/test-utils/Cargo.toml +++ b/test-utils/Cargo.toml @@ -7,12 +7,12 @@ license = "MPL-2.0" [dependencies] anyhow = "1.0" futures = "0.3.21" -libc = "0.2.125" +libc = "0.2.126" omicron-common = { path = "../common" } postgres-protocol = "0.6.4" signal-hook = "0.3" structopt = "0.3" -subprocess = "0.2.8" +subprocess = "0.2.9" tempfile = "3.3" thiserror = "1.0"