amethyst / shred

Shared resource dispatcher
Apache License 2.0
234 stars 66 forks source link

Update arrayvec requirement from 0.4 to 0.5 #165

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on arrayvec to permit the latest version.

Commits - [`ea591bc`](https://github.com/bluss/arrayvec/commit/ea591bc2de5202790c600638c96efa392413001c) 0.5.0 - [`70a9ad6`](https://github.com/bluss/arrayvec/commit/70a9ad67af52de0c429badbf7af9b2e9c1eb12a1) DOC: Copyedit the Array doc comment again - [`abf1bb5`](https://github.com/bluss/arrayvec/commit/abf1bb5a0a792c32ea176c5d9cd32ccb1b8f6c3f) TEST: Update .travis for serde-1 to serde rename - [`46ba20e`](https://github.com/bluss/arrayvec/commit/46ba20ed38372f6dc98be3ba6e24a2691634dc66) DOC: Update Readme for 0.5 - [`babae41`](https://github.com/bluss/arrayvec/commit/babae41d21e9ed03bbf7503ddfa0125d4158eef3) DOC: Add safety documentation on Array trait - [`ba4d98c`](https://github.com/bluss/arrayvec/commit/ba4d98c5c70ce89798cf0fb9acdfaeb4cf5aa713) TEST: Update tests for passing without std feature - [`cac792e`](https://github.com/bluss/arrayvec/commit/cac792e6336975a979221aad062777574358d196) API: Rename feature flag serde-1 to serde - [`8c3dfbc`](https://github.com/bluss/arrayvec/commit/8c3dfbc2b8cbcfdbb32ba935fba0fb447d91767a) Merge pull request [#132](https://github-redirect.dependabot.com/bluss/arrayvec/issues/132) from bluss/range-bounds - [`75a6fcd`](https://github.com/bluss/arrayvec/commit/75a6fcdc170a06815861153d9347b7df752368d4) Merge pull request [#131](https://github-redirect.dependabot.com/bluss/arrayvec/issues/131) from bluss/rust-2018 - [`aece292`](https://github.com/bluss/arrayvec/commit/aece292b6c4476d75fb229a880ebe5fd4cc1c55a) API: Use RangeBounds for .drain()'s range argument - Additional commits viewable in [compare view](https://github.com/bluss/arrayvec/compare/0.4.0...0.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 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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.
azriel91 commented 4 years ago

Covered by #176.