Skip to content

⬆️ Update deadpool-postgres requirement from 0.9 to 0.10#204

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/deadpool-postgres-0.10
Open

⬆️ Update deadpool-postgres requirement from 0.9 to 0.10#204
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/deadpool-postgres-0.10

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 18, 2021

Updates the requirements on deadpool-postgres to permit the latest version.

Changelog

Sourced from deadpool-postgres's changelog.

Change Log

v0.9.0

  • Breaking: Replace config feature with serde (opted out by default)
  • Fix std::error::Error::source implementations for library errors
  • Add Runtime::spawn_blocking method
  • Add Runtime::spawn_blocking_background method
  • Remove Runtime::None in favor of Option<Runtime>
  • Remove Pool::new method
  • Add Pool::builder method and PoolBuilder struct
  • Add Object::metrics method and Metrics struct
  • Update tokio dependency to version 1.5.0
  • Add post_create, pre_recycle and post_recycle hooks
  • Add Pool::resize method
  • Add managed_reexports macro

v0.8.2

  • Add deadpool-diesel to README
  • Add Sync + Send as supertrait to Manager
  • Fix usage of PhantomData in Pool struct: Pool is now Sync` regardless of the wrapper.

v0.8.1

  • Add Object::pool method

v0.8.0

  • Add support for closing pools
  • Replace crossbeam-queue by Mutex<VecDeque<_>>
  • Fix invalid size and available counts when recycling fails
  • Update config dependency to version 0.11
  • Remove deprecated from_env methods
  • Add support for wrappers returned by the pool
  • Use associated types for traits

v0.7.0

  • Update tokio dependency to version 1

v0.6.0

  • Update tokio dependency to version 0.3
  • Update crossbeam-queue dependency to version 0.3
  • Remove deprecated deadpool::* types
  • Add deadpool-memcached to README

v0.5.2

... (truncated)

Commits
  • 26b71a2 Release deadpool 0.9.0 and deadpool-* crates
  • efe5821 Ignore rust code in reexports documentation
  • 2540d77 Add macro for reexports
  • c325d4f Make hooks module private and add reexports
  • 6bfbcc9 Add RecycleError::StaticMessage
  • f35ac2a Make hooks module private and relevant types
  • 2c6f899 Update README
  • 00d13ea Fix Debug impl of HookVec
  • 69666c1 Remove obsolete FIXME comment
  • ed9f05c Mention deadpool-r2d2 in README
  • Additional commits viewable in compare view

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)

Updates the requirements on [deadpool-postgres](https://github.com/bikeshedder/deadpool) to permit the latest version.
- [Release notes](https://github.com/bikeshedder/deadpool/releases)
- [Changelog](https://github.com/bikeshedder/deadpool/blob/master/CHANGELOG.md)
- [Commits](deadpool-rs/deadpool@deadpool-postgres-v0.9.0...deadpool-postgres-v0.10.0)

---
updated-dependencies:
- dependency-name: deadpool-postgres
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added 2-dependabot dependabot pull request automerge merge is ready and be merged automatically labels Oct 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2-dependabot dependabot pull request automerge merge is ready and be merged automatically

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants