alexcrichton / cargo-vendor

Archived as subcommand is now part of Cargo itself
Apache License 2.0
261 stars 30 forks source link

Bump im-rc from 12.3.3 to 12.3.4 #254

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps im-rc from 12.3.3 to 12.3.4.

Changelog *Sourced from [im-rc's changelog](https://github.com/bodil/im-rs/blob/master/CHANGELOG.md).* > ## [12.3.4] - 2019-04-08 > > ### Changed > > - `Clone` constraints have been further relaxed on maps and sets, so that you > can now lookup and iterate over them without requiring a `Clone` constraint > (though you do still need `Clone` to actually insert data into them to lookup > or iterate over). ([#81](https://github-redirect.dependabot.com/bodil/im-rs/issues/81)) > > ### Fixed > > - Enforces the latest bugfix release of sized-chunks. ([#78](https://github-redirect.dependabot.com/bodil/im-rs/issues/78)) > - Another edge case bugfix to `Vector`'s size table handling. ([#79](https://github-redirect.dependabot.com/bodil/im-rs/issues/79))
Commits - [`12ecec9`](https://github.com/bodil/im-rs/commit/12ecec90129377a3b36d6aca73a59b56ed37b0a3) (cargo-release) version 12.3.4 - [`4dd6082`](https://github.com/bodil/im-rs/commit/4dd6082fb354d33474116e249d687d9126995bed) Remove `Clone` constraints on map/set ops where it can be done without rewrit... - [`ff35b94`](https://github.com/bodil/im-rs/commit/ff35b9428728e0b91706053a48343171bfdbb699) Changelog for [#79](https://github-redirect.dependabot.com/bodil/im-rs/issues/79). - [`157a264`](https://github.com/bodil/im-rs/commit/157a26409228c1b56d59a853eb04183a8bac5aa0) Require sized-chunks 0.1.2 to avoid bodil/sized-chunks#1. - [`350f5ac`](https://github.com/bodil/im-rs/commit/350f5ac8b42009eda52d763f4fffabf5529157dd) Merge pull request [#79](https://github-redirect.dependabot.com/bodil/im-rs/issues/79) from krobelus/issue-77 - [`1b19e53`](https://github.com/bodil/im-rs/commit/1b19e53ef22aee3b18dfba58dfe867c93ef390a8) Merge pull request [#82](https://github-redirect.dependabot.com/bodil/im-rs/issues/82) from pzmarzly/patch-1 - [`f1c55b0`](https://github.com/bodil/im-rs/commit/f1c55b0e600244c08d8db4a4c365bb8cc04fcec1) Remove unnecessary clippy.toml field - [`617c782`](https://github.com/bodil/im-rs/commit/617c782161f204d22c7530bebd5e36889ec44718) RRB tree: use size table after pushing a sparse node to the left - See full diff in [compare view](https://github.com/bodil/im-rs/compare/12.3.3...12.3.4)


Dependabot compatibility score

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.

If all status checks pass Dependabot will automatically merge this pull request.


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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) Finally, you can contact us by mentioning @dependabot.