From af2e90fda74e9f9f96132cf3f595e13f3807e2fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 15:48:45 +0000 Subject: [PATCH] build(deps): bump schemars from 0.8.15 to 0.8.16 Bumps [schemars](https://github.com/GREsau/schemars) from 0.8.15 to 0.8.16. - [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.15...v0.8.16) --- updated-dependencies: - dependency-name: schemars dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- property/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d587766..de69e5f1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4060,9 +4060,9 @@ dependencies = [ [[package]] name = "schemars" -version = "0.8.15" +version = "0.8.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f7b0ce13155372a76ee2e1c5ffba1fe61ede73fbea5630d61eee6fac4929c0c" +checksum = "45a28f4c49489add4ce10783f7911893516f15afe45d015608d41faca6bc4d29" dependencies = [ "dyn-clone", "schemars_derive", @@ -4072,9 +4072,9 @@ dependencies = [ [[package]] name = "schemars_derive" -version = "0.8.15" +version = "0.8.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e85e2a16b12bdb763244c69ab79363d71db2b4b918a2def53f80b02e0574b13c" +checksum = "c767fd6fa65d9ccf9cf026122c1b555f2ef9a4f0cea69da4d7dbc3e258d30967" dependencies = [ "proc-macro2", "quote", diff --git a/property/Cargo.toml b/property/Cargo.toml index 3ae187d0..6193c9b9 100644 --- a/property/Cargo.toml +++ b/property/Cargo.toml @@ -25,7 +25,7 @@ ceramic-kubo-rpc-server = { git = "https://github.com/3box/rust-ceramic", branch dotenvy = "0.15.7" hyper = { version = "0.14.27", features = ["client"] } rand = "0.8.5" -schemars = "0.8.13" +schemars = "0.8.16" serde = { version = "1.0.188", features = ["serde_derive"] } swagger = "6.3.0" tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread", "fs"] }