From d8fa18adfe03d0d7d39481efba9c686c6b9d9e0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 00:38:58 +0000 Subject: [PATCH] build(deps): bump jsonschema from 0.45.0 to 0.46.5 Bumps [jsonschema](https://github.com/Stranger6667/jsonschema) from 0.45.0 to 0.46.5. - [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.45.0...ruby-v0.46.5) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 0.46.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 20 ++++++++++++++------ Cargo.toml | 2 +- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c972134..47732f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2003,9 +2003,9 @@ checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" [[package]] name = "fancy-regex" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8" +checksum = "e1e1dacd0d2082dfcf1351c4bdd566bbe89a2b263235a2b50058f1e130a47277" dependencies = [ "bit-set", "regex-automata", @@ -3194,9 +3194,9 @@ dependencies = [ [[package]] name = "jsonschema" -version = "0.45.0" +version = "0.46.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f29616f6e19415398eb186964fb7cbbeef572c79bede3622a8277667924bbe3" +checksum = "6a5fe5206f06e589caf25e79fc05ccdf91fca745685fe9fe1a13bbdfb479a631" dependencies = [ "ahash", "bytecount", @@ -3477,6 +3477,12 @@ dependencies = [ "windows-sys 0.45.0", ] +[[package]] +name = "micromap" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c2a86d3146ed3995b5913c414f6664344b9617457320782e64f0bb44afd49d74" + [[package]] name = "mime" version = "0.3.17" @@ -4696,14 +4702,16 @@ dependencies = [ [[package]] name = "referencing" -version = "0.45.0" +version = "0.46.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b8a618c14f8ba29d8193bb55e2bf13e4fb2b1115313ecb7ae94b43100c7ac7d5" +checksum = "69e4e17ef386c5383591d07623d3de49cbc601156e7582973e6db98d66a57de2" dependencies = [ "ahash", "fluent-uri", "getrandom 0.3.4", "hashbrown 0.16.1", + "itoa", + "micromap", "parking_lot", "percent-encoding", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index b3c7f71..fcf5073 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -152,7 +152,7 @@ wat = "1" # ── MCP Protocol ─────────────────────────────────────────────────────────────── # >=1.4 floors out CVE-2026-42559 (GHSA-89vp-x53w-74fx, fixed in 1.4.0). rmcp = { version = "1.4", features = ["server", "transport-io", "macros"] } -jsonschema = { version = "0.45", default-features = false } +jsonschema = { version = "0.46", default-features = false } # ── Filesystem Watching ──────────────────────────────────────────────────────── notify = { version = "8", features = ["macos_fsevent"] }