wolf4ood / gremlin-rs

Gremlin Rust
Apache License 2.0
106 stars 29 forks source link

Update mobc requirement from 0.7 to 0.8 in /gremlin-client #170

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 1 year ago

Updates the requirements on mobc to permit the latest version.

Release notes

Sourced from mobc's releases.

0.8.1

Update readme typo's and update mobc-redis and mobc-postgres deps to use 0.8

Changelog

Sourced from mobc's changelog.

v0.8.1

  • Fix typo's in readme
  • Update mobc-postgres and mobc-redis to use latest version

v0.8.0

  • Replaces channels with Sempahores
  • Adds metrics

v0.7.3 2021-6-25

  • Support the actix-rt v1.0.

v0.7.2 2021-4-2

  • Retry when connection check fails on checkout

v0.7.1 2021-3-12

  • Optimize the internal get requests queue.

v0.7.0 2021-1-19

  • Compatible with Tokio 1.0

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.

... (truncated)

Commits


You can trigger a rebase of this PR 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

wolf4ood commented 9 months ago

@dependabot rebase

dependabot[bot] commented 9 months 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. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

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