From bcf497c34027139be191d5dd9ab8c9581bcf6d43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 04:25:13 +0000 Subject: [PATCH] Bump schemars from 0.8.19 to 0.8.20 Bumps [schemars](https://github.com/GREsau/schemars) from 0.8.19 to 0.8.20. - [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.19...v0.8.20) --- updated-dependencies: - dependency-name: schemars dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- dropshot/Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ebb2b4dee..7797f6ad5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1422,9 +1422,9 @@ dependencies = [ [[package]] name = "schemars" -version = "0.8.19" +version = "0.8.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc6e7ed6919cb46507fb01ff1654309219f62b4d603822501b0b80d42f6f21ef" +checksum = "b0218ceea14babe24a4a5836f86ade86c1effbc198164e619194cb5069187e29" dependencies = [ "chrono", "dyn-clone", @@ -1436,9 +1436,9 @@ dependencies = [ [[package]] name = "schemars_derive" -version = "0.8.19" +version = "0.8.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "185f2b7aa7e02d418e453790dde16890256bbd2bcd04b7dc5348811052b53f49" +checksum = "3ed5a1ccce8ff962e31a165d41f6e2a2dd1245099dc4d594f5574a86cd90f4d3" dependencies = [ "proc-macro2", "quote", diff --git a/dropshot/Cargo.toml b/dropshot/Cargo.toml index 8a9ed6c7c..38cc02b14 100644 --- a/dropshot/Cargo.toml +++ b/dropshot/Cargo.toml @@ -76,7 +76,7 @@ version = "1.8.0" features = [ "serde", "v4" ] [dependencies.schemars] -version = "0.8.19" +version = "0.8.20" features = [ "uuid1" ] [dev-dependencies] @@ -103,7 +103,7 @@ version = "1.7.0" features = ["alloc"] [dev-dependencies.schemars] -version = "0.8.19" +version = "0.8.20" features = [ "chrono", "uuid1" ] [dev-dependencies.slog]