Updates the requirements on cranelift to permit the latest version.
Commits
- [`64d5466`](https://github.com/CraneStation/cranelift/commit/64d546612b962957d2ac7a9233318da75fb770bd) Bump version to 0.45.0
- [`f3b39ba`](https://github.com/CraneStation/cranelift/commit/f3b39ba3a3e7c272380b458453b982bee44e837b) Allow wrap-around when subtracting type size to immediate in try_fold_extende...
- [`bc9134b`](https://github.com/CraneStation/cranelift/commit/bc9134b67c56ce354dfeb145224d5676c13f06e6) RedundantReloadRemover::run: use cached state rather than allocating it new f...
- [`01201b1`](https://github.com/CraneStation/cranelift/commit/01201b110d55142c80bc34c2832a3c8823c94e60) deps: bump wasmparser dependency to 0.39.2 ([#1112](https://github-redirect.dependabot.com/CraneStation/cranelift/issues/1112))
- [`ee6fe21`](https://github.com/CraneStation/cranelift/commit/ee6fe21f924179466dd10c7b5b1e3c8e2422a7fa) cranelift-wasm: Jump to the destination block at end of consequent
- [`4702c84`](https://github.com/CraneStation/cranelift/commit/4702c846cb39b1ae74da4d5b5b495286f3ec273e) clif-util: Make the `-t` flag work with the `wasm` subcommand ([#1105](https://github-redirect.dependabot.com/CraneStation/cranelift/issues/1105))
- [`bf47282`](https://github.com/CraneStation/cranelift/commit/bf4728200594f88f6a23011eb346c392d60abaca) cranelift-wasm: support multi-value Wasm ([#1049](https://github-redirect.dependabot.com/CraneStation/cranelift/issues/1049))
- [`6f4ff31`](https://github.com/CraneStation/cranelift/commit/6f4ff3153449600a5ad531b0622917c900f13c0d) Format with rustfmt.
- [`d243c22`](https://github.com/CraneStation/cranelift/commit/d243c22b3e91c174a1b2feb65d2e7604b103c405) Rewrite another `std::string::String` to `alloc`.
- [`79a1df1`](https://github.com/CraneStation/cranelift/commit/79a1df1b7bc09f00dc70af4ef887d0ac7a202fd7) Enable all-arch feature in test-no_std.sh
- Additional commits viewable in [compare view](https://github.com/CraneStation/cranelift/compare/v0.33.0...v0.45.0)
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 to permit the latest version.
Commits
- [`64d5466`](https://github.com/CraneStation/cranelift/commit/64d546612b962957d2ac7a9233318da75fb770bd) Bump version to 0.45.0 - [`f3b39ba`](https://github.com/CraneStation/cranelift/commit/f3b39ba3a3e7c272380b458453b982bee44e837b) Allow wrap-around when subtracting type size to immediate in try_fold_extende... - [`bc9134b`](https://github.com/CraneStation/cranelift/commit/bc9134b67c56ce354dfeb145224d5676c13f06e6) RedundantReloadRemover::run: use cached state rather than allocating it new f... - [`01201b1`](https://github.com/CraneStation/cranelift/commit/01201b110d55142c80bc34c2832a3c8823c94e60) deps: bump wasmparser dependency to 0.39.2 ([#1112](https://github-redirect.dependabot.com/CraneStation/cranelift/issues/1112)) - [`ee6fe21`](https://github.com/CraneStation/cranelift/commit/ee6fe21f924179466dd10c7b5b1e3c8e2422a7fa) cranelift-wasm: Jump to the destination block at end of consequent - [`4702c84`](https://github.com/CraneStation/cranelift/commit/4702c846cb39b1ae74da4d5b5b495286f3ec273e) clif-util: Make the `-t` flag work with the `wasm` subcommand ([#1105](https://github-redirect.dependabot.com/CraneStation/cranelift/issues/1105)) - [`bf47282`](https://github.com/CraneStation/cranelift/commit/bf4728200594f88f6a23011eb346c392d60abaca) cranelift-wasm: support multi-value Wasm ([#1049](https://github-redirect.dependabot.com/CraneStation/cranelift/issues/1049)) - [`6f4ff31`](https://github.com/CraneStation/cranelift/commit/6f4ff3153449600a5ad531b0622917c900f13c0d) Format with rustfmt. - [`d243c22`](https://github.com/CraneStation/cranelift/commit/d243c22b3e91c174a1b2feb65d2e7604b103c405) Rewrite another `std::string::String` to `alloc`. - [`79a1df1`](https://github.com/CraneStation/cranelift/commit/79a1df1b7bc09f00dc70af4ef887d0ac7a202fd7) Enable all-arch feature in test-no_std.sh - Additional commits viewable in [compare view](https://github.com/CraneStation/cranelift/compare/v0.33.0...v0.45.0)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)