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.9.1 to 0.10.0 #1

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.10.0] - 2019-02-17 > ### 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`), so that that object can be used in `message_typing_state` Callback API event, and also just in case. > > ## [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 > ### Added > - Objects! See [`rvk::objects (v0.5)`](https://docs.rs/rvk/0.5/rvk/objects/index.html). > > ## [0.4.0] - 2018-06-26 > ### Changed > - Type [`rvk::Params (v0.3.1)`](https://docs.rs/rvk/0.3.1/rvk/type.Params.html) was moved to [`rvk::api::Params (v0.4.0)`](https://docs.rs/rvk/0.4.0/rvk/api/type.Params.html), but it is now re-exported as `rvk::Params` too. > > ## [0.3.0] - 2018-06-19 > ### Changed > - This renames/adds some methods for VK API version **5.80** according to the [API Changelog](https://vk.com/dev/versions). > > ## [0.2.0] - 2018-05-31 > ### Changed > - API is now accessed synchronously > - Improved error handling > > ## [0.1.0] - 2018-05-26 > ### First release
Commits - See full diff in [compare view](https://github.com/u32i64/rvk/commits)


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 - `@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

Looks like rvk is up-to-date now, so this is no longer needed.