Skip to content

Commit

Permalink
chore(deps-rs): bump the minor group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
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](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.13.0...v0.14.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)

---
updated-dependencies:
- dependency-name: itertools
  dependency-type: direct:production
  dependency-group: minor
- dependency-name: jsonschema
  dependency-type: direct:production
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent ad285f5 commit 3837af2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3837af2

Please sign in to comment.