Skip to content

Commit

Permalink
chore(deps-rs): bump the minor group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
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](rust-itertools/itertools@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](Stranger6667/jsonschema@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/[email protected]@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](la10736/rstest@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 2fa09ee commit 3d78b6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3d78b6d

Please sign in to comment.