Bump the rust-dependencies group across 1 directory with 8 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(11 months ago)
(11 months ago)
rust dependencies
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
- impl Default for &Value (#1265, thanks
@aatifsyed)
Commits
Updates backon from 1.5.1 to 1.5.2
Release notes
Sourced from backon's releases.
v1.5.2
What's Changed
- docs: Add CLAUDE.md in repo by
@Xuanwoin Xuanwo/backon#202- fix(api): Expose FuturesTimerSleeper properly by
@tolbrinoin Xuanwo/backon#205- chore: publish using trusted publishing by
@Xuanwoin Xuanwo/backon#206- Bump to version 1.5.2 by
@Xuanwoin Xuanwo/backon#207New Contributors
@tolbrinomade their first contribution in Xuanwo/backon#205Full 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
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.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
e44329achore(napi): release v3.1.5 (#2820)10416f1fix(napi): relax the lifetime restriction in PromiseRaw callbacks (#2819)045f0afchore(napi): release v3.1.4 (#2818)7a26a98fix(napi): the generic trait rectiction of Env::spawn should be ScopedTask (#...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)- 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
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
- Support read-only Cargo.lock files (#310, thanks
@MingweiSamuel)1.0.108
- More right-aligned line number fixes (#309)
1.0.107
- Recognize right aligned line numbers (#308, rust-lang/rust#144609)
Commits
5a6fa0cRelease 1.0.1101ffe733Merge pull request #312 from dtolnay/fscopy5fe2299Ignore lockfile copy error09c665dFix permissions_set_readonly_false warningfddbc51Release 1.0.109d8e03d7Merge pull request #311 from hydro-project/fix-31052272f3handle read-onlyCargo.lockfiles, fix #3108996340Release 1.0.108e866ff8Merge pull request #309 from dtolnay/rightalignf3ded56Support hiding indented leading number- 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
6
+141
-91
Package Dependencies
init-tracing-opentelemetry
cargo
0.29.0 → 0.30.0
Minor
Technical Details
| ID: | 4400009 |
| UUID: | 2711938158 |
| Node ID: | PR_kwDOMXNO-86hpORu |
| Host: | GitHub |
| Repository: | tensorzero/tensorzero |
| Merge State: | Unknown |