From 836b6656adc4f014f1182a39e403184f7f8d45e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 23:22:16 +0000 Subject: [PATCH] chore(deps-rs): bump the minor group across 1 directory with 2 updates Updates the requirements on [jsonschema](https://github.com/Stranger6667/jsonschema-rs) and [smol_str](https://github.com/rust-analyzer/smol_str) to permit the latest version. Updates `jsonschema` to 0.18.3 - [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.3) Updates `smol_str` to 0.2.2 - [Changelog](https://github.com/rust-analyzer/smol_str/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-analyzer/smol_str/compare/v0.2.0...v0.2.2) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production dependency-group: minor - dependency-name: smol_str dependency-type: direct:production dependency-group: minor ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 788d6df22..809545033 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ downcast-rs = "1.2.0" enum_dispatch = "0.3.11" html-escape = "0.2.13" itertools = "0.13.0" -jsonschema = "0.18.0" +jsonschema = "0.19.1" lazy_static = "1.4.0" num-rational = "0.4.1" paste = "1.0" @@ -49,7 +49,7 @@ rstest = "0.22.0" serde = "1.0" serde_json = "1.0.97" serde_yaml = "0.9.19" -smol_str = "0.2.0" +smol_str = "0.3.1" strum = "0.26.1" strum_macros = "0.26.1" thiserror = "1.0.28"