From 0b1b536af674eed4f89c47bec9cecb476334023d Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 01:36:00 +0000 Subject: [PATCH] Update Rust crate `jsonschema` to v0.23.0 (#5392) Co-authored-by: hash-worker[bot] <180894564+hash-worker[bot]@users.noreply.github.com> --- Cargo.lock | 10 ++++------ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e6f666c1b52..3db9cb1203d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3693,9 +3693,9 @@ dependencies = [ [[package]] name = "jsonschema" -version = "0.22.3" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0762f81b67c46ac403497420b7f4ae457f6cdbef499d24f101bf4a63c35ddea1" +checksum = "bea85509e7320309cc8be62d8badb46f9525157bdc748bf2ec089cd4083a3f7e" dependencies = [ "ahash", "anyhow", @@ -3704,14 +3704,12 @@ dependencies = [ "email_address", "fancy-regex", "fraction", - "getrandom", "idna 1.0.2", "itoa", "num-cmp", "once_cell", "percent-encoding", "referencing", - "regex", "regex-syntax 0.8.5", "serde", "serde_json", @@ -5664,9 +5662,9 @@ dependencies = [ [[package]] name = "referencing" -version = "0.22.3" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43fda277062a68f002ee482f8319d2fcc84be5ff11669cacd74db7ca01f7f36a" +checksum = "35bdf02a06a0820fcb9ce064715b424f1cdd79e24f991990a92425afe11eaf4a" dependencies = [ "ahash", "fluent-uri", diff --git a/Cargo.toml b/Cargo.toml index 1da9b341f7d..aaec3aedb7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -160,7 +160,7 @@ hyper = { version = "=1.4.1", default-features = false } include_dir = { version = "=0.7.4", default-features = false } insta = { version = "=1.40.0", default-features = false } itertools = { version = "0.13.0", default-features = false } -jsonschema = { version = "=0.22.3", default-features = false } +jsonschema = { version = "=0.23.0", default-features = false } justjson = { version = "=0.3.0", default-features = false } lexical = { version = "=7.0.2", default-features = false } libp2p = { version = "=0.54.1", default-features = false }