Skip to content

build(deps): bump the cargo group across 1 directory with 7 updates#399

Merged
2bndy5 merged 4 commits into
mainfrom
dependabot/cargo/cargo-16187a174a
Jul 14, 2026
Merged

build(deps): bump the cargo group across 1 directory with 7 updates#399
2bndy5 merged 4 commits into
mainfrom
dependabot/cargo/cargo-16187a174a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 12, 2026

Copy link
Copy Markdown
Contributor

Bumps the cargo group with 7 updates in the / directory:

Package From To
anyhow 1.0.102 1.0.103
log 0.4.32 0.4.33
gix-imara-diff 0.2.2 0.2.3
git-bot-feedback 0.6.1 0.8.1
napi 3.9.2 3.10.3
napi-derive 3.5.6 3.5.9
which 8.0.3 8.0.4

Updates anyhow from 1.0.102 to 1.0.103

Release notes

Sourced from anyhow's releases.

1.0.103

  • Fix Stacked Borrows violation (UB) in Error::downcast_mut (#451, #452)
Commits
  • 5bdb0e2 Release 1.0.103
  • e621bd3 Merge pull request #452 from dtolnay/downcast
  • 6e8c000 Eliminate pointer->reference->pointer during downcast
  • 67c4abd Add regression test for issue 451
  • 917a169 Update actions/upload-artifact@v6 -> v7
  • d9dc3fa Update actions/checkout@v6 -> v7
  • 841522b Raise minimum tested compiler to rust 1.85
  • See full diff in compare view

Updates log from 0.4.32 to 0.4.33

Changelog

Sourced from log's changelog.

[0.4.33] - 2026-06-20

What's Changed

New Contributors

Full Changelog: rust-lang/log@0.4.32...0.4.33

Commits
  • f405739 Merge pull request #734 from rust-lang/cargo/0.4.33
  • 6a24abf prepare for 0.4.33 release
  • 87e0621 Merge pull request #732 from matteo-zeggiotti-ok/fix-key-comparison
  • a9b5711 Review: fallback to the &str hash
  • cc89cc6 Review: fixed other comparisons
  • 920e7dc Review: fixed comparison on MaybeStaticStr
  • 0d71d3c Fixed key comparison
  • See full diff in compare view

Updates gix-imara-diff from 0.2.2 to 0.2.3

Release notes

Sourced from gix-imara-diff's releases.

gix-imara-diff v0.2.3

Commit Statistics

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

Commit Details

  • Uncategorized
    • Merge pull request #2650 from GitoxideLabs/fix-fuzz-comprehensive-diff (f1fc9ea)
    • Bound comprehensive diff fuzz inputs to avoid Myers timeout (58e7b75)
    • Merge pull request #2644 from GitoxideLabs/fix-postprocess-timeout (8f55e18)
    • Address auto-review (40c8690)
    • Limit postprocess heuristics fuzz input size (20649b1)
    • Merge pull request #2618 from GitoxideLabs/report (f7d4f33)
Commits
  • 6428edc Release gix-date v0.15.5, gix-hashtable v0.15.2, gix-object v0.62.0, gix-attr...
  • 1d301e2 report for June 2026
  • da6b267 Merge pull request #2642 from 10ne1/dev/aratiu/sha256-transport
  • 3927d70 Add journey-tests for SHA-256 clones and ref-lists
  • 9929ece fix!: avoid duplicate network connection when adopting a remote-controlled ha...
  • ed998d1 review
  • f7d6608 Merge pull request #2664 from ameyypawar/docs/2421-index-write-tree-cache
  • 325d2a1 map fetch pack/index checksums to their SHA-256 values
  • a507ee0 Merge pull request #2661 from GitoxideLabs/negative-refspec-parsing
  • 470e689 derive update_refs expected ids from the fixture (hash-aware)
  • Additional commits viewable in compare view

Updates git-bot-feedback from 0.6.1 to 0.8.1

Release notes

Sourced from git-bot-feedback's releases.

git-bot-feedback v0.8.0

git-bot-feedback/v0.8.0 - 2026-07-01

🚀 Added

🛠️ Fixed

  • Fail on unsuccessful return code from request for file changes by @​2bndy5 in #95
  • Trim line endings from file names when parsing diff strings by @​2bndy5 in #97
  • Fail on parsing erroneous diff by @​2bndy5 in #98
  • Move option's value instead of cloning it by @​2bndy5 in #99

📝 Documentation

Full commit diff: git-bot-feedback/v0.7.1...git-bot-feedback/v0.8.0

git-bot-feedback v0.7.1

git-bot-feedback/v0.7.1 - 2026-06-29

Full commit diff: git-bot-feedback/v0.7.0...git-bot-feedback/v0.7.1

git-bot-feedback v0.7.0

git-bot-feedback/v0.7.0 - 2026-06-29

🚀 Added

🛠️ Fixed

  • Use correct name of PR review state that is "COMMENTED" by @​2bndy5 in #89

Full commit diff: git-bot-feedback/v0.6.1...git-bot-feedback/v0.7.0

... (truncated)

Changelog

Sourced from git-bot-feedback's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[git-bot-feedback/v0.8.1] - 2026-07-14

🚀 Added

💥 Breaking Changes

  • Rename FileFilter::is_not_ignored() to is_qualified() by @​2bndy5 in #57

🛠️ Fixed

📝 Documentation

... (truncated)

Commits
  • d6070e7 build: bump version to git-bot-feedback/v0.8.0
  • 8200d62 feat: add Gitea support (#94)
  • c5a6d96 test: reuse EventType enum for certain integration tests (#100)
  • fffef6a perf: move option's value instead of cloning it (#99)
  • fe13b07 docs: expand on some methods' doc comments (#96)
  • 7c627b5 fix: fail on parsing erroneous diff (#98)
  • c9cb64a fix: trim line endings from file names when parsing diff strings (#97)
  • b280ddc fix: fail on unsuccessful return code from request for file changes (#95)
  • c02c181 build: bump version to git-bot-feedback-py/v0.1.0
  • 5011a04 build: bump version to git-bot-feedback/v0.7.1
  • Additional commits viewable in compare view

Updates napi from 3.9.2 to 3.10.3

Release notes

Sourced from napi's releases.

napi-v3.10.3

Fixed

  • (napi) preserve the JS error object when cloning an Error off-thread (#3375)

napi-v3.10.2

Fixed

  • (napi) keep message and cause when cloning a JS-exception Error off-thread (#3373)

napi-v3.10.1

Fixed

  • (napi) release Error's exception reference via the custom GC when dropped off-thread. (#3370)
  • (napi) stop ref exception object in ThreadsafeFunction sync-throw path on wasm targets (#3369)

Other

  • (napi) share class accessor trampolines (#3364)
  • optimize object field raw property access (#3365)

napi-v3.10.0

Added

  • (napi) implement To/FromNapiValue for OsString, OsStr, Path and PathBuf (#3339)

Fixed

  • (napi) route custom-GC Buffer/TypedArray cross-thread drops through the owning isolate (#3357) (#3360)

napi-v3.9.4

Other

  • (napi-derive) outline #[napi(object)] field-error decoration (#3338)

napi-v3.9.3

Fixed

  • (napi) sync referred flag when creating a weak ThreadsafeFunction (#3337)

Other

  • (napi) outline non-generic core of ThreadsafeFunction::create (#3334)
Commits
  • 1ac467e chore(napi): release v3.10.3 (#3376)
  • 9d672f9 fix(napi): preserve the JS error object when cloning an Error off-thread (#3375)
  • 35476ae chore(napi): release v3.10.2 (#3374)
  • 7844c73 ci: dogfood script-jail @​v0.2.10 (lifecycle audit gate + safe install) (#3343)
  • d449ccd fix(napi): keep message and cause when cloning a JS-exception Error off-threa...
  • 2ec02a6 chore(deps): update dependency electron to v43 (#3361)
  • fd0a99f chore(deps): update dependency @​types/sinon to v22 (#3366)
  • 745cd85 fix: de-flake Windows CI (ava import-from-project EPERM race + cli e2e timeou...
  • 2785de5 chore: release (#3367)
  • 441ae7a fix(napi): release Error's exception reference via the custom GC when dropped...
  • Additional commits viewable in compare view

Updates napi-derive from 3.5.6 to 3.5.9

Release notes

Sourced from napi-derive's releases.

napi-derive-v3.5.9

Other

  • updated the following local packages: napi-derive-backend

napi-derive-v3.5.8

Other

  • updated the following local packages: napi-derive-backend

napi-derive-v3.5.7

Other

  • updated the following local packages: napi-derive-backend
Commits
  • 2785de5 chore: release (#3367)
  • 441ae7a fix(napi): release Error's exception reference via the custom GC when dropped...
  • cfa3b77 fix(deps): update emnapi to v1.11.2 (#3371)
  • 65918a6 fix(napi): stop ref exception object in ThreadsafeFunction sync-throw path on...
  • 324c550 perf(napi): share class accessor trampolines (#3364)
  • 80caf60 perf: optimize object field raw property access (#3365)
  • f72afd5 chore: release (#3354)
  • 4effa4d chore(deps): lock file maintenance (#3363)
  • f2bf197 chore(deps): lock file maintenance (#3362)
  • 962a2f0 fix(napi): route custom-GC Buffer/TypedArray cross-thread drops through the o...
  • Additional commits viewable in compare view

Updates which from 8.0.3 to 8.0.4

Release notes

Sourced from which's releases.

8.0.4

What's Changed

Full Changelog: harryfei/which-rs@8.0.3...8.0.4

Changelog

Sourced from which's changelog.

8.0.4

  • On Windows we now emit a NonFatalError if the PATHEXT environment variable is not populated, and the query did not specify a file extension.
Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jul 12, 2026
Bumps the cargo group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.102` | `1.0.103` |
| [log](https://github.com/rust-lang/log) | `0.4.32` | `0.4.33` |
| [gix-imara-diff](https://github.com/GitoxideLabs/gitoxide) | `0.2.2` | `0.2.3` |
| [git-bot-feedback](https://github.com/2bndy5/git-bot-feedback) | `0.6.1` | `0.8.0` |
| [napi](https://github.com/napi-rs/napi-rs) | `3.9.2` | `3.10.3` |
| [napi-derive](https://github.com/napi-rs/napi-rs) | `3.5.6` | `3.5.9` |
| [which](https://github.com/harryfei/which-rs) | `8.0.3` | `8.0.4` |



Updates `anyhow` from 1.0.102 to 1.0.103
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.102...1.0.103)

Updates `log` from 0.4.32 to 0.4.33
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.32...0.4.33)

Updates `gix-imara-diff` from 0.2.2 to 0.2.3
- [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.2...gix-imara-diff-v0.2.3)

Updates `git-bot-feedback` from 0.6.1 to 0.8.0
- [Release notes](https://github.com/2bndy5/git-bot-feedback/releases)
- [Changelog](https://github.com/2bndy5/git-bot-feedback/blob/main/CHANGELOG.md)
- [Commits](2bndy5/git-bot-feedback@git-bot-feedback/v0.6.1...git-bot-feedback/v0.8.0)

Updates `napi` from 3.9.2 to 3.10.3
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](napi-rs/napi-rs@napi-v3.9.2...napi-v3.10.3)

Updates `napi-derive` from 3.5.6 to 3.5.9
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](napi-rs/napi-rs@napi-derive-v3.5.6...napi-derive-v3.5.9)

Updates `which` from 8.0.3 to 8.0.4
- [Release notes](https://github.com/harryfei/which-rs/releases)
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md)
- [Commits](harryfei/which-rs@8.0.3...8.0.4)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-version: 1.0.103
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: git-bot-feedback
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: gix-imara-diff
  dependency-version: 0.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: log
  dependency-version: 0.4.33
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: napi
  dependency-version: 3.10.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: napi-derive
  dependency-version: 3.5.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: which
  dependency-version: 8.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/cargo-16187a174a branch from e8269ba to 89dde4e Compare July 14, 2026 12:09
2bndy5 and others added 3 commits July 14, 2026 05:17
pulls in fix for `LocalClient::get_changed_files()` where `ignore_index` does not show commit details via `git show`
@codecov

codecov Bot commented Jul 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.39%. Comparing base (d3922e7) to head (f0036ea).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #399   +/-   ##
=======================================
  Coverage   92.39%   92.39%           
=======================================
  Files          23       23           
  Lines        3798     3802    +4     
=======================================
+ Hits         3509     3513    +4     
  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 8b16903 into main Jul 14, 2026
72 checks passed
@2bndy5
2bndy5 deleted the dependabot/cargo/cargo-16187a174a branch July 14, 2026 13:16
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