From 1f5c531808389abc7767c2eafc130506a4a06913 Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 00:25:24 +0000 Subject: [PATCH] Update Rust crate `jsonschema` to v0.27.0 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 50eb56a9d90..aa73c3ccedc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3909,9 +3909,9 @@ dependencies = [ [[package]] name = "jsonschema" -version = "0.26.2" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26a960f0c34d5423581d858ce94815cc11f0171b09939409097969ed269ede1b" +checksum = "bc38ec7f43c54485b3ae1970a345b2b54ba6681a52ce3919669f304a5d13ef78" dependencies = [ "ahash", "base64 0.22.1", @@ -5971,9 +5971,9 @@ dependencies = [ [[package]] name = "referencing" -version = "0.26.2" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb8e15af8558cb157432dd3d88c1d1e982d0a5755cf80ce593b6499260aebc49" +checksum = "29c10f0563f85afe089e962995e19b64fe0af341883a6304c45e12fdcfc97b5e" dependencies = [ "ahash", "fluent-uri", diff --git a/Cargo.toml b/Cargo.toml index fc37e1c0eb4..c1936c1be66 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.26.2", default-features = false } +jsonschema = { version = "=0.27.0", 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 }