An open index of dependabot pull requests across open source projects.

Bump the rust-dependencies group across 1 directory with 8 updates

Open
Number: #2971
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: August 01, 2025 at 04:17 AM UTC
(11 months ago)
Updated: August 01, 2025 at 04:17 AM UTC
(11 months ago)
Labels:
rust dependencies
Description:

Bumps the rust-dependencies group with 8 updates in the / directory:

Package From To
serde_json 1.0.141 1.0.142
backon 1.5.1 1.5.2
jsonschema 0.30.0 0.32.0
init-tracing-opentelemetry 0.29.0 0.30.0
google-cloud-auth 0.21.0 0.22.1
napi 2.16.17 3.1.5
napi-derive 2.16.13 3.1.2
trybuild 1.0.106 1.0.110

Updates serde_json from 1.0.141 to 1.0.142

Release notes

Sourced from serde_json's releases.

v1.0.142

Commits

Updates backon from 1.5.1 to 1.5.2

Release notes

Sourced from backon's releases.

v1.5.2

What's Changed

New Contributors

Full Changelog: https://github.com/Xuanwo/backon/compare/v1.5.1...v1.5.2

Commits

Updates jsonschema from 0.30.0 to 0.32.0

Release notes

Sourced from jsonschema's releases.

[Python] Release 0.32.0

Added

  • Added missing context field to ValidationErrorKind.OneOfMultipleValid.

Changed

  • Improved error message for enum.

[Rust] Release 0.32.0

Added

  • Added missing context field to ValidationErrorKind::OneOfMultipleValid.

Changed

  • Improved error message for enum.

[Python] Release 0.31.0

Added

  • Added support for old and new style string enums in object keys.
  • Added context for ValidationErrorKind.AnyOf and ValidationErrorKind.OneOfNotValid which contains errors for all subschemas, each inside a separate list with an index matching subschema ID.

Changed

  • Update pyo3 to 0.25.

Fixed

  • Improve the precision of multipleOf for float values.

[Rust] Release 0.31.0

Added

  • CLI: flag -d, --draft <4|6|7|2019|2020> to enforce a specific JSON Schema draft.
  • CLI: flags --assert-format and --no-assert-format to toggle validation of format keywords.
  • Added context for ValidationErrorKind.AnyOf and ValidationErrorKind.OneOfNotValid which contains errors for all subschemas, each inside a separate vector with an index matching subschema ID.

Fixed

  • Improve the precision of multipleOf for float values.

Changed

  • Bump fancy-regex to 0.15.
Changelog

Sourced from jsonschema's changelog.

[0.32.0] - 2025-07-29

Added

  • Added missing context field to ValidationErrorKind::OneOfMultipleValid.

Changed

  • Improved error message for enum.

[0.31.0] - 2025-07-28

Added

  • CLI: flag -d, --draft <4|6|7|2019|2020> to enforce a specific JSON Schema draft.
  • CLI: flags --assert-format and --no-assert-format to toggle validation of format keywords.
  • Added context for ValidationErrorKind::AnyOf and ValidationErrorKind::OneOfNotValid which contains errors for all subschemas, each inside a separate vector with an index matching subschema ID.

Fixed

  • Improve the precision of multipleOf for float values.

Changed

  • Bump fancy-regex to 0.15.
Commits
  • 2e1ba97 chore(rust): Release 0.32.0
  • a8a95cf chore: Fix clippy
  • 6001956 chore: Fix clippy::inconsistent_struct_constructor
  • bf8173c chore: Fix clippy::from_iter_instead_of_collect
  • 5b055ed chore: Fix clippy::map_unwrap_or
  • 1200458 feat: Add context to ValidationErrorKind::OneOfMultipleValid
  • 53e00cb chore: Improved error message for enum
  • 13f4b97 build(deps): update criterion requirement from 0.6 to 0.7
  • 2776684 chore(python): Release 0.31.0
  • 29fdb82 chore(rust): Release 0.31.0
  • Additional commits viewable in compare view

Updates init-tracing-opentelemetry from 0.29.0 to 0.30.0

Release notes

Sourced from init-tracing-opentelemetry's releases.

init-tracing-opentelemetry-v0.30.0

Added

  • add support for Opentelemetry Metrics (#249)
Commits
  • 3082361 chore: release
  • b76f7dd refactor: group subscriber layer construction
  • 0026a82 feat: add support for Opentelemetry Metrics (#249)
  • e83242d chore(deps): update stefanzweifel/git-auto-commit-action action to v6
  • f79e0cc refactor: move common grpc functions into a grpc module
  • See full diff in compare view

Updates google-cloud-auth from 0.21.0 to 0.22.1

Commits

Updates napi from 2.16.17 to 3.1.5

Release notes

Sourced from napi's releases.

napi-v3.1.5

Fixed

  • (napi) relax the lifetime restriction in PromiseRaw callbacks (#2819)

napi-v3.1.4

Fixed

  • (napi) the generic trait rectiction of Env::spawn should be ScopedTask (#2817)

napi-v3.1.3

Other

  • (napi) optimize HashMap allocation in FromNapiValue implementation for HashMap (#2796)

napi-v3.1.2

Other

  • (napi) use Vec with_capacity in FromNapiValue (#2793)

napi-derive-v3.1.2

Other

  • updated the following local packages: napi-derive-backend

napi-v3.1.1

Other

  • Revert "fix(napi): callback should be Fn rather than FnOnce" (#2791)

napi-derive-v3.1.1

Other

  • updated the following local packages: napi-derive-backend

napi-derive-v3.1.0

Added

  • (napi) provide ScopedTask to resolve JsValue with lifetime (#2786)

Other

  • pin release-plz action

napi-v3.1.0

Added

  • (napi) provide ScopedTask to resolve JsValue with lifetime (#2786)

Other

... (truncated)

Commits
  • e44329a chore(napi): release v3.1.5 (#2820)
  • 10416f1 fix(napi): relax the lifetime restriction in PromiseRaw callbacks (#2819)
  • 045f0af chore(napi): release v3.1.4 (#2818)
  • 7a26a98 fix(napi): the generic trait rectiction of Env::spawn should be ScopedTask (#...
  • a40e236 chore: release (#2814)
  • 642b5ab chore(deps): update dependency cross-env to v10 (#2811)
  • bde407d fix(napi-derive): generate types for threadsafe_function with WEAK=true corre...
  • 069661e chore: release (#2805)
  • 521b577 chore(release): publish
  • 552f9c9 chore(cli): setjmp link path (#2808)
  • Additional commits viewable in compare view

Updates napi-derive from 2.16.13 to 3.1.2

Release notes

Sourced from napi-derive's releases.

napi-derive-v3.1.2

Other

  • updated the following local packages: napi-derive-backend

napi-derive-v3.1.1

Other

  • updated the following local packages: napi-derive-backend

napi-derive-v3.1.0

Added

  • (napi) provide ScopedTask to resolve JsValue with lifetime (#2786)

Other

  • pin release-plz action

napi-derive@3.0.0-beta.12

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi-derive@3.0.0-beta.11...napi-derive@3.0.0-beta.12

napi-derive@3.0.0-beta.11

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi-derive@3.0.0-beta.10...napi-derive@3.0.0-beta.11

napi-derive@3.0.0-beta.10

What's Changed

New Contributors

Full Changelog: https://github.com/napi-rs/napi-rs/compare/@​napi-rs/cli@​3.0.0-alpha.91...napi-derive@3.0.0-beta.10

napi-derive@3.0.0-beta.9

Version bump only

Full Changelog: https://github.com/napi-rs/napi-rs/compare/@​napi-rs/cli@​3.0.0-alpha.90...napi-derive@3.0.0-beta.9

napi-derive@3.0.0-beta.8

... (truncated)

Commits
  • a40e236 chore: release (#2814)
  • 642b5ab chore(deps): update dependency cross-env to v10 (#2811)
  • bde407d fix(napi-derive): generate types for threadsafe_function with WEAK=true corre...
  • 069661e chore: release (#2805)
  • 521b577 chore(release): publish
  • 552f9c9 chore(cli): setjmp link path (#2808)
  • 02bd12a fix(cli): migrate to latest wasm sjlj (#2806)
  • d450209 chore(deps): update release-plz/action action to v0.5.110 (#2807)
  • 7c3dc96 perf(napi): optimize HashMap allocation in FromNapiValue implementation for H...
  • 9f0dc58 chore(release): publish
  • Additional commits viewable in compare view

Updates trybuild from 1.0.106 to 1.0.110

Release notes

Sourced from trybuild's releases.

1.0.110

  • Fix permissions_set_readonly_false warning (#312)

1.0.109

1.0.108

  • More right-aligned line number fixes (#309)

1.0.107

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
Commits:
1
Files Changed:
6
Additions:
+141
Deletions:
-91
Package Dependencies
Package:
serde_json
Ecosystem:
cargo
Version Change:
1.0.141 → 1.0.142
Update Type:
Patch
Package:
backon
Ecosystem:
cargo
Version Change:
1.5.1 → 1.5.2
Update Type:
Patch
Package:
trybuild
Ecosystem:
cargo
Version Change:
1.0.106 → 1.0.110
Update Type:
Patch
Package:
napi
Ecosystem:
cargo
Version Change:
2.16.17 → 3.1.5
Update Type:
Major
Ecosystem:
cargo
Version Change:
0.29.0 → 0.30.0
Update Type:
Minor
Package:
napi-derive
Ecosystem:
cargo
Version Change:
2.16.13 → 3.1.2
Update Type:
Major
Package:
jsonschema
Ecosystem:
cargo
Version Change:
0.30.0 → 0.32.0
Update Type:
Minor
Ecosystem:
cargo
Version Change:
0.21.0 → 0.22.1
Update Type:
Minor
Technical Details
ID: 4400009
UUID: 2711938158
Node ID: PR_kwDOMXNO-86hpORu
Host: GitHub
Repository: tensorzero/tensorzero
Merge State: Unknown