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 0.6.0 to 1.0.0 #50

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 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).* > ## 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(-) > ``` > > > ## 2018-08-29, Version 0.6.0 > ### Commits > - [[`23e48f8e29`](https://github.com/datrs/random-access-storage/commits/23e48f8e29fc5cb0eaf7a0e77485cd6d23884771)] (cargo-release) version 0.6.0 (Yoshua Wuyts) > - [[`f1fc4982aa`](https://github.com/datrs/random-access-storage/commits/f1fc4982aa1f1a4e6b919344810f87ec36be36c7)] Fixes [#7](https://github-redirect.dependabot.com/datrs/random-access-storage/issues/7): Make RandomAccess always open ([#11](https://github-redirect.dependabot.com/datrs/random-access-storage/issues/11)) (Szabolcs Berecz) > - [[`3855bef02a`](https://github.com/datrs/random-access-storage/commits/3855bef02a392bff362a297b610cdf9180f00ded)] Update README.md ([#10](https://github-redirect.dependabot.com/datrs/random-access-storage/issues/10)) (周汉成) > - [[`97ebff543c`](https://github.com/datrs/random-access-storage/commits/97ebff543c466582f68c7dd192361dc41a9646dc)] add read_to_writer method ([#9](https://github-redirect.dependabot.com/datrs/random-access-storage/issues/9)) (Yoshua Wuyts) > - [[`50b947e688`](https://github.com/datrs/random-access-storage/commits/50b947e688ef3ea5addd81991386ae389a66c1f6)] Fix typo and switch to clippy-preview ([#5](https://github-redirect.dependabot.com/datrs/random-access-storage/issues/5)) (Szabolcs Berecz) > - [[`61a3d42a56`](https://github.com/datrs/random-access-storage/commits/61a3d42a56cfba8c0803854394f9488e68525085)] (cargo-release) start next development iteration 0.5.1-alpha.0 (Yoshua Wuyts) > > ### Stats > ```diff > .travis.yml | 2 +- > Cargo.toml | 2 +- > README.md | 23 +++++++++++++++------- > src/lib.rs | 66 ++++++++++---------------------------------------------------- > 4 files changed, 29 insertions(+), 64 deletions(-) > ```
Commits - See full diff in [compare view](https://github.com/datrs/random-access-storage/commits/1.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 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.
dependabot-preview[bot] commented 5 years ago

Superseded by #54.