Skip to content

build(deps): bump the dependencies group with 2 updates#1976

Merged
harehare merged 1 commit into
mainfrom
dependabot/github_actions/dependencies-c2bb7b62ee
Jul 6, 2026
Merged

build(deps): bump the dependencies group with 2 updates#1976
harehare merged 1 commit into
mainfrom
dependabot/github_actions/dependencies-c2bb7b62ee

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 2 updates: taiki-e/install-action and bnjbvr/cargo-machete.

Updates taiki-e/install-action from 2.82.5 to 2.82.6

Release notes

Sourced from taiki-e/install-action's releases.

2.82.6

  • Update vacuum@latest to 0.29.7.

  • Update uv@latest to 0.11.25.

  • Update syft@latest to 1.46.0.

  • Update dprint@latest to 0.55.0.

  • Update cargo-auditable@latest to 0.7.5.

Changelog

Sourced from taiki-e/install-action's changelog.

Changelog

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

This project adheres to Semantic Versioning.

[Unreleased]

[2.82.9] - 2026-07-05

  • Update vacuum@latest to 0.29.9.

  • Update prek@latest to 0.4.8.

  • Update cargo-tarpaulin@latest to 0.37.0.

  • Update cargo-leptos@latest to 0.3.7.

[2.82.8] - 2026-07-03

  • Update vacuum@latest to 0.29.8.

  • Update uv@latest to 0.11.26.

  • Update typos@latest to 1.48.0.

  • Update trivy@latest to 0.72.0.

  • Update tombi@latest to 1.1.7.

  • Update prek@latest to 0.4.6.

  • Update mise@latest to 2026.7.0.

  • Update just@latest to 1.55.1.

  • Update biome@latest to 2.5.2.

[2.82.7] - 2026-06-30

  • Update tombi@latest to 1.1.6.

  • Update kingfisher@latest to 1.105.0.

  • Update gungraun-runner@latest to 0.19.3.

... (truncated)

Commits

Updates bnjbvr/cargo-machete from 6023660a96f4b4bc4877921d93662c8416eb160c to ec7059328c4929414d52d0b9734e682239f6cc6c

Changelog

Sourced from bnjbvr/cargo-machete's changelog.

unreleased

  • Improved: add renamed table to track renamed crates (#152 #153).

0.7.0 (released on 2024-09-25)

  • Breaking change: Don't search in ignored files (those specified in .ignore/.gitignore) by default. It's possible to use --no-ignore to search in these directories by default (#137).
  • Improved: fix false positives for multi dependencies single use statements (#120). This improves precision at the cost of a small performance hit.
  • Improved: make usage of --with-metadata more accurate (#122, #132).
  • Improved: instead of displaying . for the current directory, cargo-machete will now display this directory (#109).
  • Added: There's now an automated docker image build that publishes to the github repository (#121).
  • Added: --ignore flag which make cargo-machete respect .ignore and .gitignore files when searching for files (#95).

0.6.2 (released on 2024-03-24)

  • Added: shorter display when scanning the current directory (#109).
  • Fix: adapt to latest pkgid specification, so as not to crash with --with-metadata (#106).

0.6.1 (released on 2024-02-21)

  • Chore: bump major dependencies, to fix parsing issues of Cargo.toml files (#101, #105).

0.6.0 (released on 2023-09-23)

  • Breaking/improved: match against crate name case-insensitive (#69).
  • Added: Github action (#85). See README for documentation.
  • Added: support for ignored workspace dependencies (#57, #86). See README for documentation.
  • Added: --version switch to print the version (#66).
  • Fix: avoid searching for workspace Cargo.toml longer than needed (#84).
  • Chore: better documentation and reporting (#63, #72, #80).

0.5.0 (released on 2022-11-15)

  • Breaking: Use argh for parsing. Now, paths of directories to scan must be passed in the last position, when running from the command line (#51).
  • Fix rare false positive and speed up most common case (#53).
  • Fix loading properties from workspace (#54).

0.4.0 (released on 2022-10-16)

  • Added --skip-target-dir to not analyze target/ directories.
  • Added a message indicating of any unused dependencies were found or not.
  • Support for workspace properties

0.3.1 (released on 2022-06-12)

  • Support empty global prefix, e.g. use ::log;.

0.3.0 (released on 2022-05-09)

... (truncated)

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 dependencies group with 2 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action) and [bnjbvr/cargo-machete](https://github.com/bnjbvr/cargo-machete).


Updates `taiki-e/install-action` from 2.82.5 to 2.82.6
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](taiki-e/install-action@bffeee2...9bcaee1)

Updates `bnjbvr/cargo-machete` from 6023660a96f4b4bc4877921d93662c8416eb160c to ec7059328c4929414d52d0b9734e682239f6cc6c
- [Release notes](https://github.com/bnjbvr/cargo-machete/releases)
- [Changelog](https://github.com/bnjbvr/cargo-machete/blob/main/CHANGELOG.md)
- [Commits](bnjbvr/cargo-machete@6023660...ec70593)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-version: 2.82.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: bnjbvr/cargo-machete
  dependency-version: ec7059328c4929414d52d0b9734e682239f6cc6c
  dependency-type: direct:production
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 6, 2026
@harehare harehare merged commit 9aaaf41 into main Jul 6, 2026
11 checks passed
@harehare harehare deleted the dependabot/github_actions/dependencies-c2bb7b62ee branch July 6, 2026 23: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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant