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

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

Closed
Number: #5455
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Unknown
Comments: 1
Created: December 29, 2025 at 07:59 PM UTC
(6 months ago)
Updated: January 05, 2026 at 01:19 AM UTC
(5 months ago)
Closed: January 05, 2026 at 01:19 AM UTC
(5 months ago)
Time to Close: 6 days
Labels:
rust dependencies
Description:

Bumps the rust-dependencies group with 2 updates in the / directory: object_store and jsonschema.

Updates object_store from 0.12.4 to 0.13.0

Changelog

Sourced from object_store's changelog.

Historical Changelog

Commits

Updates jsonschema from 0.37.4 to 0.38.1

Release notes

Sourced from jsonschema's releases.

[Python] Release 0.38.1

Fixed

  • multipleOf validation for integer values between 2^53 and i64::MAX.

[Rust] Release 0.38.1

Fixed

  • multipleOf validation for integer values between 2^53 and i64::MAX with arbitrary-precision feature.

[Python] Release 0.38.0

Added

  • EmailOptions for configuring email format validation.

Fixed

  • multipleOf validation for large integers beyond i64::MAX.
  • Incorrect mask parameter in evaluate docstring.

Removed

  • with_meta_schemas parameter from type stubs (was removed from the API long ago).

[Rust] Release 0.38.0

Added

  • EmailOptions for configuring email format validation. #903

Fixed

  • Use-after-free in async $ref resolution when multiple refs target the same external URL with different fragments. #906
  • multipleOf validation for large u64 values beyond i64::MAX with arbitrary-precision feature.
  • Validator not being Send + Sync on WASM targets. #915
Changelog

Sourced from jsonschema's changelog.

[0.38.1] - 2025-12-25

Fixed

  • multipleOf validation for integer values between 2^53 and i64::MAX with arbitrary-precision feature.

[0.38.0] - 2025-12-24

Added

  • EmailOptions for configuring email format validation. #903

Fixed

  • Use-after-free in async $ref resolution when multiple refs target the same external URL with different fragments. #906
  • multipleOf validation for large u64 values beyond i64::MAX with arbitrary-precision feature.
  • Validator not being Send + Sync on WASM targets. #915
Commits
  • 4a61579 chore(rust): Release 0.38.1
  • 597551e fix: multipleOf validation for integer values between 2^53 and i64::MAX...
  • f99610b fix: multipleOf validation for integer values between 2^53 and i64::MAX...
  • c07b399 chore(python): Release 0.38.0
  • b95a9f2 docs: Document panics for blocking code in async context
  • 6f532dc chore(rust): Release 0.38.0
  • a55f18c fix: Use-after-free in async $ref resolution when multiple refs target the ...
  • f4bdaa0 chore(python): Remove mask parameter from type stubs of evaluate method
  • e28b4e8 fix: Validator not being Send + Sync on WASM targets
  • 1227a0f chore(python): Remove with_meta_schemas parameter from type stubs
  • Additional commits viewable in compare view

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

[!IMPORTANT]
Bump object_store to 0.13.0 and jsonschema to 0.38.1 in Rust project dependencies.

  • Dependencies:
    • Update object_store from 0.12.4 to 0.13.0 in Cargo.toml and Cargo.lock.
    • Update jsonschema from 0.37.4 to 0.38.1 in tensorzero-core/Cargo.toml and Cargo.lock.

This description was created by Ellipsis for 3c3a42db216969e5506fb44926dbe21c484b2966. You can customize this summary. It will automatically update as commits are pushed.

Package Dependencies
Ecosystem:
cargo
Version Change:
0.12.4 → 0.13.0
Update Type:
Minor
Package:
jsonschema
Ecosystem:
cargo
Version Change:
0.37.4 → 0.38.1
Update Type:
Minor
Technical Details
ID: 12516795
UUID: 3768223360
Node ID: PR_kwDOMXNO-8663kEM
Host: GitHub
Repository: tensorzero/tensorzero