From 3d78b6d47820be84d6bdee51a3d911c9eba6c1ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 23:32:33 +0000 Subject: [PATCH] chore(deps-rs): bump the minor group across 1 directory with 4 updates Updates the requirements on [itertools](https://github.com/rust-itertools/itertools), [jsonschema](https://github.com/Stranger6667/jsonschema), [petgraph](https://github.com/petgraph/petgraph) and [rstest](https://github.com/la10736/rstest) to permit the latest version. Updates `itertools` to 0.13.0 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.13.0...v0.13.0) Updates `jsonschema` to 0.27.1 - [Release notes](https://github.com/Stranger6667/jsonschema/releases) - [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stranger6667/jsonschema/compare/rust-v0.27.0...rust-v0.27.1) Updates `petgraph` to 0.6.5 - [Changelog](https://github.com/petgraph/petgraph/blob/master/RELEASES.rst) - [Commits](https://github.com/petgraph/petgraph/compare/petgraph@v0.6.3...petgraph@v0.6.5) Updates `rstest` to 0.23.0 - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](https://github.com/la10736/rstest/compare/v0.23.0...v0.23.0) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production dependency-group: minor - dependency-name: jsonschema dependency-type: direct:production dependency-group: minor - dependency-name: petgraph dependency-type: direct:production dependency-group: minor - dependency-name: rstest dependency-type: direct:production dependency-group: minor ... Signed-off-by: dependabot[bot] --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b8f806474..edec297cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,17 +42,17 @@ 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" -petgraph = { version = "0.6.3", default-features = false } +petgraph = { version = "0.7.0", default-features = false } proptest = "1.4.0" proptest-derive = "0.5.0" regex = "1.9.5" regex-syntax = "0.8.3" -rstest = "0.23.0" +rstest = "0.24.0" serde = "1.0" serde_json = "1.0.97" serde_yaml = "0.9.19"