Skip to content

Merge tokio-postgres 0.7.13 #7

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

Merged
merged 45 commits into from
Apr 29, 2025
Merged

Merge tokio-postgres 0.7.13 #7

merged 45 commits into from
Apr 29, 2025

Conversation

aqrln
Copy link
Member

@aqrln aqrln commented Apr 29, 2025

Update tokio-postgres to the latest stable version.

sfackler and others added 30 commits September 15, 2024 20:14
add `load_balance_hosts` to `Debug` impl for `Config`
Getting `PrimitiveDateTime` panics if the value is infinity.
This commit fixes the panic.

An infinity test is added, mirroring the existing one for chrono.
The applied suggestion for 2024 match ergonomics trips another lint.
This fixes the lint.
cargo tests in CI are [failing](https://github.com/sfackler/rust-postgres/actions/runs/12862700447/job/35858038081?pr=1198)
because of a dependency requirement:

```
Run cargo test --all
error: package `geo-types v0.7.15` cannot be built because it requires rustc 1.75 or newer, while the currently active rustc version is 1.74.0
Either upgrade to rustc 1.75 or newer, or use
cargo update [email protected] --precise ver
where `ver` is the latest version of `geo-types` supporting rustc 1.74.0
```

This bumps the Rust version so tests will run.
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@0.8.5...0.9.0)

---
updated-dependencies:
- dependency-name: rand
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
feat: sslnegotiation and direct ssl for postgres 17
@aqrln aqrln merged commit 6afba8f into pgbouncer-mode Apr 29, 2025
@aqrln aqrln deleted the push-sztwulwxzrnp branch April 29, 2025 10:52
aqrln added a commit to prisma/prisma-engines that referenced this pull request Apr 29, 2025
aqrln added a commit to prisma/prisma-engines that referenced this pull request Apr 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants