Updates the requirements on cranelift-module to permit the latest version.
Commits
- [`3217e4e`](https://github.com/CraneStation/cranelift/commit/3217e4e3253bd15a93f1a191345c5e3a0dab31de) Bump version to 0.46.1
- [`a1f2a15`](https://github.com/CraneStation/cranelift/commit/a1f2a1584c58f328d2d92e9c6946de5f801a4f5e) cranelift-wasm: Fix reachability tracking for `if .. else .. end`
- [`97423a2`](https://github.com/CraneStation/cranelift/commit/97423a293e2139641750d324ca013afd292e9e04) Bump version to 0.46.0
- [`cd73775`](https://github.com/CraneStation/cranelift/commit/cd737751e3fba9a8253a874a2dbaccb6a6cfa22d) [bugpoint] Merge consecutive blocks (fixes [#1124](https://github-redirect.dependabot.com/CraneStation/cranelift/issues/1124));
- [`1832d67`](https://github.com/CraneStation/cranelift/commit/1832d6773fa0fcaf20b94b7f166801bc67490795) [bugpoint] Don't test for a crash when a mutation doesn't change anything;
- [`022f963`](https://github.com/CraneStation/cranelift/commit/022f963b113c45233082ff15f6f35dd12ec42828) [bugpoint] Make the mutation_count non optional;
- [`71e9bdf`](https://github.com/CraneStation/cranelift/commit/71e9bdfaf07583a57fdb403f8af5b6d4d0f3fbaa) [bugpoint] Use a unique progress bar and simplify Mutator trait;
- [`9e3a535`](https://github.com/CraneStation/cranelift/commit/9e3a53593ff8272f77446d88052787d4c47aa9ac) [bugpoint] Implement replacing a single instruction by several ones;
- [`4235718`](https://github.com/CraneStation/cranelift/commit/4235718b231588703e7279f1724dfd46fd650865) [bugpoint] Move test content to the tests/ directory;
- [`4a87701`](https://github.com/CraneStation/cranelift/commit/4a8770195181b5e8f34c3ef2966034af3f3c7443) [bugpoint] Cosmetic improvements;
- Additional commits viewable in [compare view](https://github.com/CraneStation/cranelift/compare/v0.33.0...v0.46.1)
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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Updates the requirements on cranelift-module to permit the latest version.
Commits
- [`3217e4e`](https://github.com/CraneStation/cranelift/commit/3217e4e3253bd15a93f1a191345c5e3a0dab31de) Bump version to 0.46.1 - [`a1f2a15`](https://github.com/CraneStation/cranelift/commit/a1f2a1584c58f328d2d92e9c6946de5f801a4f5e) cranelift-wasm: Fix reachability tracking for `if .. else .. end` - [`97423a2`](https://github.com/CraneStation/cranelift/commit/97423a293e2139641750d324ca013afd292e9e04) Bump version to 0.46.0 - [`cd73775`](https://github.com/CraneStation/cranelift/commit/cd737751e3fba9a8253a874a2dbaccb6a6cfa22d) [bugpoint] Merge consecutive blocks (fixes [#1124](https://github-redirect.dependabot.com/CraneStation/cranelift/issues/1124)); - [`1832d67`](https://github.com/CraneStation/cranelift/commit/1832d6773fa0fcaf20b94b7f166801bc67490795) [bugpoint] Don't test for a crash when a mutation doesn't change anything; - [`022f963`](https://github.com/CraneStation/cranelift/commit/022f963b113c45233082ff15f6f35dd12ec42828) [bugpoint] Make the mutation_count non optional; - [`71e9bdf`](https://github.com/CraneStation/cranelift/commit/71e9bdfaf07583a57fdb403f8af5b6d4d0f3fbaa) [bugpoint] Use a unique progress bar and simplify Mutator trait; - [`9e3a535`](https://github.com/CraneStation/cranelift/commit/9e3a53593ff8272f77446d88052787d4c47aa9ac) [bugpoint] Implement replacing a single instruction by several ones; - [`4235718`](https://github.com/CraneStation/cranelift/commit/4235718b231588703e7279f1724dfd46fd650865) [bugpoint] Move test content to the tests/ directory; - [`4a87701`](https://github.com/CraneStation/cranelift/commit/4a8770195181b5e8f34c3ef2966034af3f3c7443) [bugpoint] Cosmetic improvements; - Additional commits viewable in [compare view](https://github.com/CraneStation/cranelift/compare/v0.33.0...v0.46.1)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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)