Updates the requirements on cranelift to permit the latest version.
Commits
- [`58f9a13`](https://github.com/CraneStation/cranelift/commit/58f9a134cad34fa24e9869dde68d9b907b2ad2e1) Bump version to 0.47.0
- [`7413292`](https://github.com/CraneStation/cranelift/commit/74132920de5265e484e2af662eccb5fa519aeb79) Update smallvec requirement from 0.6.10 to 1.0.0
- [`c70bddd`](https://github.com/CraneStation/cranelift/commit/c70bddd3034c0010cd4e3d38b4f3bd3a976a4c42) Update indicatif requirement from 0.12.0 to 0.13.0
- [`c1c8119`](https://github.com/CraneStation/cranelift/commit/c1c8119b92776215e7c93b479f4ffe1c5946a279) Use less vague language
- [`dcd4c52`](https://github.com/CraneStation/cranelift/commit/dcd4c5282d11a716bbd4a3f4b2077a6901ccd8a0) Update variable.rs
- [`b1ee385`](https://github.com/CraneStation/cranelift/commit/b1ee385683326b518215bb5c05949894f8926c40) Update outdated documentation
- [`34c86f7`](https://github.com/CraneStation/cranelift/commit/34c86f71ccded11d0184bfc1bc307c3422c70a00) Document the `test run` filetest mode ([#1189](https://github-redirect.dependabot.com/CraneStation/cranelift/issues/1189))
- [`5d98701`](https://github.com/CraneStation/cranelift/commit/5d98701e5cae03160ed1b5a36f5798b3544f43cd) Build documentation with private items in cranelift-codegen/meta
- [`304e0ea`](https://github.com/CraneStation/cranelift/commit/304e0eaaa810338cc007006d72110f042fcc1eb1) Fix documentation link issues
- [`ae4880e`](https://github.com/CraneStation/cranelift/commit/ae4880e463681d32b382f2d6dff0e90ea573eb3e) Add documentation for top-level items in cranelift-codegen/meta
- Additional commits viewable in [compare view](https://github.com/CraneStation/cranelift/compare/v0.33.0...v0.47.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
- [`58f9a13`](https://github.com/CraneStation/cranelift/commit/58f9a134cad34fa24e9869dde68d9b907b2ad2e1) Bump version to 0.47.0 - [`7413292`](https://github.com/CraneStation/cranelift/commit/74132920de5265e484e2af662eccb5fa519aeb79) Update smallvec requirement from 0.6.10 to 1.0.0 - [`c70bddd`](https://github.com/CraneStation/cranelift/commit/c70bddd3034c0010cd4e3d38b4f3bd3a976a4c42) Update indicatif requirement from 0.12.0 to 0.13.0 - [`c1c8119`](https://github.com/CraneStation/cranelift/commit/c1c8119b92776215e7c93b479f4ffe1c5946a279) Use less vague language - [`dcd4c52`](https://github.com/CraneStation/cranelift/commit/dcd4c5282d11a716bbd4a3f4b2077a6901ccd8a0) Update variable.rs - [`b1ee385`](https://github.com/CraneStation/cranelift/commit/b1ee385683326b518215bb5c05949894f8926c40) Update outdated documentation - [`34c86f7`](https://github.com/CraneStation/cranelift/commit/34c86f71ccded11d0184bfc1bc307c3422c70a00) Document the `test run` filetest mode ([#1189](https://github-redirect.dependabot.com/CraneStation/cranelift/issues/1189)) - [`5d98701`](https://github.com/CraneStation/cranelift/commit/5d98701e5cae03160ed1b5a36f5798b3544f43cd) Build documentation with private items in cranelift-codegen/meta - [`304e0ea`](https://github.com/CraneStation/cranelift/commit/304e0eaaa810338cc007006d72110f042fcc1eb1) Fix documentation link issues - [`ae4880e`](https://github.com/CraneStation/cranelift/commit/ae4880e463681d32b382f2d6dff0e90ea573eb3e) Add documentation for top-level items in cranelift-codegen/meta - Additional commits viewable in [compare view](https://github.com/CraneStation/cranelift/compare/v0.33.0...v0.47.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)