Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

Bump r2d2 from 0.8.8 to 0.8.9 #665

Open
wants to merge 1 commit into
base: refactor/actix-rewrite
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 30, 2021

Bumps r2d2 from 0.8.8 to 0.8.9.

Changelog

Sourced from r2d2's changelog.

[0.8.9] - 2020-06-30

Changed

  • Upgraded parking_lot.

[0.8.7] - 2019-11-25

Changed

  • Upgraded parking_lot.

[0.8.6] - 2019-10-19

Added

  • Added the ability to associate arbitrary data with pooled connections.

[0.8.5] - 2019-06-06

Changed

  • Upgraded parking_lot.

[0.8.4] - 2019-04-01

Added

  • Added a HandleEvent trait used to listen for various events from the pool for monitoring purposes.

Changed

  • Switched from standard library synchronization primitives to parking_lot.

[0.8.3] - 2018-11-03

Fixed

  • The set of idle connections is now treated as a stack rather than a queue. The old behavior interacted poorly with configurations that allowed the pool size to shrink when mostly idle.

[0.8.2] - 2017-12-24

Changed

  • Upgraded from log 0.3 to 0.4.

[0.8.1] - 2017-10-28

... (truncated)

Commits
  • 6b614c4 Release v0.8.9
  • 6ce3b4c Merge pull request #109 from JohnTitor/parking-lot
  • 52f5eff Update parking_lot to 0.11
  • 4d35b5b Merge pull request #108 from couchand/patch-1
  • 6127518 Update README.md: remove old r2d2-redis crate link
  • 8c0702c Update README.md: Prefer redis-rs built-in adaptor
  • e0422df Merge pull request #105 from Ben-PH/master
  • a290e86 Update README.md: Official mongodb driver released.
  • See full diff in compare view

Dependabot compatibility score

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

Bumps [r2d2](https://github.com/sfackler/r2d2) from 0.8.8 to 0.8.9.
- [Release notes](https://github.com/sfackler/r2d2/releases)
- [Changelog](https://github.com/sfackler/r2d2/blob/master/CHANGELOG.md)
- [Commits](sfackler/r2d2@v0.8.8...v0.8.9)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies rust Pull requests that update Rust code labels Apr 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies rust Pull requests that update Rust code
Development

Successfully merging this pull request may close these issues.

0 participants