From e26a31f55499833bce49dd91e553f78c37ebece8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 14:01:48 +0000 Subject: [PATCH] chore(deps-rs): bump the minor group across 1 directory with 2 updates (#1881) Updates the requirements on [itertools](https://github.com/rust-itertools/itertools) and [jsonschema](https://github.com/Stranger6667/jsonschema) to permit the latest version. Updates `itertools` to 0.14.0
Changelog

Sourced from itertools's changelog.

0.14.0

Breaking

Added

Changed

Notable Internal Changes

0.13.0

Breaking

Added

Changed

... (truncated)

Commits

Updates `jsonschema` to 0.27.1
Release notes

Sourced from jsonschema's releases.

[Python] Release 0.27.1

Added

Changelog

Sourced from jsonschema's changelog.

[0.27.1] - 2024-12-24

Added

[0.27.0] - 2024-12-23

Added

Changed

[0.26.2] - 2024-12-16

Documentation

[0.26.1] - 2024-10-29

Fixed

[0.26.0] - 2024-10-26

Important: This release contains breaking changes. See the Migration Guide for details on transitioning to the new API.

Added

Changed

Performance

[0.25.1] - 2024-10-25

Fixed

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 25ec5a5c2..6655c65a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,8 +42,8 @@ derive_more = "1.0.0" downcast-rs = "1.2.0" enum_dispatch = "0.3.11" html-escape = "0.2.13" -itertools = "0.13.0" -jsonschema = "0.27.0" +itertools = "0.14.0" +jsonschema = "0.28.1" lazy_static = "1.4.0" num-rational = "0.4.1" paste = "1.0"