From c2cb418e56edbdecff365ef0f47f762fc5bb3a0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 00:54:35 +0000 Subject: [PATCH] Bump parse-display from 0.5.4 to 0.5.5 Bumps [parse-display](https://github.com/frozenlib/parse-display) from 0.5.4 to 0.5.5. - [Release notes](https://github.com/frozenlib/parse-display/releases) - [Commits](https://github.com/frozenlib/parse-display/compare/v0.5.4...v0.5.5) --- updated-dependencies: - dependency-name: parse-display dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ common/Cargo.toml | 2 +- nexus/Cargo.toml | 2 +- nexus/test-utils/Cargo.toml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3913ccb3696..c6d57399d95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2732,9 +2732,9 @@ dependencies = [ [[package]] name = "parse-display" -version = "0.5.4" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8bb10034e2db1d7ec22c3da90743505c07ab1e7483e93df8222c41dadb5937e8" +checksum = "813e91c6232dbeb2e9deba0eb0dc5c967bd6f380676fd34419f9ddd71411faa7" dependencies = [ "once_cell", "parse-display-derive", @@ -2743,9 +2743,9 @@ dependencies = [ [[package]] name = "parse-display-derive" -version = "0.5.4" +version = "0.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4546f47b5e547d7f9a5cc60d798798aebb013bb930df9297ada0048fd4901558" +checksum = "007ed61a69cf7d9b95cc5dc18489dbb4f70d4adb0a0c100e2dd46f0be241711a" dependencies = [ "once_cell", "proc-macro2", @@ -3371,9 +3371,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.5.4" +version = "1.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461" +checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286" dependencies = [ "aho-corasick", "memchr", diff --git a/common/Cargo.toml b/common/Cargo.toml index 64d6bfdfe1a..ba197a04a1b 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -31,7 +31,7 @@ thiserror = "1.0" tokio = { version = "1.17", features = [ "full" ] } tokio-postgres = { version = "0.7", features = [ "with-chrono-0_4", "with-uuid-0_8" ] } uuid = { version = "0.8", features = [ "serde", "v4" ] } -parse-display = "0.5.4" +parse-display = "0.5.5" progenitor = { git = "https://github.com/oxidecomputer/progenitor" } [dev-dependencies] diff --git a/nexus/Cargo.toml b/nexus/Cargo.toml index 59bab66824d..1a9458d5cd9 100644 --- a/nexus/Cargo.toml +++ b/nexus/Cargo.toml @@ -31,7 +31,7 @@ newtype_derive = "0.1.6" oso = "0.26" oximeter-client = { path = "../oximeter-client" } oximeter-db = { path = "../oximeter/db/" } -parse-display = "0.5.4" +parse-display = "0.5.5" # See omicron-rpaths for more about the "pq-sys" dependency. pq-sys = "*" rand = "0.8.5" diff --git a/nexus/test-utils/Cargo.toml b/nexus/test-utils/Cargo.toml index abb8cb8688f..cd39896274b 100644 --- a/nexus/test-utils/Cargo.toml +++ b/nexus/test-utils/Cargo.toml @@ -20,7 +20,7 @@ oximeter = { version = "0.1.0", path = "../../oximeter/oximeter" } oximeter-client = { path = "../../oximeter-client" } oximeter-collector = { version = "0.1.0", path = "../../oximeter/collector" } oximeter-producer = { version = "0.1.0", path = "../../oximeter/producer" } -parse-display = "0.5.4" +parse-display = "0.5.5" serde = { version = "1.0", features = [ "derive" ] } serde_json = "1.0" slog = { version = "2.7", features = [ "max_level_trace", "release_max_level_debug" ] }