slide-rs / system-graph

Experimental alternative to shred's Dispatcher (NOT READY)
Apache License 2.0
2 stars 0 forks source link

Update smallvec requirement from 0.6 to 1.0 #11

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on smallvec to permit the latest version.

Commits - [`34c2628`](https://github.com/servo/rust-smallvec/commit/34c26282c41548b3bd3749b7f4bc38c4fd1f4cfb) Auto merge of [#175](https://github-redirect.dependabot.com/servo/rust-smallvec/issues/175) - mbrubeck:one, r=jdm - [`523a6dc`](https://github.com/servo/rust-smallvec/commit/523a6dc9193e5d21d134a20df0ce1964888ed79f) Version 1.0.0 - [`a2c0504`](https://github.com/servo/rust-smallvec/commit/a2c0504511850c3fe61897da3e4c318a6600ade9) Auto merge of [#174](https://github-redirect.dependabot.com/servo/rust-smallvec/issues/174) - mbrubeck:2018, r=jdm - [`a51059c`](https://github.com/servo/rust-smallvec/commit/a51059cd387cb583adb36003bed006d1f2e2c183) Update to Rust 2018 edition - [`01917a6`](https://github.com/servo/rust-smallvec/commit/01917a6b1c5d0074fc19acfef48bb64863c458fb) Auto merge of [#168](https://github-redirect.dependabot.com/servo/rust-smallvec/issues/168) - dpc:fuzz, r=mbrubeck - [`a3ba738`](https://github.com/servo/rust-smallvec/commit/a3ba738ce66f09915c149b87acd0595aa06ebc83) Add a fake stub input case for afl fuzzer - [`85c54a5`](https://github.com/servo/rust-smallvec/commit/85c54a568998018291ceb249d328259e34fc0ea2) Add simple fuzzing - [`b2c9c65`](https://github.com/servo/rust-smallvec/commit/b2c9c65129bbc4599899a0516c333bc8eee38da5) Auto merge of [#173](https://github-redirect.dependabot.com/servo/rust-smallvec/issues/173) - mbrubeck:std, r=emilio - [`fffb185`](https://github.com/servo/rust-smallvec/commit/fffb185d4f875cd52ce8b89c3406c47986761319) Use no_std by default - [`af73fbd`](https://github.com/servo/rust-smallvec/commit/af73fbdc27daeac1778a8c1eebee8c58638b7af6) Auto merge of [#172](https://github-redirect.dependabot.com/servo/rust-smallvec/issues/172) - mbrubeck:fused, r=mbrubeck - Additional commits viewable in [compare view](https://github.com/servo/rust-smallvec/compare/v0.6.0...v1.0.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)
dependabot-preview[bot] commented 4 years ago

Superseded by #13.