Bump the rust-dependencies group across 1 directory with 5 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(11 months ago)
(11 months ago)
rust dependencies
Bumps the rust-dependencies group with 5 updates in the / directory:
| Package | From | To |
|---|---|---|
| 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.3 |
| napi-derive | 2.16.13 |
3.1.2 |
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
contextfield toValidationErrorKind.OneOfMultipleValid.Changed
- Improved error message for
enum.[Rust] Release 0.32.0
Added
- Added missing
contextfield toValidationErrorKind::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
contextforValidationErrorKind.AnyOfandValidationErrorKind.OneOfNotValidwhich contains errors for all subschemas, each inside a separate list with an index matching subschema ID.Changed
- Update
pyo3to0.25.Fixed
- Improve the precision of
multipleOffor 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-formatand--no-assert-formatto toggle validation offormatkeywords.- Added
contextforValidationErrorKind.AnyOfandValidationErrorKind.OneOfNotValidwhich contains errors for all subschemas, each inside a separate vector with an index matching subschema ID.Fixed
- Improve the precision of
multipleOffor float values.Changed
- Bump
fancy-regexto0.15.
Changelog
Sourced from jsonschema's changelog.
[0.32.0] - 2025-07-29
Added
- Added missing
contextfield toValidationErrorKind::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-formatand--no-assert-formatto toggle validation offormatkeywords.- Added
contextforValidationErrorKind::AnyOfandValidationErrorKind::OneOfNotValidwhich contains errors for all subschemas, each inside a separate vector with an index matching subschema ID.Fixed
- Improve the precision of
multipleOffor float values.Changed
- Bump
fancy-regexto0.15.
Commits
2e1ba97chore(rust): Release 0.32.0a8a95cfchore: Fix clippy6001956chore: Fix clippy::inconsistent_struct_constructorbf8173cchore: Fix clippy::from_iter_instead_of_collect5b055edchore: Fix clippy::map_unwrap_or1200458feat: Add context toValidationErrorKind::OneOfMultipleValid53e00cbchore: Improved error message forenum13f4b97build(deps): update criterion requirement from 0.6 to 0.72776684chore(python): Release 0.31.029fdb82chore(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
3082361chore: releaseb76f7ddrefactor: group subscriber layer construction0026a82feat: add support for Opentelemetry Metrics (#249)e83242dchore(deps): update stefanzweifel/git-auto-commit-action action to v6f79e0ccrefactor: move common grpc functions into agrpcmodule- See full diff in compare view
Updates google-cloud-auth from 0.21.0 to 0.22.1
Commits
- See full diff in compare view
Updates napi from 2.16.17 to 3.1.3
Release notes
Sourced from napi's releases.
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
- (napi) add UnwindSafe and RefUnwindSafe back to AbortSignal and AsyncWorkPromise (#2789)
- pin release-plz action
napi@3.0.0
NAPI-RS v3
https://napi.rs/blog/announce-v3
napi-derive@3.0.0-beta.12
... (truncated)
Commits
069661echore: release (#2805)521b577chore(release): publish552f9c9chore(cli): setjmp link path (#2808)02bd12afix(cli): migrate to latest wasm sjlj (#2806)d450209chore(deps): update release-plz/action action to v0.5.110 (#2807)7c3dc96perf(napi): optimize HashMap allocation in FromNapiValue implementation for H...9f0dc58chore(release): publishcf6d8b0fix(cli): rename options (#2804)5816924chore(release): publishc6cf127chore(cli): upgrade all NAPI-RS projects (#2803)- 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
- feat(napi): add napi_ref impl for Object Symbol and External by
@Brooooooklynin napi-rs/napi-rs#2754- feat(napi): support untyped TypedArray slice by
@Brooooooklynin napi-rs/napi-rs#2762Full 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
- fix(napi-derive): generate object key types properly by
@Brooooooklynin napi-rs/napi-rs#2752Full 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
- fix(napi-derive): single parentheses arg is provided in ThreadsafeFunction by
@camc314in napi-rs/napi-rs#2742- style: run clippy on nightly Rust by
@Brooooooklynin napi-rs/napi-rs#2744New Contributors
@camc314made their first contribution in napi-rs/napi-rs#2742Full Changelog: https://github.com/napi-rs/napi-rs/compare/
@napi-rs/cli@3.0.0-alpha.91...napi-derive@3.0.0-beta.10napi-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.9napi-derive@3.0.0-beta.8
... (truncated)
Commits
a40e236chore: release (#2814)642b5abchore(deps): update dependency cross-env to v10 (#2811)bde407dfix(napi-derive): generate types for threadsafe_function with WEAK=true corre...069661echore: release (#2805)521b577chore(release): publish552f9c9chore(cli): setjmp link path (#2808)02bd12afix(cli): migrate to latest wasm sjlj (#2806)d450209chore(deps): update release-plz/action action to v0.5.110 (#2807)7c3dc96perf(napi): optimize HashMap allocation in FromNapiValue implementation for H...9f0dc58chore(release): publish- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
1
3
+131
-81
Package Dependencies
init-tracing-opentelemetry
cargo
0.29.0 → 0.30.0
Minor
Technical Details
| ID: | 4320639 |
| UUID: | 2705846265 |
| Node ID: | PR_kwDOMXNO-86hR-_5 |
| Host: | GitHub |
| Repository: | tensorzero/tensorzero |
| Merge State: | Unknown |