From 92a77eb4fb438dec1688308578795ce288f6241b Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Wed, 11 Sep 2024 09:44:54 -0700 Subject: [PATCH] update lock file --- rust/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 9ba6c3ab..3a5006d5 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -376,9 +376,9 @@ dependencies = [ [[package]] name = "jsonschema" -version = "0.18.1" +version = "0.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5f037c58cadb17e8591b620b523cc6a7ab2b91b6ce3121f8eb4171f8d80115c" +checksum = "aa6bbf317803d2832b013425c11c67c38accba75a13653b0e64a8d31f5592f4a" dependencies = [ "ahash", "anyhow",