From 2ddb804e4cfab6417a02911f68eec594fa27dbd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 05:56:30 +0000 Subject: [PATCH] Bump jsonschema from 0.42.2 to 0.45.0 Bumps [jsonschema](https://github.com/Stranger6667/jsonschema) from 0.42.2 to 0.45.0. - [Release notes](https://github.com/Stranger6667/jsonschema/releases) - [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stranger6667/jsonschema/compare/ruby-v0.42.2...ruby-v0.45.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 0.45.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab39fb68..bf012ed0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2077,9 +2077,9 @@ dependencies = [ [[package]] name = "jsonschema" -version = "0.42.2" +version = "0.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a44c9bb95f6ac9270bf4fd38d71c2f8704b9fe0323a293af7a5284cbd60a39b2" +checksum = "6f29616f6e19415398eb186964fb7cbbeef572c79bede3622a8277667924bbe3" dependencies = [ "ahash 0.8.12", "bytecount", @@ -3032,9 +3032,9 @@ dependencies = [ [[package]] name = "referencing" -version = "0.42.2" +version = "0.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97d4124f489451bb67c59d67fa16f3ae9b5690b290406a7538e38458632666df" +checksum = "b8a618c14f8ba29d8193bb55e2bf13e4fb2b1115313ecb7ae94b43100c7ac7d5" dependencies = [ "ahash 0.8.12", "fluent-uri", diff --git a/Cargo.toml b/Cargo.toml index d882cc92..27a45607 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -97,7 +97,7 @@ axum-server = { version = "0.8.0", features = ["tls-rustls"] } bytes = "1.6" float-cmp = "0.10.0" http-mitm-proxy = { version = "0.18.0", default-features = false } -jsonschema = "0.42.2" +jsonschema = "0.45.0" lazy_static = "1.5.0" predicates = "3.1.0" # features = ["aws_lc_rs"] is a workaround for mac & native-tls