Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump deadpool from 0.12.1 to 0.12.2 in the deadpool group #3642

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps the deadpool group with 1 update: deadpool.

Updates deadpool from 0.12.1 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.
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

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 3, 2025
@dependabot dependabot bot requested a review from a team as a code owner February 3, 2025 20:06
@dependabot dependabot bot added the rust Pull requests that update Rust code label Feb 3, 2025
Copy link
Contributor

@divviup-github-automation divviup-github-automation left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approving dependabot PR.

Bumps the deadpool group with 1 update: [deadpool](https://github.com/bikeshedder/deadpool).


Updates `deadpool` from 0.12.1 to 0.12.2
- [Changelog](https://github.com/bikeshedder/deadpool/blob/master/CHANGELOG.md)
- [Commits](deadpool-rs/deadpool@deadpool-v0.12.1...deadpool-v0.12.2)

---
updated-dependencies:
- dependency-name: deadpool
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deadpool
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/release/0.7/deadpool-0f3ec369a2 branch from 9a1dfb6 to 4629b0e Compare February 3, 2025 21:19
@divviup-github-automation divviup-github-automation merged commit 9701b4f into release/0.7 Feb 3, 2025
8 checks passed
@divviup-github-automation divviup-github-automation deleted the dependabot/cargo/release/0.7/deadpool-0f3ec369a2 branch February 3, 2025 22:50
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