From 1b417d40fe78f07583565352a3b86ddf6f6b6606 Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 00:47:56 +0000 Subject: [PATCH] Update Rust crate `jsonschema` to v0.28.1 (#6033) Co-authored-by: hash-worker[bot] <180894564+hash-worker[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7c3b45e19e2..78e34dc4f33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3909,9 +3909,9 @@ dependencies = [ [[package]] name = "jsonschema" -version = "0.28.0" +version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74d8eb539cdb4222da29bb658cc9881aa2477b33fb1a74c5c31450395fc1a4b2" +checksum = "c2303ef9ebb6acd7afe7c48cbc06ab807349c429d4e47c4cde8b35400503198f" dependencies = [ "ahash", "base64 0.22.1", @@ -5971,9 +5971,9 @@ dependencies = [ [[package]] name = "referencing" -version = "0.28.0" +version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "093a875008827c0ae15c746189966e162faa05bf347719d06302c548ac63630f" +checksum = "2fb7a1f338d8e32357ad1d7078454c248e5fdd2188fbb6966b400c2fa4d4f566" dependencies = [ "ahash", "fluent-uri", diff --git a/Cargo.toml b/Cargo.toml index 961e4a6ebc6..0a9866af848 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -175,7 +175,7 @@ hyper = { version = "=1.5.2", default-features = false } include_dir = { version = "=0.7.4", default-features = false } insta = { version = "=1.41.1", default-features = false } itertools = { version = "0.13.0", default-features = false } -jsonschema = { version = "=0.28.0", default-features = false } +jsonschema = { version = "=0.28.1", default-features = false } justjson = { version = "=0.3.0", default-features = false } lexical = { version = "=7.0.4", default-features = false } libp2p = { version = "=0.54.1", default-features = false }