Bump the rust-dependencies group with 8 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 2
(8 months ago)
(8 months ago)
(8 months ago)
rust dependencies
Bumps the rust-dependencies group with 8 updates:
| Package | From | To |
|---|---|---|
| google-cloud-auth | 1.0.1 |
1.1.0 |
| globset | 0.4.17 |
0.4.18 |
| typed-builder | 0.22.0 |
0.23.0 |
| napi-build | 2.2.3 |
2.2.4 |
| rustls | 0.23.33 |
0.23.34 |
| indicatif | 0.18.0 |
0.18.1 |
| proc-macro2 | 1.0.101 |
1.0.103 |
| syn | 2.0.107 |
2.0.108 |
Updates google-cloud-auth from 1.0.1 to 1.1.0
Commits
- See full diff in compare view
Updates globset from 0.4.17 to 0.4.18
Commits
0b0e013globset-0.4.18cac9870doc: update date in man page template24e88dcignore/types: addssatype5748f81printer: usedoc_cfginstead ofdoc_auto_cfgd47663bsearcher: fix regression with--line-bufferedflag38d6302printer: add Cursor hyperlink aliasb3dc4b0globset: improve debug logca2e34fgrep-0.4.0a0d61a0grep-printer-0.3.0c22fc0fdeps: bump to grep-searcher 0.1.15- Additional commits viewable in compare view
Updates typed-builder from 0.22.0 to 0.23.0
Release notes
Sourced from typed-builder's releases.
0.23.0 - 2025-10-20
Changed
- Upgrae Rust edition to 2024.
- [BREAKING] When
defaultis an expression that uses previous fields, it'll receive them as reference.Added
default_whereoption to add generic bounds ondefault.builder_type(attributes(...))for adding attributes to the builder type (mainly forderive)Removed
- [BREAKING] The
Optionaltrait. This is an internal implementation detail, but some users may have relied on it for customized flows.
Changelog
Sourced from typed-builder's changelog.
0.23.0 - 2025-10-20
Changed
- Upgrae Rust edition to 2024.
- [BREAKING] When
defaultis an expression that uses previous fields, it'll receive them as reference.Added
default_whereoption to add generic bounds ondefault.builder_type(attributes(...))for adding attributes to the builder type (mainly forderive)Removed
- [BREAKING] The
Optionaltrait. This is an internal implementation detail, but some users may have relied on it for customized flows.
Commits
4afb4f3Bump version7907b96Upgrade Rust edition to 202471a46b7Upgrade Rust version in the CIc49f34eClose #144 - addattributestobuilder_typesubsectiona211331Close #51: Add thedefault_whereoption6dcab1dRemoveOptionaltrait60af2f3Fix mutating default dependencies0a504a2Fix using reference for default deps when setter is skipped88c42d1Fix tests wheredefaultdepends on previous fields (since they are now pass...0ef224bRenameTypedBuilderNextFieldDefault->NextFieldDefault- Additional commits viewable in compare view
Updates napi-build from 2.2.3 to 2.2.4
Release notes
Sourced from napi-build's releases.
napi-build-v2.2.4
Fixed
- (build) export
emnapi_thread_crashed(#2920)Other
- (napi) bump rust-version (#2966)
Commits
0db7cebchore: release (#2913)d9498f5fix(napi): stop ref error object in wasm targets (#2975)2389a73chore(release): publish657aab3chore(deps): update vitest monorepo to v4 (major) (#2971)13cb9dcfeat(cli): resolve command from args (#2973)4c5bf78test: re-enable worker_threads tests on Windows (#2974)01485fffix(napi): do not invoke process.report on Windows (#2972)694db41feat(napi-derive): adddiscriminant_caseto allow changing case of discrimi...42eb087chore(deps): update dependency vite to v7.1.11 [security] (#2967)b453673fix(cli): correct OpenHarmony SDK path detection logic (#2963)- Additional commits viewable in compare view
Updates rustls from 0.23.33 to 0.23.34
Commits
4cee226Cargo: rustls v0.23.33 -> v0.23.34278391eRemove use ofdoc_auto_cfg31ca6afAvoid use ofdocsrscfg- See full diff in compare view
Updates indicatif from 0.18.0 to 0.18.1
Release notes
Sourced from indicatif's releases.
0.18.1
What's Changed
- Do not render "current" char if no "current" char is configured by
@Finomnisin console-rs/indicatif#719- Update vt100 requirement from 0.15.1 to 0.16.1 by
@dependabot[bot] in console-rs/indicatif#723- Bump MSRV to 1.71 with versioned lockfile by
@djcin console-rs/indicatif#735- Fix wide_bar width computation with a multiline message by
@glehmannin console-rs/indicatif#738
Commits
e836112Bump version to 0.18.1e69d621Fix wide_bar width computation with multiline a message985f053Bump MSRV to 1.71 (for console 0.16.1)5436ffcStart versioning Cargo.locke1f410dUpdate vt100 requirement from 0.15.1 to 0.16.1b3e94beDo not draw "current" char if none is configured771a27eAdd test for multicolor style without current char- See full diff in compare view
Updates proc-macro2 from 1.0.101 to 1.0.103
Release notes
Sourced from proc-macro2's releases.
1.0.103
- Add semver-exempt
Literalmethodsstr_value,cstr_value,byte_str_value(#525)1.0.102
Commits
d1bf13aRelease 1.0.10329e08c0Merge pull request #525 from dtolnay/literalvaluef9eec24Restore support for rustc older than 1.74cc983fcRestore support for rustc older than 1.79465f781Restore support for rustc older than 1.89ab5231cAdd string literal value tests4c039a8Add Literal methods from proc_macro_value feature885fde9Vendor rustc_literal_escaper v0.0.539b016aRelease 1.0.102c3870f1Add raw identifier Debug test- Additional commits viewable in compare view
Updates syn from 2.0.107 to 2.0.108
Release notes
Sourced from syn's releases.
2.0.108
- Parse unrecognized or invalid literals as Lit::Verbatim (#1925)
Commits
7a7e331Release 2.0.10830463afMerge pull request #1926 from dtolnay/litfuzz1cc9167Add fuzzer for literal parsingc49e1d3Merge pull request #1925 from dtolnay/litparsed047536Report unexpected verbatim literals in testce97767Parse unrecognized or invalid literals as Lit::Verbatim- See full diff 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
[!IMPORTANT]
Bump Rust dependencies includinggoogle-cloud-auth,globset,typed-builder,napi-build,rustls,indicatif,proc-macro2, andsynto their latest versions.
- Dependencies Updated:
google-cloud-authfrom 1.0.1 to 1.1.0 intensorzero-core/Cargo.toml.globsetfrom 0.4.17 to 0.4.18 intensorzero-core/Cargo.toml.typed-builderfrom 0.22.0 to 0.23.0 intensorzero-core/Cargo.toml.napi-buildfrom 2.2.3 to 2.2.4 ininternal/tensorzero-node/Cargo.toml.rustlsfrom 0.23.33 to 0.23.34 inprovider-proxy/Cargo.toml.indicatiffrom 0.18.0 to 0.18.1 inevaluations/Cargo.toml.proc-macro2from 1.0.101 to 1.0.103 ininternal/tensorzero-derive/Cargo.toml.synfrom 2.0.107 to 2.0.108 ininternal/tensorzero-derive/Cargo.toml.- Cargo.lock:
- Updated to reflect the new versions of dependencies.
This description was created by
for 6949579999cc8c25bd338205f43df60da07893b7. You can customize this summary. It will automatically update as commits are pushed.
Package Dependencies
Technical Details
| ID: | 10622098 |
| UUID: | 3554715031 |
| Node ID: | PR_kwDOMXNO-86vyF54 |
| Host: | GitHub |
| Repository: | tensorzero/tensorzero |