Skip to content

deps: bump bb8-postgres from 0.8.1 to 0.9.0#969

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/bb8-postgres-0.9.0
Open

deps: bump bb8-postgres from 0.8.1 to 0.9.0#969
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/bb8-postgres-0.9.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Copy link
Copy Markdown
Contributor

Bumps bb8-postgres from 0.8.1 to 0.9.0.

Release notes

Sourced from bb8-postgres's releases.

0.9.0

bb8 0.9.0 (and bb8-postgres 0.9.0, bb8-redis 0.18.0) adopts RPITIT (first stabilized in Rust 1.75) to drop the dependency on async_trait. This comes at the cost of raising the MSRV for these new releases to 1.75. If any bugs are found, I will consider releasing 0.8.x upgrades until such time as Tokio bumps its MSRV to 1.75.

What's Changed

v0.8.6

What's Changed

Please consider sponsoring ongoing maintenance or contact @​djc to discuss commercial support.

0.8.5

What's Changed

v0.8.4

What's Changed

0.8.3

What's Changed

v0.8.2

What's Changed

Full Changelog: djc/bb8@v0.8.1...v0.8.2

Commits
  • 6e2a586 Major version bump for all crates
  • 38d74f7 Replace async_trait with native async fns
  • 2bde6f9 Bump MSRV to 1.75
  • 50ebc39 Get token from environment
  • 58b1e6b Apply suggestions from clippy 1.83
  • 8368ba1 Add Discord link to README
  • 329519c Bump bb8 version to 0.8.6
  • e58cac8 bb8: linearize code in PoolInner::put_back()
  • f02f40f Fix leaky connections
  • 8210b0e Reap expired connections on drop
  • 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 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)

Bumps [bb8-postgres](https://github.com/djc/bb8) from 0.8.1 to 0.9.0.
- [Release notes](https://github.com/djc/bb8/releases)
- [Commits](djc/bb8@v0.8.1...v0.9.0)

---
updated-dependencies:
- dependency-name: bb8-postgres
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github May 25, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: automated. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested a review from shushuzn as a code owner May 25, 2026 01:33
@kilo-code-bot

kilo-code-bot Bot commented May 25, 2026

Copy link
Copy Markdown

Code Review Summary

Status: Issues Found | Recommendation: Address before merge

Overview

Severity Count
WARNING 1
SUGGESTION 1
Issue Details (click to expand)

WARNING

File Line Issue
crates/rairos-api-gateway/Cargo.toml 19 Version mismatch: bb8 = "0.8" conflicts with bb8-postgres 0.9 which requires bb8 0.9.1. The bb8-postgres 0.9.0 crate explicitly depends on bb8 0.9.1, causing potential compilation errors or version resolution issues.

SUGGESTION

File Line Issue
N/A N/A bb8-postgres 0.9.0 raises the MSRV to Rust 1.75. This should be documented in project documentation as a breaking change for users on older Rust versions.
Files Reviewed (4 files)
  • Cargo.lock - Dependency lock file update
  • Cargo.toml - Workspace dependency update
  • crates/rairos-api-gateway/Cargo.toml - Crate dependency specification
  • crates/rairos-api-gateway/src/state.rs - bb8 usage context
  • crates/rairos-api-gateway/src/routes.rs - bb8 usage context

tokio-postgres = { version = "0.7", features = ["with-uuid-1", "with-chrono-0_4"] }
bb8-postgres = "0.8"
bb8-postgres = "0.9"
bb8 = "0.8"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

WARNING: Version mismatch - bb8 = "0.8" conflicts with bb8-postgres 0.9. The bb8-postgres 0.9.0 crate requires bb8 0.9.1 (as shown in the Cargo.lock). This will cause compilation errors due to version conflict. Should update to bb8 = "0.9".

@kilo-code-bot

kilo-code-bot Bot commented May 25, 2026

Copy link
Copy Markdown

Code Review Summary

Status: Issues Found | Recommendation: Address before merge

Overview

Severity Count
WARNING 1
SUGGESTION 1
Issue Details (click to expand)

WARNING

File Line Issue
crates/rairos-api-gateway/Cargo.toml 19 Version mismatch: bb8 = "0.8" conflicts with bb8-postgres 0.9 which requires bb8 0.9.1. Inline comment posted.

SUGGESTION

File Line Issue
N/A N/A bb8-postgres 0.9.0 raises the MSRV to Rust 1.75. This should be documented in project documentation as a breaking change for users on older Rust versions.
Files Reviewed (4 files)
  • Cargo.lock - Dependency lock file update
  • Cargo.toml - Workspace dependency update
  • crates/rairos-api-gateway/Cargo.toml - Crate dependency specification
  • crates/rairos-api-gateway/src/state.rs - bb8 usage context
  • crates/rairos-api-gateway/src/routes.rs - bb8 usage context

Reviewed by laguna-m.1-20260312:free · 624,675 tokens

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants