Skip to content

fix(deps): update cargo dependencies#2934

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/cargo
Closed

fix(deps): update cargo dependencies#2934
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/cargo

Conversation

@renovate

@renovate renovate Bot commented May 12, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
pgwire workspace.dependencies minor 0.28 -> 0.29
tonic dependencies minor 0.12 -> 0.13
tonic-health dependencies minor 0.12 -> 0.13
tonic-reflection dependencies minor 0.12 -> 0.13

Release Notes

sunng87/pgwire (pgwire)

v0.29.0

Compare Source

Added
  • New API client_certificates in ClientInfo for retrieving clietn
    certificate information. [#​255]
  • A few unfinished client API. These APIs are disabled with feature gate by
    default.
Changed
  • Reverted API change for optional TLS feature introduced in 0.27. Now the API
    signature stays unchanged when TLS disabled, you will still need to pass
    None as TlsAcceptor in process_socket. [#​228]
  • Previously we treat all error as fatal internal error but some of them are due
    to client invalid input. This version corrected this and return ERROR for
    these type of errors. [#​240]
  • For direct SSL negotiation, we now check ALPN strictly. [#​243]
  • Changed default server_version format for compatibility. [#​233]
Fixed
  • Avoid panic for get_string on empty buffer [#​247]
hyperium/tonic (tonic)

v0.13.1

Compare Source

What's Changed

New Contributors

Full Changelog: grpc/grpc-rust@v0.13.0...v0.13.1

v0.13.0

Compare Source


Configuration

📅 Schedule: Branch creation - "after 5pm on monday" in timezone Etc/UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Never, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added the dependencies Pull requests that update a dependency file label May 12, 2025
@renovate renovate Bot enabled auto-merge (squash) May 12, 2025 22:19
@renovate renovate Bot requested a review from a team May 12, 2025 22:19
@renovate renovate Bot force-pushed the renovate/cargo branch from c693b12 to cbbe9f1 Compare May 12, 2025 22:21
@renovate

renovate Bot commented May 12, 2025

Copy link
Copy Markdown
Contributor Author

⚠️ 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: nexus/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path nexus/pt/Cargo.toml --package tonic@0.12.3 --precise 0.13.1
    Updating crates.io index
error: failed to select a version for the requirement `tonic = "^0.12.3"`
candidate versions found which didn't match: 0.13.1
location searched: crates.io index
required by package `gcp-bigquery-client v0.25.1`
    ... which satisfies dependency `gcp-bigquery-client = "^0.25"` (locked to 0.25.1) of package `peer-bigquery v0.1.0 (/tmp/renovate/repos/github/PeerDB-io/peerdb/nexus/peer-bigquery)`

@iamKunalGupta iamKunalGupta requested a review from serprex May 12, 2025 22:26
@iamKunalGupta

Copy link
Copy Markdown
Member

Depends on #2933 @serprex ?

@serprex

serprex commented May 12, 2025

Copy link
Copy Markdown
Member

@iamKunalGupta tonic still can't be updated, so this PR should be rejected

@iamKunalGupta

Copy link
Copy Markdown
Member

Have paused updates, once tonic issue is fixed, this PR can be closed and new updates will create new PRs

@renovate renovate Bot force-pushed the renovate/cargo branch from cbbe9f1 to 86f3532 Compare May 20, 2025 11:27
auto-merge was automatically disabled July 7, 2025 16:02

Pull request was closed

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 stop-updating

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants