Skip to content

Commit

Permalink
chore(deps-rs): bump the minor group with 3 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [jsonschema](https://github.com/Stranger6667/jsonschema), [strum](https://github.com/Peternator7/strum) and [strum_macros](https://github.com/Peternator7/strum) to permit the latest version.

Updates `jsonschema` to 0.28.3
- [Release notes](https://github.com/Stranger6667/jsonschema/releases)
- [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md)
- [Commits](Stranger6667/jsonschema@rust-v0.28.1...rust-v0.28.3)

Updates `strum` to 0.26.3
- [Release notes](https://github.com/Peternator7/strum/releases)
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](Peternator7/strum@v0.26.1...v0.26.3)

Updates `strum_macros` to 0.26.4
- [Release notes](https://github.com/Peternator7/strum/releases)
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Peternator7/strum/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 10, 2025
1 parent 8de6c7b commit 08fcddc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ downcast-rs = "2.0.1"
enum_dispatch = "0.3.11"
html-escape = "0.2.13"
itertools = "0.14.0"
jsonschema = "0.28.1"
jsonschema = "0.29.0"
lazy_static = "1.4.0"
num-rational = "0.4.1"
paste = "1.0"
Expand All @@ -58,8 +58,8 @@ serde = "1.0"
serde_json = "1.0.97"
serde_yaml = "0.9.19"
smol_str = "0.3.1"
strum = "0.26.1"
strum_macros = "0.26.1"
strum = "0.27.0"
strum_macros = "0.27.0"
thiserror = "2.0.6"
typetag = "0.2.7"
clap = { version = "4.5.4" }
Expand Down

0 comments on commit 08fcddc

Please sign in to comment.