Skip to content
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

fix(deps): update cargo dependencies #2403

Merged
merged 2 commits into from
Dec 30, 2024
Merged

fix(deps): update cargo dependencies #2403

merged 2 commits into from
Dec 30, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 30, 2024

This PR contains the following updates:

Package Type Update Change
aws-config dependencies patch 1.5.11 -> 1.5.12
aws-sdk-kms dependencies minor 1.52.0 -> 1.53.0
reqwest dependencies patch 0.12.9 -> 0.12.11
serde (source) dependencies patch 1.0.216 -> 1.0.217

Release Notes

seanmonstar/reqwest (reqwest)

v0.12.11

Compare Source

  • Fix decompression returning an error when HTTP/2 ends with an empty data frame.

v0.12.10

Compare Source

  • Add ClientBuilder::connector_layer() to allow customizing the connector stack.
  • Add ClientBuilder::http2_max_header_list_size() option.
  • Fix propagating body size hint (content-length) information when wrapping bodies.
  • Fix decompression of chunked bodies so the connections can be reused more often.
serde-rs/serde (serde)

v1.0.217

Compare Source

  • Support serializing externally tagged unit variant inside flattened field (#​2786, thanks @​Mingun)

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Dec 30, 2024
@renovate renovate bot enabled auto-merge (squash) December 30, 2024 19:01
@renovate renovate bot requested a review from a team December 30, 2024 19:01
Copy link
Contributor Author

renovate bot commented Dec 30, 2024

⚠️ 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/peer-snowflake/Cargo.toml --package [email protected] --precise 0.12.11
    Updating crates.io index
error: failed to select a version for `tower`.
    ... required by package `axum v0.7.9`
    ... which satisfies dependency `axum = "^0.7"` (locked to 0.7.9) of package `tonic v0.12.3`
    ... which satisfies dependency `tonic = "^0.12"` (locked to 0.12.3) of package `pt v0.1.0 (/tmp/renovate/repos/github/PeerDB-io/peerdb/nexus/pt)`
    ... which satisfies path dependency `pt` (locked to 0.1.0) of package `peerdb-server v0.1.0 (/tmp/renovate/repos/github/PeerDB-io/peerdb/nexus/server)`
versions that meet the requirements `^0.5.1` (locked to 0.5.1) are: 0.5.1

all possible versions conflict with previously selected packages.

  previously selected package `tower v0.5.2`
    ... which satisfies dependency `tower = "^0.5.2"` of package `reqwest v0.12.11`
    ... which satisfies dependency `reqwest = "^0.12"` of package `peer-snowflake v0.1.0 (/tmp/renovate/repos/github/PeerDB-io/peerdb/nexus/peer-snowflake)`
    ... which satisfies path dependency `peer-snowflake` (locked to 0.1.0) of package `peerdb-server v0.1.0 (/tmp/renovate/repos/github/PeerDB-io/peerdb/nexus/server)`

failed to select a version for `tower` which could resolve this conflict

Copy link
Contributor Author

renovate bot commented Dec 30, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot merged commit 0eb27cf into main Dec 30, 2024
14 checks passed
@renovate renovate bot deleted the renovate/cargo branch December 30, 2024 19:41
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant