Skip to content

Bump tokio-postgres from 0.7.16 to 0.7.18 in /tests/client_tests/rust - #427

Merged
matriv merged 1 commit into
masterfrom
dependabot/cargo/tests/client_tests/rust/tokio-postgres-0.7.18
Aug 25, 2026
Merged

Bump tokio-postgres from 0.7.16 to 0.7.18 in /tests/client_tests/rust#427
matriv merged 1 commit into
masterfrom
dependabot/cargo/tests/client_tests/rust/tokio-postgres-0.7.18

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps tokio-postgres from 0.7.16 to 0.7.18.

Release notes

Sourced from tokio-postgres's releases.

tokio-postgres v0.7.18

Fixed

  • Error instead of panicking on DataRow field/column count mismatch.

tokio-postgres v0.7.17

Added

  • Added Client::execute_typed method.
  • Added Client::query_typed_one and Client::query_typed_opt methods.
  • Added GenericClient::execute_typed, GenericClient::query_typed_one, and GenericClient::query_typed_opt methods.
  • Added Transaction::execute_typed, Transaction::query_typed_one, and Transaction::query_typed_opt methods.
  • Added support for bit-vec 0.9 via the with-bit-vec-0_9 feature.

Changed

  • Upgraded rand to 0.10.
  • Upgraded to Rust edition 2024, minimum Rust version 1.85.
Commits
  • f1cb6ec Release tokio-postgres v0.7.18
  • 70cf8eb Release postgres-types v0.2.14
  • 5cdab55 Release postgres-derive v0.4.9
  • 76062c9 Release postgres-protocol v0.6.12
  • b661993 fix(derive): error instead of panicking on incomplete composite values
  • d40097a fix(protocol): bound the SCRAM iteration count to prevent a DoS
  • 2af79a0 fix(types): avoid panic decoding out-of-range time 0.2 dates/timestamps
  • 7a00ffa fix(tokio): reject DataRow with a field count that differs from the columns
  • a7cf84b fix(protocol): avoid panic on out-of-bounds hstore key/value length
  • 7cf186f test(protocol): add test for SCRAM error value parsing
  • 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Aug 24, 2026
@crate-jenkins

Copy link
Copy Markdown
Collaborator

Can one of the admins verify this patch?

@matriv

matriv commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

ok to test

Bumps [tokio-postgres](https://github.com/rust-postgres/rust-postgres) from 0.7.16 to 0.7.18.
- [Release notes](https://github.com/rust-postgres/rust-postgres/releases)
- [Commits](rust-postgres/rust-postgres@tokio-postgres-v0.7.16...tokio-postgres-v0.7.18)

---
updated-dependencies:
- dependency-name: tokio-postgres
  dependency-version: 0.7.18
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@matriv
matriv force-pushed the dependabot/cargo/tests/client_tests/rust/tokio-postgres-0.7.18 branch from 0c6434d to a9f4806 Compare August 25, 2026 13:05
@matriv
matriv merged commit 3f5a0f4 into master Aug 25, 2026
1 check passed
@matriv
matriv deleted the dependabot/cargo/tests/client_tests/rust/tokio-postgres-0.7.18 branch August 25, 2026 15:37
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.

2 participants