Skip to content

build(deps): bump the cargo group across 1 directory with 10 updates - #443

Open
dependabot[bot] wants to merge 5 commits into
mainfrom
dependabot/cargo/cargo-d284a1c653
Open

build(deps): bump the cargo group across 1 directory with 10 updates#443
dependabot[bot] wants to merge 5 commits into
mainfrom
dependabot/cargo/cargo-d284a1c653

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
log 0.4.33 0.4.34
fast-glob 1.1.0 1.1.1
futures 0.3.33 0.3.34
gix-imara-diff 0.2.4 0.2.5
napi 3.12.0 3.12.2
napi-derive 3.6.2 3.6.3
blake2 0.10.6 0.11.0
sha2 0.10.9 0.11.0
which 8.0.5 8.0.6

Updates log from 0.4.33 to 0.4.34

Release notes

Sourced from log's releases.

0.4.34

What's Changed

New Contributors

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

Changelog

Sourced from log's changelog.

[0.4.34] - 2026-08-22

What's Changed

New Contributors

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

Commits

Updates fast-glob from 1.1.0 to 1.1.1

Release notes

Sourced from fast-glob's releases.

v1.1.1

Fixed

  • apply the negation offset to the globstar segment check (#171)

Other

  • reduce Rust dev debug info (#162)
Changelog

Sourced from fast-glob's changelog.

1.1.1 - 2026-08-31

Fixed

  • apply the negation offset to the globstar segment check (#171)

Other

  • reduce Rust dev debug info (#162)
Commits
  • 3b6c31c chore: release v1.1.1 (#163)
  • cfe4ca8 fix: apply the negation offset to the globstar segment check (#171)
  • a3b38cf chore(deps): update crate-ci/typos action to v1.49.1 (#170)
  • 5fd2057 chore(deps): update codspeedhq/action action to v5.2.1 (#169)
  • 8cf50db chore(deps): update dependency rust to v1.98.0 (#167)
  • 512fb83 chore(deps): update codspeedhq/action action to v5.0.3 (#164)
  • c6b4d5d chore: reduce Rust dev debug info (#162)
  • f48d8e5 ci: remove Semgrep workflow (#161)
  • 63dd54d chore(deps): update codspeedhq/action action to v5.0.2 (#160)
  • f3bcd81 chore(deps): update crate-ci/typos action to v1.49.0 (#159)
  • Additional commits viewable in compare view

Updates futures from 0.3.33 to 0.3.34

Release notes

Sourced from futures's releases.

0.3.34

  • Preserve cloned waker identity. (#3032)
  • Updato syn to 3. (#3028)
Changelog

Sourced from futures's changelog.

0.3.34 - 2026-08-11

  • Preserve cloned waker identity. (#3032)
  • Updato syn to 3. (#3028)
Commits

Updates gix-imara-diff from 0.2.4 to 0.2.5

Release notes

Sourced from gix-imara-diff's releases.

gix-imara-diff v0.2.5

Commit Statistics

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

Commit Details

  • Uncategorized
    • Update manifests prior to release (ebe9095)
    • Merge pull request #2812 from GitoxideLabs/report-july (ae8845a)
Commits
  • d2af4ed Release gix-error v0.3.0, gix-date v0.16.0, gix-actor v0.42.0, gix-validate v...
  • ebe9095 update manifests prior to release
  • 68c263b report proofing
  • 0d8bd1d Report August 2026
  • 7424676 Merge pull request #2930 from GitoxideLabs/gix-notes
  • 5c8d935 thanks clippy
  • d934f5b feat: expose git notes in gix::Repository
  • dc556e4 feat(gix-glob): add Pattern::has_wildcard()
  • d21b52a feat: support note mutation in gix-note
  • 7f7367c feat(gix-hash): add allocation-free prefix hex utilities
  • Additional commits viewable in compare view

Updates napi from 3.12.0 to 3.12.2

Release notes

Sourced from napi's releases.

napi-v3.12.2

Fixed

  • (napi) memory safety in PromiseRaw callbacks and AbortSignal conversion (#3458)

napi-v3.12.1

Fixed

  • (napi) stop unloading addons with live native code, preserve non-Error rejections, and add the wasm teardown barrier (#3423)
  • (wasi) avoid randomness during module registration (#3447)
Commits
  • 444bf29 chore(napi): release v3.12.2 (#3459)
  • 2ffb055 fix(napi): memory safety in PromiseRaw callbacks and AbortSignal conversion (...
  • 511ead2 chore(deps): update dependency oxc-parser to ^0.146.0 (#3457)
  • 220b402 chore(deps): update dependency oxc-parser to ^0.145.0 (#3456)
  • 70c1493 chore(release): publish
  • aeba312 fix(cli): compatible with emnapi v1 & v2 (#3454)
  • d532909 chore(deps): update dependency oxc-parser to ^0.144.0 (#3453)
  • b8ba732 fix(deps): update emnapi to v2.0.0-alpha.4 (#3451)
  • 06349eb chore(deps): update cross-platform-actions/action action to v1.4.0 (#3452)
  • a5b5f27 chore(release): publish
  • Additional commits viewable in compare view

Updates napi-derive from 3.6.2 to 3.6.3

Release notes

Sourced from napi-derive's releases.

napi-derive-v3.6.3

Other

  • updated the following local packages: napi-derive-backend
Commits
  • 956e452 chore: release (#3448)
  • 73048f5 chore(release): publish
  • 61fae8a fix(napi): stop unloading addons with live native code, preserve non-Error re...
  • 93e86ce chore(release): publish
  • 2c90599 fix(cli): support npm 12 pack output (#3449)
  • 360b1ec fix(wasi): avoid randomness during module registration (#3447)
  • b648c40 build(deps): bump nanoid from 3.3.16 to 3.3.18 (#3446)
  • ffda4ef chore(deps): update dependency js-yaml to v4.3.1 [security] (#3445)
  • 387b0dc feat(cli): size WASI browser worker pools from navigator.hardwareConcurrency ...
  • 61e4346 build(deps): bump fast-uri from 3.1.4 to 3.1.5 (#3440)
  • Additional commits viewable in compare view

Updates napi-build from 2.4.0 to 2.4.1

Release notes

Sourced from napi-build's releases.

napi-build-v2.4.1

Fixed

  • (napi) stop unloading addons with live native code, preserve non-Error rejections, and add the wasm teardown barrier (#3423)
Commits
  • 956e452 chore: release (#3448)
  • 73048f5 chore(release): publish
  • 61fae8a fix(napi): stop unloading addons with live native code, preserve non-Error re...
  • 93e86ce chore(release): publish
  • 2c90599 fix(cli): support npm 12 pack output (#3449)
  • 360b1ec fix(wasi): avoid randomness during module registration (#3447)
  • b648c40 build(deps): bump nanoid from 3.3.16 to 3.3.18 (#3446)
  • ffda4ef chore(deps): update dependency js-yaml to v4.3.1 [security] (#3445)
  • 387b0dc feat(cli): size WASI browser worker pools from navigator.hardwareConcurrency ...
  • 61e4346 build(deps): bump fast-uri from 3.1.4 to 3.1.5 (#3440)
  • Additional commits viewable in compare view

Updates blake2 from 0.10.6 to 0.11.0

Commits

Updates sha2 from 0.10.9 to 0.11.0

Commits

Updates which from 8.0.5 to 8.0.6

Release notes

Sourced from which's releases.

8.0.6

What's Changed

New Contributors

Full Changelog: harryfei/which-rs@8.0.5...8.0.6

Changelog

Sourced from which's changelog.

8.0.6

  • Bug fix: #128 Resolve relative PATH entries against the user provided CWD when available, rather than the process CWD. Thanks @​RSS1102 for your contribution to which!
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 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 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [log](https://github.com/rust-lang/log) | `0.4.33` | `0.4.34` |
| [fast-glob](https://github.com/oxc-project/fast-glob) | `1.1.0` | `1.1.1` |
| [futures](https://github.com/rust-lang/futures-rs) | `0.3.33` | `0.3.34` |
| [gix-imara-diff](https://github.com/GitoxideLabs/gitoxide) | `0.2.4` | `0.2.5` |
| [napi](https://github.com/napi-rs/napi-rs) | `3.12.0` | `3.12.2` |
| [napi-derive](https://github.com/napi-rs/napi-rs) | `3.6.2` | `3.6.3` |
| [blake2](https://github.com/RustCrypto/hashes) | `0.10.6` | `0.11.0` |
| [sha2](https://github.com/RustCrypto/hashes) | `0.10.9` | `0.11.0` |
| [which](https://github.com/harryfei/which-rs) | `8.0.5` | `8.0.6` |



Updates `log` from 0.4.33 to 0.4.34
- [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.33...0.4.34)

Updates `fast-glob` from 1.1.0 to 1.1.1
- [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.1.0...v1.1.1)

Updates `futures` from 0.3.33 to 0.3.34
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.33...0.3.34)

Updates `gix-imara-diff` from 0.2.4 to 0.2.5
- [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.4...gix-imara-diff-v0.2.5)

Updates `napi` from 3.12.0 to 3.12.2
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](napi-rs/napi-rs@napi-v3.12.0...napi-v3.12.2)

Updates `napi-derive` from 3.6.2 to 3.6.3
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](napi-rs/napi-rs@napi-derive-v3.6.2...napi-derive-v3.6.3)

Updates `napi-build` from 2.4.0 to 2.4.1
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](napi-rs/napi-rs@napi-build-v2.4.0...napi-build-v2.4.1)

Updates `blake2` from 0.10.6 to 0.11.0
- [Commits](RustCrypto/hashes@blake2-v0.10.6...blake2-v0.11.0)

Updates `sha2` from 0.10.9 to 0.11.0
- [Commits](RustCrypto/hashes@sha2-v0.10.9...sha2-v0.11.0)

Updates `which` from 8.0.5 to 8.0.6
- [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.5...8.0.6)

---
updated-dependencies:
- dependency-name: log
  dependency-version: 0.4.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: fast-glob
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: futures
  dependency-version: 0.3.34
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: gix-imara-diff
  dependency-version: 0.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: napi
  dependency-version: 3.12.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: napi-derive
  dependency-version: 3.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: napi-build
  dependency-version: 2.4.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: blake2
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: sha2
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: which
  dependency-version: 8.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Sep 7, 2026
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