Compare commits

...

23 Commits

Author SHA1 Message Date
Taiki Endo
5794068c21 Release 2.26.18 2024-02-12 11:08:35 +09:00
Taiki Endo
ac67f21e67 Update just@latest to 1.24.0 2024-02-12 06:10:42 +09:00
Taiki Endo
6c9031f046 Release 2.26.17 2024-02-12 00:11:34 +09:00
Taiki Endo
77c43c81af Update shfmt@latest to 3.8.0 2024-02-12 00:09:33 +09:00
Taiki Endo
74e2c40660 Update cargo-no-dev-deps@latest to 0.2.11 2024-02-11 00:10:01 +09:00
Taiki Endo
601af62cba Update cargo-minimal-versions@latest to 0.1.25 2024-02-11 00:10:01 +09:00
Taiki Endo
29082efeb4 Update cargo-hack@latest to 0.6.18 2024-02-11 00:10:01 +09:00
Taiki Endo
0dffe80556 Release 2.26.16 2024-02-08 10:46:38 +09:00
Taiki Endo
e457db4f82 Update wasmtime@latest to 17.0.1 2024-02-08 09:26:29 +09:00
Taiki Endo
074945411c Update syft@latest to 0.104.0 2024-02-08 06:10:35 +09:00
Taiki Endo
67c42c4d66 Release 2.26.15 2024-02-08 02:13:49 +09:00
Taiki Endo
970ef54dac Update cargo-llvm-cov@latest to 0.6.5 2024-02-08 02:10:14 +09:00
Taiki Endo
51cabaaea7 Release 2.26.14 2024-02-07 22:02:56 +09:00
Taiki Endo
881b2e1104 Update mdbook@latest to 0.4.37 2024-02-07 15:11:15 +09:00
dependabot[bot]
cd1316b395 Update toml_edit requirement from 0.21 to 0.22
Updates the requirements on [toml_edit](https://github.com/toml-rs/toml) to permit the latest version.
- [Commits](https://github.com/toml-rs/toml/compare/v0.21.0...v0.22.4)

---
updated-dependencies:
- dependency-name: toml_edit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 03:21:31 +09:00
dependabot[bot]
ecdc23edca Bump peter-evans/create-pull-request from 5 to 6
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5 to 6.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v5...v6)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-06 00:14:12 +09:00
Taiki Endo
86839ae13e Reapply "Enable dependabot update for Github Actions"
This reverts commit 4a0357e67d.
2024-02-05 23:11:59 +09:00
Taiki Endo
717ed1cb83 Release 2.26.13 2024-02-05 21:20:18 +09:00
Taiki Endo
7372d84025 Update cargo-deny@latest to 0.14.11 2024-02-05 18:12:23 +09:00
Taiki Endo
e17a4e247d Release 2.26.12 2024-02-04 12:28:32 +09:00
Taiki Endo
e3e012710e Update cargo-binstall@latest to 1.6.2 2024-02-04 12:10:27 +09:00
Taiki Endo
cf31de7dc9 Release 2.26.11 2024-02-03 22:23:35 +09:00
Taiki Endo
d5a57f1f97 Update cargo-hack@latest to 0.6.17 2024-02-03 22:22:16 +09:00
15 changed files with 310 additions and 31 deletions

View File

@@ -7,3 +7,10 @@ updates:
commit-message:
prefix: ''
labels: []
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
commit-message:
prefix: ''
labels: []

View File

@@ -171,7 +171,7 @@ jobs:
if: github.repository_owner == 'taiki-e' && (github.event_name == 'schedule' || github.event_name == 'push' && github.ref == 'refs/heads/main')
- name: Create PR
id: create-pull-request
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
title: Update manifest
body: |

View File

@@ -10,6 +10,46 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.26.18] - 2024-02-12
- Update `just@latest` to 1.24.0.
## [2.26.17] - 2024-02-11
- Update `shfmt@latest` to 3.8.0.
- Update `cargo-no-dev-deps@latest` to 0.2.11.
- Update `cargo-minimal-versions@latest` to 0.1.25.
- Update `cargo-hack@latest` to 0.6.18.
## [2.26.16] - 2024-02-08
- Update `wasmtime@latest` to 17.0.1.
- Update `syft@latest` to 0.104.0.
## [2.26.15] - 2024-02-07
- Update `cargo-llvm-cov@latest` to 0.6.5.
## [2.26.14] - 2024-02-07
- Update `mdbook@latest` to 0.4.37.
## [2.26.13] - 2024-02-05
- Update `cargo-deny@latest` to 0.14.11.
## [2.26.12] - 2024-02-04
- Update `cargo-binstall@latest` to 1.6.2.
## [2.26.11] - 2024-02-03
- Update `cargo-hack@latest` to 0.6.17.
## [2.26.10] - 2024-02-02
- Update `cargo-make@latest` to 0.37.9.
@@ -1715,7 +1755,15 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.26.10...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.26.18...HEAD
[2.26.18]: https://github.com/taiki-e/install-action/compare/v2.26.17...v2.26.18
[2.26.17]: https://github.com/taiki-e/install-action/compare/v2.26.16...v2.26.17
[2.26.16]: https://github.com/taiki-e/install-action/compare/v2.26.15...v2.26.16
[2.26.15]: https://github.com/taiki-e/install-action/compare/v2.26.14...v2.26.15
[2.26.14]: https://github.com/taiki-e/install-action/compare/v2.26.13...v2.26.14
[2.26.13]: https://github.com/taiki-e/install-action/compare/v2.26.12...v2.26.13
[2.26.12]: https://github.com/taiki-e/install-action/compare/v2.26.11...v2.26.12
[2.26.11]: https://github.com/taiki-e/install-action/compare/v2.26.10...v2.26.11
[2.26.10]: https://github.com/taiki-e/install-action/compare/v2.26.9...v2.26.10
[2.26.9]: https://github.com/taiki-e/install-action/compare/v2.26.8...v2.26.9
[2.26.8]: https://github.com/taiki-e/install-action/compare/v2.26.7...v2.26.8

View File

@@ -21,26 +21,26 @@
}
},
"latest": {
"version": "1.6.1"
"version": "1.6.2"
},
"1.6.1": {
"1.6.2": {
"x86_64_linux_musl": {
"checksum": "5f90b39e01a21a5a2e4e9c4126638c604f3a9ea64db67b0499bd1ad63f437c71"
"checksum": "6ba2d71e8594a65f2f1aa52d000b0527e03d0ebeeb6b947ecd1e41dacd04e0d6"
},
"x86_64_macos": {
"checksum": "81e2f6df16090fb3b06408a1cd64580a0c9e78bbee3a4d6fcd6f14b698312231"
"checksum": "7e78bf5000d0dc887efc00eba67bde829c3daed065e46a160ae5ab0fd0f81256"
},
"x86_64_windows": {
"checksum": "2a04ae6aa6959dd89c5e795b153549fa7eb8c9d55c049fdb60a608a3e2d2c21a"
"checksum": "66ae32e2e92e094552dc4eb2cfb8a6ec204e6b77e38592e5ec7fd36b89b06e6f"
},
"aarch64_linux_musl": {
"checksum": "a0a59b486bc0ef731c724cb0d5724bbd79e2ee364318d49ad520788d77e7652a"
"checksum": "62185b07feadb51f6bf865a54c452e0716d51fdca053de619a418b4b3fc1a4e6"
},
"aarch64_macos": {
"checksum": "1a91f029c8fab7977093051fc2893a716ebf1736499ffcb865a8fde6db380cf0"
"checksum": "7dc88979d33bdaa4ba7cf1ec9e75e176fdaae353beefdb3aab507d2e78a47fbe"
},
"aarch64_windows": {
"checksum": "5849f4f2aa76c5d2dff76c83b86b02f0f0d9b34e019e09f89391a4c86e785177"
"checksum": "9b2c12366d9c7944d9839658fccfe7d1008f838e026bd0f4ab766fec468d1246"
}
}
}

View File

@@ -19,10 +19,24 @@
}
},
"latest": {
"version": "0.14.10"
"version": "0.14.11"
},
"0.14": {
"version": "0.14.10"
"version": "0.14.11"
},
"0.14.11": {
"x86_64_linux_musl": {
"checksum": "081c69a65d59d6b1a033f051f9a8f0fdd824f6ca69d77ee8c575747ca6fd7fc7"
},
"x86_64_macos": {
"checksum": "68662d271818b20fa33debfd5e8654ec06cbcc9ab33453983cacaca60aba1c87"
},
"x86_64_windows": {
"checksum": "c3677a78efdbbbecabb16e6c70925f224891ff4cf79368ecf6310db45705c22c"
},
"aarch64_macos": {
"checksum": "c266875533d3d92647a2f1ffda5f6a04c911dd9092025a556bf217b2e3d90bdc"
}
},
"0.14.10": {
"x86_64_linux_musl": {

View File

@@ -2,10 +2,62 @@
"rust_crate": "cargo-hack",
"template": null,
"latest": {
"version": "0.6.16"
"version": "0.6.18"
},
"0.6": {
"version": "0.6.16"
"version": "0.6.18"
},
"0.6.18": {
"x86_64_linux_musl": {
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.18/cargo-hack-x86_64-unknown-linux-musl.tar.gz",
"checksum": "6833fc01b5e4fd199055b31b2fc6ec83bfc19dc78d8548716ace6211f7fbb716"
},
"x86_64_macos": {
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.18/cargo-hack-x86_64-apple-darwin.tar.gz",
"checksum": "05e85f5cfda4e7497a86eddb5d08b6ac1c4253bad03e2a648b43275db9928113"
},
"x86_64_windows": {
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.18/cargo-hack-x86_64-pc-windows-msvc.tar.gz",
"checksum": "f165300d83f0bc3c069355d89b31494496eb3058184b83f9b99fddd5363424ea"
},
"aarch64_linux_musl": {
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.18/cargo-hack-aarch64-unknown-linux-musl.tar.gz",
"checksum": "de5e9045a5c3ba3f45cfb8f8fd74ed7c6397c4b3ac2f6a6d58687e5c6a5bf8c6"
},
"aarch64_macos": {
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.18/cargo-hack-aarch64-apple-darwin.tar.gz",
"checksum": "6a52f6213fb3b5222fee6c33571a50dc702cbb1ef28e1c0b8c6f18ae5dcda6a3"
},
"aarch64_windows": {
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.18/cargo-hack-aarch64-pc-windows-msvc.tar.gz",
"checksum": "09b5273f9304fa3881a4b745174e54bed6c836345b2a782dedf7e3ba7d4805e1"
}
},
"0.6.17": {
"x86_64_linux_musl": {
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.17/cargo-hack-x86_64-unknown-linux-musl.tar.gz",
"checksum": "139e31f95ee122cc6937386758491d15668c3c4e54ef7de1055e3b1b0a53be8e"
},
"x86_64_macos": {
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.17/cargo-hack-x86_64-apple-darwin.tar.gz",
"checksum": "57cfa14d6de673828c03df95adf8c25a23cd3ac4f586466e09661049175dad02"
},
"x86_64_windows": {
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.17/cargo-hack-x86_64-pc-windows-msvc.tar.gz",
"checksum": "c0c279c240359b18d05619d5ec1cb0bec0c834c3f1700d9676675977a33b183e"
},
"aarch64_linux_musl": {
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.17/cargo-hack-aarch64-unknown-linux-musl.tar.gz",
"checksum": "b9a6a1d12e2967885276be7a548bfd00508b12648a3f1cfae08b0516b917f417"
},
"aarch64_macos": {
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.17/cargo-hack-aarch64-apple-darwin.tar.gz",
"checksum": "e9fe200729ceab30c30ae45104356caf867821477669270d2499ab8ea54d5770"
},
"aarch64_windows": {
"url": "https://github.com/taiki-e/cargo-hack/releases/download/v0.6.17/cargo-hack-aarch64-pc-windows-msvc.tar.gz",
"checksum": "5deff267fa443016285ca9d8846b033af089f0a49f211eaa16bcdd9e5cb65395"
}
},
"0.6.16": {
"x86_64_linux_musl": {

View File

@@ -18,10 +18,27 @@
}
},
"latest": {
"version": "0.6.4"
"version": "0.6.5"
},
"0.6": {
"version": "0.6.4"
"version": "0.6.5"
},
"0.6.5": {
"x86_64_linux_musl": {
"checksum": "c195a8f4fed924beb969ecae324a278db011e7a3877a6495a1d3701cdddbb3d4"
},
"x86_64_macos": {
"checksum": "934294f33e41d5cb787f7e9ad4fa4a40551281b0ab6e6ff58adc1b16cb12e60b"
},
"x86_64_windows": {
"checksum": "f55f9fe3a5cb5258fb5927b4b9b99899dd5b7b3233570ba31b5212d46ab12825"
},
"aarch64_linux_musl": {
"checksum": "1af0ebd20c858e03599ff1c7ded0a95a506653bd88efccff00088b7d3de9a173"
},
"aarch64_macos": {
"checksum": "954c61e2d2ea2ca60e2562b93d166f43b05243cd8aaf5b0a341f06af62531125"
}
},
"0.6.4": {
"x86_64_linux_musl": {

View File

@@ -21,10 +21,30 @@
}
},
"latest": {
"version": "0.1.24"
"version": "0.1.25"
},
"0.1": {
"version": "0.1.24"
"version": "0.1.25"
},
"0.1.25": {
"x86_64_linux_musl": {
"checksum": "d964d443eb233b7922bad32b4a12a2a5fdccf8995160f28f4f879ff8ea20f744"
},
"x86_64_macos": {
"checksum": "62b3aa83eb87fd9c39f4aa36df12bb4f9482387f66fd4280cd787f5b731ad68a"
},
"x86_64_windows": {
"checksum": "1f411815ff97dc4547417bc0fa94022d0d0966a3807ce6a87d04534f75b28648"
},
"aarch64_linux_musl": {
"checksum": "26dea1adc55b2e186735ed35e9525b6170aef1b2914feabcd5c71e976e36c121"
},
"aarch64_macos": {
"checksum": "df2f30afbad85858a3dd969eaabe777c03ba47d5a5a41f40dda9355b531be167"
},
"aarch64_windows": {
"checksum": "77c9ac359d2afd0203b583f498fb7610db2fe997820bee57762ce824a13b0d32"
}
},
"0.1.24": {
"x86_64_linux_musl": {

View File

@@ -21,10 +21,30 @@
}
},
"latest": {
"version": "0.2.10"
"version": "0.2.11"
},
"0.2": {
"version": "0.2.10"
"version": "0.2.11"
},
"0.2.11": {
"x86_64_linux_musl": {
"checksum": "f5678f25fbc0cd4791edbb51e24e6b4dd4044c33813a3e97b851439216cb017e"
},
"x86_64_macos": {
"checksum": "486f150583db8a596448995220b7d534329ca132d49a1d8ef28b07d51a014382"
},
"x86_64_windows": {
"checksum": "2519519c4ba0648130d28df0ef26f66c6616f9fac2ec05f36ae976da3acb7440"
},
"aarch64_linux_musl": {
"checksum": "340ef16a56c0a000ffaa9dd09760232c618860e5bc71be914f08d84896cde2c6"
},
"aarch64_macos": {
"checksum": "6d0a2d3578e43a817197da5179c6d4986caa6686877f20c8ac3468403b928a2a"
},
"aarch64_windows": {
"checksum": "99c685250293fe01f08ef2c5869eb2d77dd0b36bb1196d038f5bf112c19bc4d8"
}
},
"0.2.10": {
"x86_64_linux_musl": {

24
manifests/just.json generated
View File

@@ -18,10 +18,30 @@
}
},
"latest": {
"version": "1.23.0"
"version": "1.24.0"
},
"1": {
"version": "1.23.0"
"version": "1.24.0"
},
"1.24": {
"version": "1.24.0"
},
"1.24.0": {
"x86_64_linux_musl": {
"checksum": "2dec2a689872f7baf2b0a59c663463a33ac866272758d7d7c8c2b62ab5b32238"
},
"x86_64_macos": {
"checksum": "cf35f104d834e9c3331f6b1b00bec6b2f0a99c129fdd27230fccb96b2c2063f1"
},
"x86_64_windows": {
"checksum": "325ed382221ac9189ec9beedcf4b97e6fc229b4e49ede7ca36e47a5b651bb09c"
},
"aarch64_linux_musl": {
"checksum": "3cf0913a14f369dd6e927a7ba9d6c483a4d05df2cc353ed6aed593c6a50c667c"
},
"aarch64_macos": {
"checksum": "90a00ed4ec8b229aa82cc7c62143f09c468998909f0f673c04580b0eebce37a6"
}
},
"1.23": {
"version": "1.23.0"

18
manifests/mdbook.json generated
View File

@@ -18,10 +18,24 @@
}
},
"latest": {
"version": "0.4.36"
"version": "0.4.37"
},
"0.4": {
"version": "0.4.36"
"version": "0.4.37"
},
"0.4.37": {
"x86_64_linux_musl": {
"checksum": "d59f83c4cf9626787336684936c56e01a9511272cc2e541f7cc9455d43fff1c1"
},
"x86_64_macos": {
"checksum": "4cc0133122a263a50116235c82ebc9d14b36cd7c0d223aeb5805ba7e6fcd788b"
},
"x86_64_windows": {
"checksum": "99a61a99a2529188854c1a2719b1849d92cce0509e6241d11b408fda9e5ba2d9"
},
"aarch64_linux_musl": {
"checksum": "23b198e0538a9e0689c41b41060c1fc299e834a2b8a68b7409b4e3f68be059ec"
}
},
"0.4.36": {
"x86_64_linux_musl": {

24
manifests/shfmt.json generated
View File

@@ -18,10 +18,30 @@
}
},
"latest": {
"version": "3.7.0"
"version": "3.8.0"
},
"3": {
"version": "3.7.0"
"version": "3.8.0"
},
"3.8": {
"version": "3.8.0"
},
"3.8.0": {
"x86_64_linux_gnu": {
"checksum": "27b3c6f9d9592fc5b4856c341d1ff2c88856709b9e76469313642a1d7b558fe0"
},
"x86_64_macos": {
"checksum": "c0218b47a0301bb006f49fad85d2c08de23df303472834faf5639d04121320f8"
},
"x86_64_windows": {
"checksum": "91230a6d2d4dbb52e9c0bb134acba526f7880bfd3dfd1ffdde66e9f393d7a646"
},
"aarch64_linux_gnu": {
"checksum": "27e1f69b0d57c584bcbf5c882b4c4f78ffcf945d0efef45c1fbfc6692213c7c3"
},
"aarch64_macos": {
"checksum": "1481240d2a90d4f0b530688d76d4f9117d17a756b6027cfa42b96f0707317f83"
}
},
"3.7": {
"version": "3.7.0"

22
manifests/syft.json generated
View File

@@ -23,7 +23,27 @@
}
},
"latest": {
"version": "0.103.1"
"version": "0.104.0"
},
"0.104": {
"version": "0.104.0"
},
"0.104.0": {
"x86_64_linux_musl": {
"checksum": "b988b2eacbabfaf95a2e47d149bbda94da1c9b7cfe990c262f4ccd6f26268d6a"
},
"x86_64_macos": {
"checksum": "22d4c845d418fada99bc59e9941c1a7abebbcf95fd4c34f0cfa3b032c9472273"
},
"x86_64_windows": {
"checksum": "b356067854b097ee366f390445615ba50c99ec612e59bcf1ec4596f4aed79d71"
},
"aarch64_linux_musl": {
"checksum": "788fde49184c0a26003b23abb8ad95b6708110ffd833b8e0e59d66baca0566ab"
},
"aarch64_macos": {
"checksum": "a148c0de98f664af06c2dfdc0a3169f55f9432dc2c829fccaa268763dccc3081"
}
},
"0.103": {
"version": "0.103.1"

View File

@@ -2,13 +2,40 @@
"rust_crate": "wasmtime-cli",
"template": null,
"latest": {
"version": "17.0.0"
"version": "17.0.1"
},
"17": {
"version": "17.0.0"
"version": "17.0.1"
},
"17.0": {
"version": "17.0.0"
"version": "17.0.1"
},
"17.0.1": {
"x86_64_linux_gnu": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v17.0.1/wasmtime-v17.0.1-x86_64-linux.tar.xz",
"checksum": "2d9ac9d37cf4e57a2d9cbe02f866e87d5d50600bed6268120b99b03281c428f4",
"bin": "wasmtime-v17.0.1-x86_64-linux/wasmtime"
},
"x86_64_macos": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v17.0.1/wasmtime-v17.0.1-x86_64-macos.tar.xz",
"checksum": "9307d655b7e783d0bcaa22c5d48a8e38f20be367e9eabdc2dbefa120cb082eb9",
"bin": "wasmtime-v17.0.1-x86_64-macos/wasmtime"
},
"x86_64_windows": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v17.0.1/wasmtime-v17.0.1-x86_64-windows.zip",
"checksum": "b8b3ddb454094bf24ea83ea7f9d2c1cca35d4519c35a02085f4b73fc0f67b84f",
"bin": "wasmtime-v17.0.1-x86_64-windows/wasmtime.exe"
},
"aarch64_linux_gnu": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v17.0.1/wasmtime-v17.0.1-aarch64-linux.tar.xz",
"checksum": "2a6f5f4118eb5558d3d78672082293ea86622561cea18368e37cc7950eeb9a5b",
"bin": "wasmtime-v17.0.1-aarch64-linux/wasmtime"
},
"aarch64_macos": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v17.0.1/wasmtime-v17.0.1-aarch64-macos.tar.xz",
"checksum": "29b0f9e0c949c9e5147ebd74dbc537f2f1e9c7d3c6e9d06b80c95b4994da31be",
"bin": "wasmtime-v17.0.1-aarch64-macos/wasmtime"
}
},
"17.0.0": {
"x86_64_linux_gnu": {

View File

@@ -13,7 +13,7 @@ serde_derive = "1"
serde_json = "1"
sha2 = "0.10"
tar = "0.4"
toml_edit = { version = "0.21", default-features = false, features = ["parse", "serde"] }
toml_edit = { version = "0.22", default-features = false, features = ["parse", "serde"] }
ureq = { version = "2", features = ["json"] }
[lints]