From 0d0971a327df273805d390c788d5ebb39c1874d8 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 04:07:42 +0000 Subject: [PATCH] chore(deps): update rust crate schemars to 0.8.15 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- workspace-hack/Cargo.toml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9627143d846..2931ca6691c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7722,9 +7722,9 @@ dependencies = [ [[package]] name = "schemars" -version = "0.8.13" +version = "0.8.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "763f8cd0d4c71ed8389c90cb8100cba87e763bd01a8e614d4f0af97bcd50a161" +checksum = "1f7b0ce13155372a76ee2e1c5ffba1fe61ede73fbea5630d61eee6fac4929c0c" dependencies = [ "bytes", "chrono", @@ -7737,9 +7737,9 @@ dependencies = [ [[package]] name = "schemars_derive" -version = "0.8.13" +version = "0.8.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec0f696e21e10fa546b7ffb1c9672c6de8fbc7a81acf59524386d8639bf12737" +checksum = "e85e2a16b12bdb763244c69ab79363d71db2b4b918a2def53f80b02e0574b13c" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 0e139465339..675541c7057 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -308,7 +308,7 @@ rstest = "0.18.2" rustfmt-wrapper = "0.2" rustls = "0.21.8" samael = { git = "https://github.com/njaremko/samael", features = ["xmlsec"], branch = "master" } -schemars = "0.8.12" +schemars = "0.8.15" secrecy = "0.8.0" semver = { version = "1.0.20", features = ["std", "serde"] } serde = { version = "1.0", default-features = false, features = [ "derive" ] } diff --git a/workspace-hack/Cargo.toml b/workspace-hack/Cargo.toml index 621f1a8a998..aa798a2b568 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -77,7 +77,7 @@ regex-automata = { version = "0.4.3", default-features = false, features = ["dfa regex-syntax-c38e5c1d305a1b54 = { package = "regex-syntax", version = "0.8.2" } reqwest = { version = "0.11.20", features = ["blocking", "json", "rustls-tls", "stream"] } ring = { version = "0.16.20", features = ["std"] } -schemars = { version = "0.8.13", features = ["bytes", "chrono", "uuid1"] } +schemars = { version = "0.8.15", features = ["bytes", "chrono", "uuid1"] } semver = { version = "1.0.20", features = ["serde"] } serde = { version = "1.0.188", features = ["alloc", "derive", "rc"] } serde_json = { version = "1.0.108", features = ["raw_value"] } @@ -172,7 +172,7 @@ regex-syntax-3b31131e45eafb45 = { package = "regex-syntax", version = "0.6.29" } regex-syntax-c38e5c1d305a1b54 = { package = "regex-syntax", version = "0.8.2" } reqwest = { version = "0.11.20", features = ["blocking", "json", "rustls-tls", "stream"] } ring = { version = "0.16.20", features = ["std"] } -schemars = { version = "0.8.13", features = ["bytes", "chrono", "uuid1"] } +schemars = { version = "0.8.15", features = ["bytes", "chrono", "uuid1"] } semver = { version = "1.0.20", features = ["serde"] } serde = { version = "1.0.188", features = ["alloc", "derive", "rc"] } serde_json = { version = "1.0.108", features = ["raw_value"] }