2 Commits

Author SHA1 Message Date
github-actions[bot]
65012b4902 Merge pull request #339 from Swatinem/dependabot/github_actions/actions-d3ba387255
Bump the actions group with 2 updates
2026-05-12 04:02:10 +00:00
dependabot[bot]
faada81aeb Bump the actions group with 2 updates
Bumps the actions group with 2 updates: [cargo-bins/cargo-binstall](https://github.com/cargo-bins/cargo-binstall) and [taiki-e/install-action](https://github.com/taiki-e/install-action).


Updates `cargo-bins/cargo-binstall` from 1.19.0 to 1.19.1
- [Release notes](https://github.com/cargo-bins/cargo-binstall/releases)
- [Changelog](https://github.com/cargo-bins/cargo-binstall/blob/main/release-plz.toml)
- [Commits](https://github.com/cargo-bins/cargo-binstall/compare/v1.19.0...v1.19.1)

Updates `taiki-e/install-action` from 2.77.0 to 2.77.6
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](7ea35f098a...c070f87102)

---
updated-dependencies:
- dependency-name: cargo-bins/cargo-binstall
  dependency-version: 1.19.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: taiki-e/install-action
  dependency-version: 2.77.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-12 04:00:20 +00:00
4 changed files with 11 additions and 11 deletions

View File

@@ -25,7 +25,7 @@ jobs:
- run: rustup toolchain install stable --profile minimal --no-self-update
- uses: cargo-bins/cargo-binstall@v1.19.0
- uses: cargo-bins/cargo-binstall@v1.19.1
- uses: ./

View File

@@ -25,7 +25,7 @@ jobs:
- run: rustup toolchain install stable --profile minimal --component llvm-tools-preview --no-self-update
- uses: taiki-e/install-action@7ea35f098a7369cd23488403f58be9c491a6c55f # v2.77.0
- uses: taiki-e/install-action@c070f87102a1c75b3183910f391c1cb887fe13c8 # v2.77.6
with:
tool: cargo-llvm-cov

16
package-lock.json generated
View File

@@ -19,7 +19,7 @@
"smol-toml": "^1.6.1"
},
"devDependencies": {
"@types/node": "^25.7.0",
"@types/node": "^25.6.0",
"@vercel/ncc": "^0.38.4",
"linefix": "^0.1.1",
"typescript": "6.0.3"
@@ -911,12 +911,12 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "25.7.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.7.0.tgz",
"integrity": "sha512-z+pdZyxE+RTQE9AcboAZCb4otwcrvgHD+GlBpPgn0emDVt0ohrTMhAwlr2Wd9nZ+nihhYFxO2pThz3C5qSu2Eg==",
"version": "25.6.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.6.0.tgz",
"integrity": "sha512-+qIYRKdNYJwY3vRCZMdJbPLJAtGjQBudzZzdzwQYkEPQd+PJGixUL5QfvCLDaULoLv+RhT3LDkwEfKaAkgSmNQ==",
"license": "MIT",
"dependencies": {
"undici-types": "~7.21.0"
"undici-types": "~7.19.0"
}
},
"node_modules/@types/request": {
@@ -1987,9 +1987,9 @@
}
},
"node_modules/undici-types": {
"version": "7.21.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.21.0.tgz",
"integrity": "sha512-w9IMgQrz4O0YN1LtB7K5P63vhlIOvC7opSmouCJ+ZywlPAlO9gIkJ+otk6LvGpAs2wg4econaCz3TvQ9xPoyuQ==",
"version": "7.19.2",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.19.2.tgz",
"integrity": "sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==",
"license": "MIT"
},
"node_modules/universal-user-agent": {

View File

@@ -32,7 +32,7 @@
"smol-toml": "^1.6.1"
},
"devDependencies": {
"@types/node": "^25.7.0",
"@types/node": "^25.6.0",
"@vercel/ncc": "^0.38.4",
"linefix": "^0.1.1",
"typescript": "6.0.3"