Commit b18ed89
ci(deps): Bump the cargo group across 1 directory with 2 updates (#27)
* ci(deps): Bump the cargo group across 1 directory with 2 updates
Bumps the cargo group with 2 updates in the / directory: [serde_json](https://github.com/serde-rs/json) and [schemars](https://github.com/GREsau/schemars).
Updates `serde_json` from 1.0.149 to 1.0.150
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.149...v1.0.150)
Updates `schemars` from 0.8.22 to 1.2.1
- [Release notes](https://github.com/GREsau/schemars/releases)
- [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md)
- [Commits](GREsau/schemars@v0.8.22...v1.2.1)
---
updated-dependencies:
- dependency-name: serde_json
dependency-version: 1.0.150
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: cargo
- dependency-name: schemars
dependency-version: 1.2.1
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: cargo
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix(deps): Keep schemars at 0.8 for typify 0.6 compatibility
schemars 1.x removed `schema::RootSchema` and made the `schema` module
private, breaking `tools/gen-types/src/main.rs` which uses both
`RootSchema` and `Schema`. typify 0.6 still requires schemars 0.8, so we
cannot upgrade the schemars dependency in gen-types until typify ships a
release compatible with schemars 1.x.
Keeps the serde_json 1.0.149 → 1.0.150 bump from this PR.
Co-authored-by: Eden Reich <edenreich@users.noreply.github.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Eden Reich <edenreich@users.noreply.github.com>1 parent d5bceb6 commit b18ed89
4 files changed
Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
0 commit comments