Skip to content

Commit b18ed89

Browse files
dependabot[bot]claude[bot]edenreich
authored
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

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ async-stream = "0.3.6"
1919
futures-util = "0.3.32"
2020
reqwest = { version = "0.13.3", features = ["json", "stream"] }
2121
serde = { version = "1.0.228", features = ["derive"] }
22-
serde_json = "1.0.149"
22+
serde_json = "1.0.150"
2323
thiserror = "2.0.18"
2424
tokio = { version = "1.52.3", features = ["macros", "rt-multi-thread"] }
2525

examples/chat/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ inference-gateway-sdk = { path = "../.." }
1313
tokio = { version = "1.52.3", features = ["macros", "rt-multi-thread"] }
1414
futures-util = "0.3.32"
1515
serde = { version = "1.0.228", features = ["derive"] }
16-
serde_json = "1.0.149"
16+
serde_json = "1.0.150"

examples/list/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ path = "src/main.rs"
1111
[dependencies]
1212
inference-gateway-sdk = { path = "../.." }
1313
tokio = { version = "1.52.3", features = ["macros", "rt-multi-thread"] }
14-
serde_json = "1.0.149"
14+
serde_json = "1.0.150"

0 commit comments

Comments
 (0)