awaitlink / vk-bot

:package: Crate for building chat bots for VK communities (uses Callback API)
https://crates.io/crates/vk-bot
MIT License
5 stars 2 forks source link

Update rvk requirement from 0.12.0 to 0.13.0 #6

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on rvk to permit the latest version.

Changelog *Sourced from [rvk's changelog](https://github.com/u32i64/rvk/blob/master/CHANGELOG.md).* > ## [0.13.0] - 2019-07-04 > ### Changed > - Updated to API version **5.101**. > > ## [0.12.0] - 2019-05-11 > ### Changed > - `APIClient::new` now accepts `token: impl Into` instead of `token: String`. > - Updated to API version **5.95**. > > ## [0.11.0] - 2019-02-21 > ### Changed > - Added `extra` field to `APIError` ([#4](https://github-redirect.dependabot.com/u32i64/rvk/pull/4)). > - `impl From<&str>` instead of `impl From<&'static str>` for `APIError`. > - Some tweaks to docs. > > ### Added > - New methods. See [`9ca852c`](https://github.com/u32i64/rvk/commit/9ca852cbd9154a6a9374fe727bcd06c16dfe7111). > > ## [0.10.0] - 2019-02-17 > > **yanked**, changes reverted. > ### Added > - `objects::message::Message`: add `pub to_id: Option` and `pub state: Option`. > ### Changed > - `objects::message::Message`'s `peer_id` field is now an `Option` (was `Integer`). > > ## [0.9.1] - 2019-02-12 > ### Added > - `#[derive(Debug)]` for `APIClient` > > ## [0.9.0] - 2018-12-07 > ### Changed > - Rust 2018 :tada: > > ## [0.8.0] - 2018-11-24 > ### Changed > - Updated to API version **5.92**. > > ## [0.7.0] - 2018-10-27 > ### Added > - `messages.getRecentCalls` method. > > ### Changed > - Improved performance using `lazy_static!`. > - Updated to API version **5.87**. > > ## [0.6.0] - 2018-09-14 > ### Changed > - Updated to API version **5.85**. See the [VK API Changelog](https://vk.com/dev/versions). > > ## [0.5.0] - 2018-07-19 > ... (truncated)
Commits - [`d6087ae`](https://github.com/u32i64/rvk/commit/d6087ae995369b8ca366d4ac8b19539279fd2ce2) Fix - [`e15acaf`](https://github.com/u32i64/rvk/commit/e15acaf305616734cc9e096980b6ce7d59b63af6) Merge branch 'master' of github.com:u32i64/rvk - [`2edddac`](https://github.com/u32i64/rvk/commit/2edddac7f83e2742c05a782fbf8acf5381dde50b) Update to API v5.101 - [`7954e5a`](https://github.com/u32i64/rvk/commit/7954e5a04af6a6e725249b6c316ca4856e97c637) Fix links to tags - [`ab44180`](https://github.com/u32i64/rvk/commit/ab44180c0f163e55a1dd3ecf2dde6cbce8f280fd) Add links to tags - [`06ec56e`](https://github.com/u32i64/rvk/commit/06ec56e07bcce352ffdf028ea8ff9e928cfdaa81) Fix date - See full diff in [compare view](https://github.com/u32i64/rvk/compare/v0.12.0...v0.13.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 will not automatically merge this PR because this dependency is pre-1.0.0.


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.
awaitlink commented 5 years ago

@dependabot merge

dependabot-preview[bot] commented 5 years ago

Dependabot tried to merge this PR, but received the following error from GitHub:

At least 1 approving review is required by reviewers with write access.
dependabot-preview[bot] commented 5 years ago

Dependabot tried to automerge this PR, but received the following error from GitHub:

At least 1 approving review is required by reviewers with write access.

As a result, we've disabled automerging on this repo (you can re-enable it in your Dependabot settings).