wolf4ood / gremlin-rs

Gremlin Rust
Apache License 2.0
108 stars 30 forks source link

Update mobc requirement from 0.5.3 to 0.6.1 in /gremlin-client #110

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on mobc to permit the latest version.

Changelog

Sourced from mobc's changelog.

CHANGELOG

v0.5.12 2020-07-08

  • Add a new method into_inner to connection to unwrap the raw connection.

v0.5.11 2020-6-17

  • Upgrade the future-timer.

v0.5.10 2020-6-3

  • Add a sync hook validate in the Manager trait to quickly determine connections are still valid when check-in

v0.5.9 2020-6-3

  • Fix get timeout.

v0.5.8(yanked) 2020-6-1

  • Add a hook to determine connections are valid when check-in.

v0.5.7 2020-03-28

  • Fix PANIC: overflow when subtracting duration from instant.

v0.5.6 2020-03-26

  • Fixes to health checks, add a check interval

v0.5.5 2020-03-24

  • Add a new option to set connection's max idle lifetime.

v0.5.4 2020-03-17

  • Do not run the check if health_check is false.

v0.5.3 2020-01-17

  • Fix performance regression.

v0.5.2 2020-01-17

  • Do health check for the connection before return it.
  • Add configure item health_check.
  • Impl Debug for State.
  • Add method is_brand_new to Connection, which returns true if the connection is newly established.
  • Skip health check of those new connections.
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 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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #121.