datrs / hypercore

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

Update random-access-storage requirement from 2.0.0 to 3.0.0 #79

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on random-access-storage to permit the latest version.

Changelog *Sourced from [random-access-storage's changelog](https://github.com/datrs/random-access-storage/blob/master/CHANGELOG.md).* > ## 2019-07-27, Version 3.0.0 > ### Commits > - [[`49c25778a0`](https://github.com/datrs/random-access-storage/commit/49c25778a0f80db733028c059958303e374b5965)] (cargo-release) version 3.0.0 (Yoshua Wuyts) > - [[`553af611fd`](https://github.com/datrs/random-access-storage/commit/553af611fde9a22e92b17c9b52cc1379cd4dc57d)] u64 file offsets ([#17](https://github-redirect.dependabot.com/datrs/random-access-storage/issues/17)) (James Halliday) > - [[`b73e7fb619`](https://github.com/datrs/random-access-storage/commit/b73e7fb619ebf07de6f5f409bee4f843cb0f0967)] sync_all method ([#18](https://github-redirect.dependabot.com/datrs/random-access-storage/issues/18)) (James Halliday) > - [[`02e700d41c`](https://github.com/datrs/random-access-storage/commit/02e700d41ce119325d09c762b697b957af16697a)] Changed signature of len() to immutably borrow self ([#19](https://github-redirect.dependabot.com/datrs/random-access-storage/issues/19)) (Freddie Ridell) > - [[`36c5b96d63`](https://github.com/datrs/random-access-storage/commit/36c5b96d63159317c6ec756ff579174e07856b10)] Update changelog (Yoshua Wuyts) > > ### Stats > ```diff > CHANGELOG.md | 16 ++++++++++++++++ > Cargo.toml | 4 ++-- > README.md | 4 ++++ > src/lib.rs | 21 ++++++++++----------- > 4 files changed, 32 insertions(+), 13 deletions(-) > ``` > > > ## 2018-12-18, Version 2.0.0 > ### Commits > - [[`55ab88f0fd`](https://github.com/datrs/random-access-storage/commit/55ab88f0fd5114f8911442bc665fcca6949516ac)] (cargo-release) version 2.0.0 (Yoshua Wuyts) > - [[`81319ec100`](https://github.com/datrs/random-access-storage/commit/81319ec100e196c0ad79528d966d7717005c38f1)] len() and is_empty() ([#16](https://github-redirect.dependabot.com/datrs/random-access-storage/issues/16)) (James Halliday) > - [[`fb18d9f5d3`](https://github.com/datrs/random-access-storage/commit/fb18d9f5d3a4b950f457d941acd69f6c57a11bf7)] Update changelog (Yoshua Wuyts) > > ### Stats > ```diff > CHANGELOG.md | 18 ++++++++++++++++++ > Cargo.toml | 2 +- > README.md | 8 ++++++++ > src/lib.rs | 8 ++++++++ > 4 files changed, 35 insertions(+), 1 deletion(-) > ``` > > > ## 2018-11-20, Version 1.0.0 > ### Commits > - [[`2e9f4090d7`](https://github.com/datrs/random-access-storage/commit/2e9f4090d766a8fbaf6301e789b7db1439e383ad)] (cargo-release) version 1.0.0 (Yoshua Wuyts) > - [[`5e423e35ff`](https://github.com/datrs/random-access-storage/commit/5e423e35ff60ad7ed918a883c776c287a4b9b3fe)] truncate method ([#15](https://github-redirect.dependabot.com/datrs/random-access-storage/issues/15)) (James Halliday) > - [[`0b242b6234`](https://github.com/datrs/random-access-storage/commit/0b242b6234586ceb1b23a2ac5a7ba5b021084be5)] Keep up with modern times in clippy invocation ([#12](https://github-redirect.dependabot.com/datrs/random-access-storage/issues/12)) (Szabolcs Berecz) > - [[`622cf79c92`](https://github.com/datrs/random-access-storage/commit/622cf79c92194ea234c92bd090cd061425331ff0)] update changelog (Yoshua Wuyts) > > ### Stats > ```diff > .travis.yml | 2 +- > CHANGELOG.md | 19 +++++++++++++++++++ > Cargo.toml | 2 +- > README.md | 4 ++++ > src/lib.rs | 4 ++++ > 5 files changed, 29 insertions(+), 2 deletions(-) > ``` > ... (truncated)
Commits - [`49c2577`](https://github.com/datrs/random-access-storage/commit/49c25778a0f80db733028c059958303e374b5965) (cargo-release) version 3.0.0 - [`553af61`](https://github.com/datrs/random-access-storage/commit/553af611fde9a22e92b17c9b52cc1379cd4dc57d) u64 file offsets ([#17](https://github-redirect.dependabot.com/datrs/random-access-storage/issues/17)) - [`b73e7fb`](https://github.com/datrs/random-access-storage/commit/b73e7fb619ebf07de6f5f409bee4f843cb0f0967) sync_all method ([#18](https://github-redirect.dependabot.com/datrs/random-access-storage/issues/18)) - [`02e700d`](https://github.com/datrs/random-access-storage/commit/02e700d41ce119325d09c762b697b957af16697a) Changed signature of len() to immutably borrow self ([#19](https://github-redirect.dependabot.com/datrs/random-access-storage/issues/19)) - [`36c5b96`](https://github.com/datrs/random-access-storage/commit/36c5b96d63159317c6ec756ff579174e07856b10) Update changelog - See full diff in [compare view](https://github.com/datrs/random-access-storage/compare/2.0.0...3.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.

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.
dependabot-preview[bot] commented 4 years ago

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

dependabot-preview[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.