Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 19, 2025

Bumps deadpool from 0.10.0 to 0.12.2.

Changelog

Sourced from deadpool's changelog.

[0.12.2] - 2025-02-02

  • Update itertools dependency to version 0.13.0
  • Change predicate parameter of Pool::retain method to FnMut
  • Add RetainResult as return value of Pool::retain method
  • Fix panic in Pool::resize method caused by shrinking and growing the pool in quick succession.

[0.12.1] - 2024-05-07

  • Add WASM support

[0.12.0] - 2024-05-04

  • Add Send to Manager::Type and Manager::Error associated types
  • Add Send to Manager::create and Manager::recycle return types

[0.11.2] - 2024-04-10

  • Make Timeouts::new and Timeouts::wait_millis functions const fns

[0.11.1] - 2024-04-06

  • Remove unused console dependency

[0.11.0] - 2024-04-01

  • Remove async_trait dependency
  • Bump up MSRV to 1.75
Commits
  • 69f10e2 Release deadpool 0.12.2
  • bc0c222 Move all resizing-based tests to the same test module
  • 272a253 Fix panic in Pool::resize method
  • 9b78bb0 Add test for reproducing panics on resize
  • 24673ad Fix clippy warnings
  • 77642f5 Update devcontainer to latest Ubuntu and Rust version
  • 387f9e2 chore: Update redis dependency to version 0.28
  • eb8b0e0 Fix clippy warnings
  • 7b2f616 Add RetainResult as return value of Pool::retain method
  • 5890f7c Update CHANGELOG
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 19, 2025
@CLAassistant
Copy link

CLAassistant commented May 19, 2025

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@dependabot dependabot bot force-pushed the dependabot/cargo/deadpool-0.12.2 branch 2 times, most recently from 15e0286 to ff83153 Compare May 21, 2025 15:34
Bumps [deadpool](https://github.com/bikeshedder/deadpool) from 0.10.0 to 0.12.2.
- [Changelog](https://github.com/deadpool-rs/deadpool/blob/master/CHANGELOG.md)
- [Commits](deadpool-rs/deadpool@deadpool-v0.10.0...deadpool-v0.12.2)

---
updated-dependencies:
- dependency-name: deadpool
  dependency-version: 0.12.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/deadpool-0.12.2 branch from ff83153 to 5923c44 Compare May 27, 2025 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant