Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 2, 2025

This PR contains the following updates:

Package Type Update Change
tokio-postgres dependencies patch 0.7.120.7.16

Release Notes

rust-postgres/rust-postgres (tokio-postgres)

v0.7.16: tokio-postgres v0.7.16

Compare Source

Added
  • Added Client::query_scalar, Client::query_one_scalar, and Client::query_opt_scalar methods.
  • Added Row::raw_size_bytes method.
  • Added Column::type_modifier method.
Changed
  • Upgraded whoami to v2.

v0.7.15: tokio-postgres v0.7.15

Compare Source

Added
  • Added Client::check_connection API.
  • Added Client::simple_query_raw API.
Changed
  • Improved the effectiveness of Client::is_closed.
  • Stop including error chain in Display impl of Error

v0.7.14: tokio-postgres v0.7.14

Compare Source

Added
  • Added support for jiff v0.2.
  • Added support for bit-vec versions v0.7 and v0.8.
  • Re-exported fallible-iterator
  • Expose sync rollback as a private API method
Fixes
  • Changed set_tcp_user_timeout to only be called when enabled
Changed
  • Updated repository links to use rust-postgres organization.
  • Upgraded to Rust 2021 edition.
  • Upgraded phf to v0.13
  • Upgraded socket2 to v0.6
  • Disabled default features of futures-util

v0.7.13: tokio-postgres v0.7.13

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/tokio-postgres-0.x-lockfile branch from ea20f78 to 5704360 Compare March 10, 2025 11:20
@renovate renovate bot force-pushed the renovate/tokio-postgres-0.x-lockfile branch from 5704360 to 1339eb5 Compare August 10, 2025 12:38
@renovate renovate bot changed the title fix(deps): update rust crate tokio-postgres to v0.7.13 fix(deps): update rust crate tokio-postgres to v0.7.14 Sep 25, 2025
@renovate renovate bot force-pushed the renovate/tokio-postgres-0.x-lockfile branch from 1339eb5 to ffa1d02 Compare September 25, 2025 08:49
@renovate renovate bot changed the title fix(deps): update rust crate tokio-postgres to v0.7.14 chore(deps): update rust crate tokio-postgres to v0.7.14 Sep 25, 2025
@renovate renovate bot changed the title chore(deps): update rust crate tokio-postgres to v0.7.14 chore(deps): update rust crate tokio-postgres to v0.7.15 Oct 8, 2025
@renovate renovate bot force-pushed the renovate/tokio-postgres-0.x-lockfile branch from ffa1d02 to 0600e85 Compare December 10, 2025 10:34
@renovate renovate bot changed the title chore(deps): update rust crate tokio-postgres to v0.7.15 chore(deps): update rust crate tokio-postgres to v0.7.16 Jan 14, 2026
@renovate
Copy link
Contributor Author

renovate bot commented Jan 14, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package tokio-postgres@0.7.12 --precise 0.7.16
    Updating crates.io index
error: failed to select a version for `web-sys`.
    ... required by package `whoami v2.0.1`
    ... which satisfies dependency `whoami = "^2.0.1"` of package `tokio-postgres v0.7.16`
    ... which satisfies dependency `tokio-postgres = "^0.7.10"` of package `dbman v0.123.2 (/tmp/renovate/repos/github/hef/dbman)`
versions that meet the requirements `^0.3.77` are: 0.3.83, 0.3.82, 0.3.81, 0.3.80, 0.3.79, 0.3.78, 0.3.77

all possible versions conflict with previously selected packages.

  previously selected package `web-sys v0.3.76`
    ... which satisfies dependency `web-sys = "=0.3.76"` of package `wasm-bindgen-futures v0.4.49`
    ... which satisfies dependency `wasm-bindgen-futures = "^0.4.18"` (locked to 0.4.49) of package `reqwest v0.12.9`
    ... which satisfies dependency `reqwest = "^0.12.4"` (locked to 0.12.9) of package `dbman v0.123.2 (/tmp/renovate/repos/github/hef/dbman)`

failed to select a version for `web-sys` which could resolve this conflict

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.

0 participants