From 1d4d0db407fbec75cd39871ab40ab736152a0bd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 04:26:59 +0000 Subject: [PATCH] Bump schemars from 0.8.10 to 0.8.11 Bumps [schemars](https://github.com/GREsau/schemars) from 0.8.10 to 0.8.11. - [Release notes](https://github.com/GREsau/schemars/releases) - [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md) - [Commits](https://github.com/GREsau/schemars/compare/v0.8.10...v0.8.11) --- updated-dependencies: - dependency-name: schemars dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- common/Cargo.toml | 2 +- internal-dns/Cargo.toml | 2 +- nexus/Cargo.toml | 2 +- nexus/db-model/Cargo.toml | 2 +- nexus/types/Cargo.toml | 2 +- oximeter/db/Cargo.toml | 2 +- oximeter/oximeter/Cargo.toml | 2 +- oximeter/producer/Cargo.toml | 2 +- sled-agent/Cargo.toml | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d53d1734b48..ace157c1ba6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4612,9 +4612,9 @@ dependencies = [ [[package]] name = "schemars" -version = "0.8.10" +version = "0.8.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1847b767a3d62d95cbf3d8a9f0e421cf57a0d8aa4f411d4b16525afb0284d4ed" +checksum = "2a5fb6c61f29e723026dc8e923d94c694313212abbecbbe5f55a7748eec5b307" dependencies = [ "bytes", "chrono", @@ -4627,9 +4627,9 @@ dependencies = [ [[package]] name = "schemars_derive" -version = "0.8.10" +version = "0.8.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af4d7e1b012cb3d9129567661a63755ea4b8a7386d339dc945ae187e403c6743" +checksum = "f188d036977451159430f3b8dc82ec76364a42b7e289c2b18a9a18f4470058e9" dependencies = [ "proc-macro2", "quote", diff --git a/common/Cargo.toml b/common/Cargo.toml index e2b8b1c0942..7591f38db54 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -18,7 +18,7 @@ macaddr = { version = "1.0.1", features = [ "serde_std" ] } rand = "0.8.4" reqwest = { version = "0.11", default-features = false, features = ["rustls-tls", "stream"] } ring = "0.16" -schemars = { version = "0.8.10", features = [ "chrono", "uuid1" ] } +schemars = { version = "0.8.11", features = [ "chrono", "uuid1" ] } serde = { version = "1.0", features = [ "derive" ] } serde_derive = "1.0" serde_json = "1.0" diff --git a/internal-dns/Cargo.toml b/internal-dns/Cargo.toml index 7641de77972..4abb8479aa9 100644 --- a/internal-dns/Cargo.toml +++ b/internal-dns/Cargo.toml @@ -10,7 +10,7 @@ clap = { version = "3.2", features = [ "derive" ] } internal-dns-client = { path = "../internal-dns-client" } dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main", features = [ "usdt-probes" ] } pretty-hex = "0.3.0" -schemars = "0.8.10" +schemars = "0.8.11" serde = { version = "1.0", features = [ "derive" ] } serde_json = "1.0" sled = "0.34" diff --git a/nexus/Cargo.toml b/nexus/Cargo.toml index f0de55c2a22..0c5619a9c66 100644 --- a/nexus/Cargo.toml +++ b/nexus/Cargo.toml @@ -91,7 +91,7 @@ version = "0.1.0" path = "../oximeter/producer" [dependencies.schemars] -version = "0.8.10" +version = "0.8.11" features = [ "chrono", "uuid1" ] [dependencies.serde] diff --git a/nexus/db-model/Cargo.toml b/nexus/db-model/Cargo.toml index faec01f4fcd..b7fba4ad459 100644 --- a/nexus/db-model/Cargo.toml +++ b/nexus/db-model/Cargo.toml @@ -20,7 +20,7 @@ parse-display = "0.6.0" pq-sys = "*" rand = "0.8.5" ref-cast = "1.0" -schemars = { version = "0.8.10", features = ["chrono", "uuid1"] } +schemars = { version = "0.8.11", features = ["chrono", "uuid1"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" uuid = { version = "1.1.0", features = ["serde", "v4"] } diff --git a/nexus/types/Cargo.toml b/nexus/types/Cargo.toml index 1be5c6a1ed0..47cd7f7ccb3 100644 --- a/nexus/types/Cargo.toml +++ b/nexus/types/Cargo.toml @@ -12,7 +12,7 @@ base64 = "0.13.0" openssl = "0.10" openssl-sys = "0.9" openssl-probe = "0.1.2" -schemars = { version = "0.8.10", features = ["chrono", "uuid1"] } +schemars = { version = "0.8.11", features = ["chrono", "uuid1"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" uuid = { version = "1.1.0", features = ["serde", "v4"] } diff --git a/oximeter/db/Cargo.toml b/oximeter/db/Cargo.toml index 0d44850f1ff..61785e5917d 100644 --- a/oximeter/db/Cargo.toml +++ b/oximeter/db/Cargo.toml @@ -15,7 +15,7 @@ dropshot = { git = "https://github.com/oxidecomputer/dropshot", branch = "main", oximeter = { path = "../oximeter" } regex = "1.6.0" reqwest = { version = "0.11.12", features = [ "json" ] } -schemars = { version = "0.8.10", features = [ "uuid1", "bytes", "chrono" ] } +schemars = { version = "0.8.11", features = [ "uuid1", "bytes", "chrono" ] } serde = { version = "1", features = [ "derive" ] } serde_json = "1.0.85" slog = { version = "2.5", features = [ "max_level_trace", "release_max_level_debug" ] } diff --git a/oximeter/oximeter/Cargo.toml b/oximeter/oximeter/Cargo.toml index dd33fcbe3b1..0566032e94d 100644 --- a/oximeter/oximeter/Cargo.toml +++ b/oximeter/oximeter/Cargo.toml @@ -10,7 +10,7 @@ bytes = { version = "1.2.1", features = [ "serde" ] } chrono = { version = "0.4.19", features = [ "serde" ] } num-traits = "0.2.15" oximeter-macro-impl = { path = "../oximeter-macro-impl" } -schemars = { version = "0.8.10", features = [ "uuid1", "bytes", "chrono" ] } +schemars = { version = "0.8.11", features = [ "uuid1", "bytes", "chrono" ] } serde = { version = "1", features = [ "derive" ] } thiserror = "1.0.37" uuid = { version = "1.1.0", features = [ "v4", "serde" ] } diff --git a/oximeter/producer/Cargo.toml b/oximeter/producer/Cargo.toml index 4fc9733f791..86b4704b4ad 100644 --- a/oximeter/producer/Cargo.toml +++ b/oximeter/producer/Cargo.toml @@ -12,7 +12,7 @@ nexus-client = { path = "../../nexus-client" } omicron-common = { path = "../../common" } oximeter = { path = "../oximeter" } reqwest = { version = "0.11.12", features = [ "json" ] } -schemars = { version = "0.8.10", features = [ "uuid1", "bytes", "chrono" ] } +schemars = { version = "0.8.11", features = [ "uuid1", "bytes", "chrono" ] } serde = { version = "1", features = [ "derive" ] } slog = { version = "2.5", features = [ "max_level_trace", "release_max_level_debug" ] } slog-dtrace = "0.2" diff --git a/sled-agent/Cargo.toml b/sled-agent/Cargo.toml index e9b90c01bb5..95ef24fa67d 100644 --- a/sled-agent/Cargo.toml +++ b/sled-agent/Cargo.toml @@ -35,7 +35,7 @@ progenitor = { git = "https://github.com/oxidecomputer/progenitor" } propolis-client = { git = "https://github.com/oxidecomputer/propolis", rev = "c0776be03bf0928651996eb00ad6f3665e99ebe7" } rand = { version = "0.8.5", features = ["getrandom"] } reqwest = { version = "0.11.12", default-features = false, features = ["rustls-tls", "stream"] } -schemars = { version = "0.8.10", features = [ "chrono", "uuid1" ] } +schemars = { version = "0.8.11", features = [ "chrono", "uuid1" ] } serde = { version = "1.0", features = [ "derive" ] } serde_json = "1.0" serde_with = "2.0.1"