From b303a050547d475e28596be2fa2acdee972e4332 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 21:43:58 +0000 Subject: [PATCH] Bump schemars from 0.8.13 to 0.8.15 Bumps [schemars](https://github.com/GREsau/schemars) from 0.8.13 to 0.8.15. - [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.13...v0.8.15) --- updated-dependencies: - dependency-name: schemars dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- workspace-hack/Cargo.toml | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ec4efec0fc9..3f007e776fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7610,9 +7610,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", @@ -7625,9 +7625,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", @@ -9456,8 +9456,8 @@ version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ - "cfg-if 0.1.10", - "rand 0.4.6", + "cfg-if 1.0.0", + "rand 0.8.5", "static_assertions", ] diff --git a/Cargo.toml b/Cargo.toml index 9388b2c7d63..f0ddf5ef3b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -296,7 +296,7 @@ rstest = "0.18.2" rustfmt-wrapper = "0.2" rustls = "0.21.7" 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.18", 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 8854ef27bc7..0a4d6ba5bf1 100644 --- a/workspace-hack/Cargo.toml +++ b/workspace-hack/Cargo.toml @@ -81,7 +81,7 @@ regex-automata = { version = "0.3.8", default-features = false, features = ["dfa regex-syntax = { version = "0.7.5" } 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.18", features = ["serde"] } serde = { version = "1.0.188", features = ["alloc", "derive", "rc"] } sha2 = { version = "0.10.7", features = ["oid"] } @@ -179,7 +179,7 @@ regex-automata = { version = "0.3.8", default-features = false, features = ["dfa regex-syntax = { version = "0.7.5" } 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.18", features = ["serde"] } serde = { version = "1.0.188", features = ["alloc", "derive", "rc"] } sha2 = { version = "0.10.7", features = ["oid"] }