From 0b89c75366a47c03f33a86e935ca517f23f4aad5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 07:13:48 +0200 Subject: [PATCH] Bump jsonschema from 0.18.0 to 0.18.1 (#18) Bumps [jsonschema](https://github.com/Stranger6667/jsonschema-rs) from 0.18.0 to 0.18.1. - [Release notes](https://github.com/Stranger6667/jsonschema-rs/releases) - [Changelog](https://github.com/Stranger6667/jsonschema-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.18.0...rust-v0.18.1) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 33416f4..4853ea3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -881,9 +881,9 @@ dependencies = [ [[package]] name = "jsonschema" -version = "0.18.0" +version = "0.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec0afd06142c9bcb03f4a8787c77897a87b6be9c4918f1946c33caa714c27578" +checksum = "f5f037c58cadb17e8591b620b523cc6a7ab2b91b6ce3121f8eb4171f8d80115c" dependencies = [ "ahash", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index af98a3c..e89c867 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ tar = "0.4.41" flate2 = "1.0.33" zip = "2.2.0" regex = "1.10.6" -jsonschema = "0.18.0" +jsonschema = "0.18.1" [profile.release] opt-level = "z"