datrs / hypercore

Secure, distributed, append-only log
https://docs.rs/hypercore
Apache License 2.0
333 stars 37 forks source link

Update sleep-parser requirement from 0.7.0 to 0.8.0 #57

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on sleep-parser to permit the latest version.

Changelog *Sourced from [sleep-parser's changelog](https://github.com/datrs/sleep-parser/blob/master/CHANGELOG.md).* > ## 2018-12-28, Version 0.8.0 > ### Commits > - [[`f2fd8ba77a`](https://github.com/datrs/sleep-parser/commit/f2fd8ba77a73d1b6d3860f91f632013785c6a41b)] (cargo-release) version 0.8.0 (Yoshua Wuyts) > - [[`5927b5e69b`](https://github.com/datrs/sleep-parser/commit/5927b5e69b52a620a2162b507d3b11cf1c67ae22)] remove trailing zero verification ([#13](https://github-redirect.dependabot.com/datrs/sleep-parser/issues/13)) (Yoshua Wuyts) > - [[`bb5cd2c9ba`](https://github.com/datrs/sleep-parser/commit/bb5cd2c9bada1f1f539ea5a8eb3fef2cb36e1a60)] inline parsing ([#12](https://github-redirect.dependabot.com/datrs/sleep-parser/issues/12)) (Yoshua Wuyts) > - [[`4544c57897`](https://github.com/datrs/sleep-parser/commit/4544c5789795125a0ec7dcf995798e2b4dc89d53)] edition 2018 ([#11](https://github-redirect.dependabot.com/datrs/sleep-parser/issues/11)) (Yoshua Wuyts) > - [[`fae3dece83`](https://github.com/datrs/sleep-parser/commit/fae3dece83818e1ccadcc083c09a27246b8449f9)] Update changelog (Yoshua Wuyts) > > ### Stats > ```diff > CHANGELOG.md | 24 ++++++++++++++++++++++++ > Cargo.toml | 3 ++- > src/lib.rs | 37 ++++++++++++++----------------------- > tests/header.rs | 8 ++++---- > 4 files changed, 44 insertions(+), 28 deletions(-) > ``` > > > ## 2018-10-18, Version 0.7.0 > ### Commits > - [[`563b87b65f`](https://github.com/datrs/sleep-parser/commit/563b87b65f018f8ef5b70e8a18d03fe6e4663348)] (cargo-release) version 0.7.0 (Yoshua Wuyts) > - [[`603749a204`](https://github.com/datrs/sleep-parser/commit/603749a204c88033c96824727d585837069ba958)] work on stable ([#10](https://github-redirect.dependabot.com/datrs/sleep-parser/issues/10)) (Yoshua Wuyts) > - [[`2c80b79a27`](https://github.com/datrs/sleep-parser/commit/2c80b79a27a5f2a556f83b7a1925669272ecba05)] Keep up with modern times in clippy invocation ([#9](https://github-redirect.dependabot.com/datrs/sleep-parser/issues/9)) (Szabolcs Berecz) > - [[`db1d66d294`](https://github.com/datrs/sleep-parser/commit/db1d66d2941b7316a5faa9ce8134e4e4dd008c01)] Update .github (Yoshua Wuyts) > - [[`d23967a196`](https://github.com/datrs/sleep-parser/commit/d23967a196cfeb2bc41bdc000e58354cda2e5e2d)] ignore .dat (Yoshua Wuyts) > - [[`e9858cd35a`](https://github.com/datrs/sleep-parser/commit/e9858cd35a234b632c69511a56266ad0c53a22f2)] (cargo-release) start next development iteration 0.6.1-alpha.0 (Yoshua Wuyts) > > ### Stats > ```diff > .github/ISSUE_TEMPLATE.md | 40 +++----------------------------- > .github/ISSUE_TEMPLATE/bug_report.md | 23 ++++++++++++++++++- > .github/ISSUE_TEMPLATE/feature_request.md | 30 ++++++++++++++++++++++++- > .github/ISSUE_TEMPLATE/question.md | 18 ++++++++++++++- > .gitignore | 1 +- > .travis.yml | 24 ++++++++++--------- > Cargo.toml | 2 +- > README.md | 4 +-- > src/lib.rs | 19 ++++++++++++--- > 9 files changed, 108 insertions(+), 53 deletions(-) > ```
Commits - See full diff in [compare view](https://github.com/datrs/sleep-parser/commits/0.8.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.

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 cancel merge` will cancel a previously requested merge - `@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.