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

Bump the rust-dependencies group with 8 updates

Closed
Number: #4203
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Unknown
Comments: 2
Created: October 27, 2025 at 01:34 AM UTC
(8 months ago)
Updated: October 28, 2025 at 06:48 PM UTC
(8 months ago)
Closed: October 28, 2025 at 06:48 PM UTC
(8 months ago)
Time to Close: 1 day
Labels:
rust dependencies
Description:

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

Updates globset from 0.4.17 to 0.4.18

Commits
  • 0b0e013 globset-0.4.18
  • cac9870 doc: update date in man page template
  • 24e88dc ignore/types: add ssa type
  • 5748f81 printer: use doc_cfg instead of doc_auto_cfg
  • d47663b searcher: fix regression with --line-buffered flag
  • 38d6302 printer: add Cursor hyperlink alias
  • b3dc4b0 globset: improve debug log
  • ca2e34f grep-0.4.0
  • a0d61a0 grep-printer-0.3.0
  • c22fc0f deps: 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 default is an expression that uses previous fields, it'll receive them as reference.

Added

  • default_where option to add generic bounds on default.
  • builder_type(attributes(...)) for adding attributes to the builder type (mainly for derive)

Removed

  • [BREAKING] The Optional trait. 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 default is an expression that uses previous fields, it'll receive them as reference.

Added

  • default_where option to add generic bounds on default.
  • builder_type(attributes(...)) for adding attributes to the builder type (mainly for derive)

Removed

  • [BREAKING] The Optional trait. This is an internal implementation detail, but some users may have relied on it for customized flows.
Commits
  • 4afb4f3 Bump version
  • 7907b96 Upgrade Rust edition to 2024
  • 71a46b7 Upgrade Rust version in the CI
  • c49f34e Close #144 - add attributes to builder_type subsection
  • a211331 Close #51: Add the default_where option
  • 6dcab1d Remove Optional trait
  • 60af2f3 Fix mutating default dependencies
  • 0a504a2 Fix using reference for default deps when setter is skipped
  • 88c42d1 Fix tests where default depends on previous fields (since they are now pass...
  • 0ef224b Rename TypedBuilderNextFieldDefault -> 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
  • 0db7ceb chore: release (#2913)
  • d9498f5 fix(napi): stop ref error object in wasm targets (#2975)
  • 2389a73 chore(release): publish
  • 657aab3 chore(deps): update vitest monorepo to v4 (major) (#2971)
  • 13cb9dc feat(cli): resolve command from args (#2973)
  • 4c5bf78 test: re-enable worker_threads tests on Windows (#2974)
  • 01485ff fix(napi): do not invoke process.report on Windows (#2972)
  • 694db41 feat(napi-derive): add discriminant_case to allow changing case of discrimi...
  • 42eb087 chore(deps): update dependency vite to v7.1.11 [security] (#2967)
  • b453673 fix(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

Updates indicatif from 0.18.0 to 0.18.1

Release notes

Sourced from indicatif's releases.

0.18.1

What's Changed

Commits
  • e836112 Bump version to 0.18.1
  • e69d621 Fix wide_bar width computation with multiline a message
  • 985f053 Bump MSRV to 1.71 (for console 0.16.1)
  • 5436ffc Start versioning Cargo.lock
  • e1f410d Update vt100 requirement from 0.15.1 to 0.16.1
  • b3e94be Do not draw "current" char if none is configured
  • 771a27e Add 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 Literal methods str_value, cstr_value, byte_str_value (#525)

1.0.102

  • Fix interaction of Display impls for TokenStream and Ident with formatting specifiers for padding, alignment, width (#523, #524)
Commits
  • d1bf13a Release 1.0.103
  • 29e08c0 Merge pull request #525 from dtolnay/literalvalue
  • f9eec24 Restore support for rustc older than 1.74
  • cc983fc Restore support for rustc older than 1.79
  • 465f781 Restore support for rustc older than 1.89
  • ab5231c Add string literal value tests
  • 4c039a8 Add Literal methods from proc_macro_value feature
  • 885fde9 Vendor rustc_literal_escaper v0.0.5
  • 39b016a Release 1.0.102
  • c3870f1 Add 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

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 Rust dependencies including google-cloud-auth, globset, typed-builder, napi-build, rustls, indicatif, proc-macro2, and syn to their latest versions.

  • Dependencies Updated:
    • google-cloud-auth from 1.0.1 to 1.1.0 in tensorzero-core/Cargo.toml.
    • globset from 0.4.17 to 0.4.18 in tensorzero-core/Cargo.toml.
    • typed-builder from 0.22.0 to 0.23.0 in tensorzero-core/Cargo.toml.
    • napi-build from 2.2.3 to 2.2.4 in internal/tensorzero-node/Cargo.toml.
    • rustls from 0.23.33 to 0.23.34 in provider-proxy/Cargo.toml.
    • indicatif from 0.18.0 to 0.18.1 in evaluations/Cargo.toml.
    • proc-macro2 from 1.0.101 to 1.0.103 in internal/tensorzero-derive/Cargo.toml.
    • syn from 2.0.107 to 2.0.108 in internal/tensorzero-derive/Cargo.toml.
  • Cargo.lock:
    • Updated to reflect the new versions of dependencies.

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

Package Dependencies
Ecosystem:
cargo
Version Change:
0.22.0 → 0.23.0
Update Type:
Minor
Package:
rustls
Ecosystem:
cargo
Version Change:
0.23.33 → 0.23.34
Update Type:
Patch
Package:
syn
Ecosystem:
cargo
Version Change:
2.0.107 → 2.0.108
Update Type:
Patch
Package:
proc-macro2
Ecosystem:
cargo
Version Change:
1.0.101 → 1.0.103
Update Type:
Patch
Package:
indicatif
Ecosystem:
cargo
Version Change:
0.18.0 → 0.18.1
Update Type:
Patch
Package:
napi-build
Ecosystem:
cargo
Version Change:
2.2.3 → 2.2.4
Update Type:
Patch
Package:
globset
Ecosystem:
cargo
Version Change:
0.4.17 → 0.4.18
Update Type:
Patch
Ecosystem:
cargo
Version Change:
1.0.1 → 1.1.0
Update Type:
Minor
Technical Details
ID: 10622098
UUID: 3554715031
Node ID: PR_kwDOMXNO-86vyF54
Host: GitHub
Repository: tensorzero/tensorzero