Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upbuild(deps): bump indexmap from 1.4.0 to 1.5.0 #27322
Merged
Conversation
Bumps [indexmap](https://github.com/bluss/indexmap) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/bluss/indexmap/releases) - [Commits](bluss/indexmap@1.4.0...1.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
@bors-servo r+ |
|
|
bors-servo
added a commit
that referenced
this pull request
Jul 20, 2020
build(deps): bump indexmap from 1.4.0 to 1.5.0 Bumps [indexmap](https://github.com/bluss/indexmap) from 1.4.0 to 1.5.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bluss/indexmap/commit/d2932671678b43ee5e113a13497708c2822630e3"><code>d293267</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/bluss/indexmap/issues/131">#131</a> from cuviper/shredded-potatoes</li> <li><a href="https://github.com/bluss/indexmap/commit/1999fa2534be62c9719b2381f260c131ff0aff1c"><code>1999fa2</code></a> Use new methods in hashbrown 0.8.1</li> <li><a href="https://github.com/bluss/indexmap/commit/603c326aa82284ffd6d8d11426b76ccc96189bbe"><code>603c326</code></a> Release 1.5.0</li> <li><a href="https://github.com/bluss/indexmap/commit/604a2b68a591550de409f052616391cd9bb188d9"><code>604a2b6</code></a> Use plain clear instead of clear_no_drop</li> <li><a href="https://github.com/bluss/indexmap/commit/b0c9577ad2aee065e5670c5b48aef6bd5b1d9127"><code>b0c9577</code></a> Encapsulate unsafe code in a raw module</li> <li><a href="https://github.com/bluss/indexmap/commit/66cb0af437b1a880fe199208d682004be5d3175d"><code>66cb0af</code></a> Make methods that get RawBucket parameters unsafe; add safety comments</li> <li><a href="https://github.com/bluss/indexmap/commit/379a07ae2a2818dafa8cfd6a448de5b0dec7a37d"><code>379a07a</code></a> Don't enable hashbrown/inline-more</li> <li><a href="https://github.com/bluss/indexmap/commit/39618a2b6862c0ebc0506757d65ddf720a31aa9a"><code>39618a2</code></a> Don't shadow raw_bucket variables</li> <li><a href="https://github.com/bluss/indexmap/commit/89eefd64b000dca4774d47e04a4c0d135d212884"><code>89eefd6</code></a> Document the return value of IndexMapCore::push</li> <li><a href="https://github.com/bluss/indexmap/commit/8771a6c79faaba9e1abe0330e154071addd9a0ff"><code>8771a6c</code></a> Upgrade to hashbrown 0.8</li> <li>Additional commits viewable in <a href="https://github.com/bluss/indexmap/compare/1.4.0...1.5.0">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=indexmap&package-manager=cargo&previous-version=1.4.0&new-version=1.5.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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
|
|
|
@bors-servo retry |
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
dependabot-preview bot commentedJul 20, 2020
Bumps indexmap from 1.4.0 to 1.5.0.
Commits
d293267Merge pull request #131 from cuviper/shredded-potatoes1999fa2Use new methods in hashbrown 0.8.1603c326Release 1.5.0604a2b6Use plain clear instead of clear_no_dropb0c9577Encapsulate unsafe code in a raw module66cb0afMake methods that get RawBucket parameters unsafe; add safety comments379a07aDon't enable hashbrown/inline-more39618a2Don't shadow raw_bucket variables89eefd6Document the return value of IndexMapCore::push8771a6cUpgrade to hashbrown 0.8Dependabot 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 ignore this major versionwill 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 versionwill 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 dependencywill 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 labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard: