saschagrunert / yew-router

Router extension to yew
MIT License
28 stars 6 forks source link

Bump bumpalo from 2.4.3 to 2.5.0 #150

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps bumpalo from 2.4.3 to 2.5.0.

Changelog *Sourced from [bumpalo's changelog](https://github.com/fitzgen/bumpalo/blob/master/CHANGELOG.md).* > # 2.5.0 > > Released 2019-07-01. > > * Add `alloc_slice_copy` and `alloc_slice_clone` methods that allocate space for > slices and either copy (with bound `T: Copy`) or clone (with bound `T: Clone`) > the provided slice's data into the newly allocated space.
Commits - [`4c3e5da`](https://github.com/fitzgen/bumpalo/commit/4c3e5dade231bb9c59074785045318ed59de44b5) Bump to version 2.5.0 - [`83f16ba`](https://github.com/fitzgen/bumpalo/commit/83f16bab69378f36768e8674ff7d7464f99f0b94) rustfmt - [`2bb473b`](https://github.com/fitzgen/bumpalo/commit/2bb473b8873a9138beb3a6ed716fdb40f9b4aebb) Add an example for `alloc_slice_clone` - [`fef3767`](https://github.com/fitzgen/bumpalo/commit/fef3767fe559fff3bbc06f7304406a715e99b4b6) Merge pull request [#21](https://github-redirect.dependabot.com/fitzgen/bumpalo/issues/21) from jsheard/slicecopy - [`b61a2cc`](https://github.com/fitzgen/bumpalo/commit/b61a2ccb9704d4db9d0d0414f1cbad925291ffff) Add an alloc_slice_clone method - [`666d348`](https://github.com/fitzgen/bumpalo/commit/666d34835883c290c42eb3e5e8489b88076c4de8) Add an alloc_slice_copy method - See full diff in [compare view](https://github.com/fitzgen/bumpalo/compare/2.4.3...2.5.0)


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). To ignore the version in this PR you can just close it - `@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.