From 7494bdfd6ab55874ea5c61505b2f23315c3cf7e4 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 05:09:45 +0000 Subject: [PATCH] Update Rust crate schemars to 0.8.21 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f9ae4c29c1..b9e659b115 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4013,7 +4013,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" dependencies = [ "cfg-if", - "windows-targets 0.52.5", + "windows-targets 0.48.5", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 3ba353c220..eefd299b2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -433,7 +433,7 @@ rustls = "0.22.2" rustls-pemfile = "2.1.2" rustyline = "14.0.0" samael = { version = "0.0.15", features = ["xmlsec"] } -schemars = "0.8.16" +schemars = "0.8.21" secrecy = "0.8.0" semver = { version = "1.0.23", features = ["std", "serde"] } serde = { version = "1.0", default-features = false, features = [ "derive", "rc" ] }