Skip to content

build(deps): bump the cargo group with 5 updates - #418

Merged
2bndy5 merged 1 commit into
mainfrom
dependabot/cargo/cargo-9346055340
Aug 2, 2026
Merged

build(deps): bump the cargo group with 5 updates#418
2bndy5 merged 1 commit into
mainfrom
dependabot/cargo/cargo-9346055340

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 2, 2026

Copy link
Copy Markdown
Contributor

Bumps the cargo group with 5 updates:

Package From To
serde_json 1.0.150 1.0.151
fast-glob 1.0.1 1.1.0
gix-imara-diff 0.2.3 0.2.4
napi 3.10.5 3.11.0
napi-derive 3.5.10 3.6.0

Updates serde_json from 1.0.150 to 1.0.151

Release notes

Sourced from serde_json's releases.

v1.0.151

Commits
  • de85007 Release 1.0.151
  • 3b2b3c5 Merge pull request #1331 from WonderLawrence/rawvalue-from-string-unchecked
  • 0406d96 Debug-assert well-formedness and no-whitespace in from_string_unchecked
  • cf16f75 Add RawValue::from_string_unchecked
  • 827a315 Update actions/upload-artifact@v6 -> v7
  • cea36a5 Update actions/checkout@v6 -> v7
  • See full diff in compare view

Updates fast-glob from 1.0.1 to 1.1.0

Release notes

Sourced from fast-glob's releases.

v1.1.0

Added

  • add validate API for reporting invalid patterns (#153)

Other

  • update sponsor section (#151)
  • mention glob-match fork (#148)
  • normalize README sponsor section (#143)
  • (deps) update dependency rust to v1.95.0 (#112)

Added

  • validate function and Error type to reject invalid patterns (unclosed { or [, trailing \, too-deep brace nesting) with a descriptive error

Fixed

  • treat invalid patterns as non-matching under ! negation, so negated globs like !src/[abpp.js no longer match everything
  • interpret character classes consistently between brace-branch scanning and matching (e.g. a , or } inside [...] inside braces is a class member, not a branch separator)
  • document that the result of glob_match for an invalid pattern is unspecified
Changelog

Sourced from fast-glob's changelog.

1.1.0 - 2026-07-21

Added

  • add validate API for reporting invalid patterns (#153)

Other

  • update sponsor section (#151)
  • mention glob-match fork (#148)
  • normalize README sponsor section (#143)
  • (deps) update dependency rust to v1.95.0 (#112)

Added

  • validate function and Error type to reject invalid patterns (unclosed { or [, trailing \, too-deep brace nesting) with a descriptive error

Fixed

  • treat invalid patterns as non-matching under ! negation, so negated globs like !src/[abpp.js no longer match everything
  • interpret character classes consistently between brace-branch scanning and matching (e.g. a , or } inside [...] inside braces is a class member, not a branch separator)
  • document that the result of glob_match for an invalid pattern is unspecified
Commits

Updates gix-imara-diff from 0.2.3 to 0.2.4

Release notes

Sourced from gix-imara-diff's releases.

gix-imara-diff v0.2.4

Commit Statistics

  • 6 commits contributed to the release.
  • 31 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Thanks Clippy

Clippy helped 1 time to make code idiomatic.

Commit Details

  • Uncategorized
    • Update changelogs prior to release (cb6ec7d)
    • Merge pull request #2722 from GitoxideLabs/reasons (c16b5a1)
    • Replace lint allowances with expectations (43ff87a)
    • Merge pull request #2702 from ameyypawar/fix/2694-exn-source-chain (e9c973d)
    • Thanks clippy (d533f0c)
    • Merge pull request #2646 from GitoxideLabs/report (1b1541e)
Commits
  • 842bc44 Release gix-actor v0.41.2, gix-features v0.49.0, gix-hash v0.26.0, gix-hashta...
  • cb6ec7d update changelogs prior to release
  • f0ec710 Release gix-trace v0.1.21, gix-validate v0.11.3, gix-path v0.12.3, gix-utils ...
  • 463a9f7 proofread report
  • 2140142 feat: add configurable terminal screen modes.
  • e8a9649 feat: limit commit selection highlighting.
  • b5e7a45 fix: better memory handling (use less)
  • 7118a84 feat: mailmap support with 'm' toggle.
  • f2b4297 Just call me Byron
  • a8a5528 report July 2026
  • Additional commits viewable in compare view

Updates napi from 3.10.5 to 3.11.0

Release notes

Sourced from napi's releases.

napi-v3.11.0

Added

  • unforgeable #[napi] class identity via Node object type tags (#3405)
  • (napi) add pluggable async runtime backend (#3352)

Fixed

  • (napi) release JsDeferred tsfn on null-env teardown drain (#3404 follow-up) (#3408)
  • (napi) guard JsDeferred against env teardown (#3404)
  • (napi) register the async runtime env cleanup hook per registration (#3400)

Other

  • (napi) share tracing callsite (#3409)
Commits
  • 679eb79 chore: release (#3401)
  • 762a0e3 chore(release): publish
  • 587ae14 perf(napi): share tracing callsite (#3409)
  • 02d8ccd fix(napi): release JsDeferred tsfn on null-env teardown drain (#3404 follow-u...
  • b635204 fix(napi): guard JsDeferred against env teardown (#3404)
  • 729ebed feat: unforgeable #[napi] class identity via Node object type tags (#3405)
  • 0a4681d fix(cli): don't force-build crates whose optional napi-derive dependency is d...
  • 392ec40 chore(deps): update dependency c8 to v12 (#3403)
  • d618d7e feat(napi): add pluggable async runtime backend (#3352)
  • 1817ed2 fix(napi): register the async runtime env cleanup hook per registration (#3400)
  • Additional commits viewable in compare view

Updates napi-derive from 3.5.10 to 3.6.0

Release notes

Sourced from napi-derive's releases.

napi-derive-v3.6.0

Added

  • unforgeable #[napi] class identity via Node object type tags (#3405)
Commits
  • 679eb79 chore: release (#3401)
  • 762a0e3 chore(release): publish
  • 587ae14 perf(napi): share tracing callsite (#3409)
  • 02d8ccd fix(napi): release JsDeferred tsfn on null-env teardown drain (#3404 follow-u...
  • b635204 fix(napi): guard JsDeferred against env teardown (#3404)
  • 729ebed feat: unforgeable #[napi] class identity via Node object type tags (#3405)
  • 0a4681d fix(cli): don't force-build crates whose optional napi-derive dependency is d...
  • 392ec40 chore(deps): update dependency c8 to v12 (#3403)
  • d618d7e feat(napi): add pluggable async runtime backend (#3352)
  • 1817ed2 fix(napi): register the async runtime env cleanup hook per registration (#3400)
  • 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 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

Bumps the cargo group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [serde_json](https://github.com/serde-rs/json) | `1.0.150` | `1.0.151` |
| [fast-glob](https://github.com/oxc-project/fast-glob) | `1.0.1` | `1.1.0` |
| [gix-imara-diff](https://github.com/GitoxideLabs/gitoxide) | `0.2.3` | `0.2.4` |
| [napi](https://github.com/napi-rs/napi-rs) | `3.10.5` | `3.11.0` |
| [napi-derive](https://github.com/napi-rs/napi-rs) | `3.5.10` | `3.6.0` |


Updates `serde_json` from 1.0.150 to 1.0.151
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.150...v1.0.151)

Updates `fast-glob` from 1.0.1 to 1.1.0
- [Release notes](https://github.com/oxc-project/fast-glob/releases)
- [Changelog](https://github.com/oxc-project/fast-glob/blob/main/CHANGELOG.md)
- [Commits](oxc-project/fast-glob@v1.0.1...v1.1.0)

Updates `gix-imara-diff` from 0.2.3 to 0.2.4
- [Release notes](https://github.com/GitoxideLabs/gitoxide/releases)
- [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-imara-diff-v0.2.3...gix-imara-diff-v0.2.4)

Updates `napi` from 3.10.5 to 3.11.0
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](napi-rs/napi-rs@napi-v3.10.5...napi-v3.11.0)

Updates `napi-derive` from 3.5.10 to 3.6.0
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](napi-rs/napi-rs@napi-derive-v3.5.10...napi-derive-v3.6.0)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-version: 1.0.151
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: fast-glob
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: gix-imara-diff
  dependency-version: 0.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: napi
  dependency-version: 3.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: napi-derive
  dependency-version: 3.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 2, 2026
@codecov

codecov Bot commented Aug 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.39%. Comparing base (7498da2) to head (4b32c9a).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #418   +/-   ##
=======================================
  Coverage   92.39%   92.39%           
=======================================
  Files          23       23           
  Lines        3802     3802           
=======================================
  Hits         3513     3513           
  Misses        289      289           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@2bndy5
2bndy5 merged commit 247f194 into main Aug 2, 2026
66 checks passed
@2bndy5
2bndy5 deleted the dependabot/cargo/cargo-9346055340 branch August 2, 2026 23:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant