build(deps): bump EmbarkStudios/cargo-deny-action from 1 to 2 in the github-actions group - #3845
Conversation
c927a7e to
35b04c9
Compare
769cb92 to
f06cc16
Compare
|
While I was fixing it so it works again, I've significantly refreshed our current
Additionally, I made PRs to relevant dependencies that accidentally included shell files into their crate package: wasm-bindgen/wasm-bindgen#4046 and rust-mobile/android-activity#165. To prevent the same happening to use, I also added |
what file is that? I'd assume it counted js/ts files, since I don't see any shell script inside winit. |
Ah apologies, I was just rewording copy-pasted text from all the other repos that actually include shell files, it was late 😅. Yes, it included the TS file, the JS file actually has to stay in. |
In general, tests must be shipped as well, since distributions do run the In the end of the day you should ensure that all the basic commands, like |
Do distributions get their package from crates.io? |
Yes, via archive URL and then they re-cache it. At least that's what I've seen and that's why debian requires the crate to be on crates.io IIRC. Then they test it and repackage in their distro. |
f06cc16 to
ee75375
Compare
|
Done, I added the |
ee75375 to
3145d14
Compare
|
Just fyi, it's done by downloading the |
| "/LICENSE", | ||
| "/src/**/*.rs", | ||
| "/src/changelog/*.md", | ||
| "/src/platform_impl/web/script/**/*.min.js", |
There was a problem hiding this comment.
Can't we just include all of the src?
There was a problem hiding this comment.
I changed it up a bit to handle the TS/JS stuff explicitly.
3145d14 to
2ecc747
Compare
Bumps the github-actions group with 1 update: [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action). Updates `EmbarkStudios/cargo-deny-action` from 1 to 2 - [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases) - [Commits](EmbarkStudios/cargo-deny-action@v1...v2) --- updated-dependencies: - dependency-name: EmbarkStudios/cargo-deny-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
2ecc747 to
77a157d
Compare
kchibisov
left a comment
There was a problem hiding this comment.
In general, the archive seems to work.
Bumps the github-actions group with 1 update: EmbarkStudios/cargo-deny-action.
Updates
EmbarkStudios/cargo-deny-actionfrom 1 to 2Release notes
Sourced from EmbarkStudios/cargo-deny-action's releases.
... (truncated)
Commits
0895404Move to v2 tag10d8902Bump to 0.16.0d425dbfUpdate .gitignore53bfaceUpdate image base3f8dc3eAdd ability to fetch git dependecies in cargo via ssh (#78)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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