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 #2340

Merged
merged 2 commits into from
Dec 10, 2024
Merged

fix(deps): update cargo dependencies #2340

merged 2 commits into from
Dec 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2024

This PR contains the following updates:

Package Type Update Change
cargo-deb (source) dependencies patch 2.9.2 -> 2.9.3
chrono workspace.dependencies patch 0.4.38 -> 0.4.39
pgwire workspace.dependencies minor 0.27 -> 0.28
prost dependencies patch 0.13.3 -> 0.13.4
prost-types dependencies patch 0.13.3 -> 0.13.4
tokio-stream (source) dependencies patch 0.1.16 -> 0.1.17

Release Notes

kornelski/cargo-deb (cargo-deb)

v2.9.3

Compare Source

  • Support for multiarch lib dir
  • Support for Rust edition 2024
chronotope/chrono (chrono)

v0.4.39: 0.4.39

Compare Source

What's Changed

sunng87/pgwire (pgwire)

v0.28.0

Compare Source

Added
  • ErrorHandler for centralized error processing [#​222]
Changed
  • PgWireHandlerFactory is renamed to PgWireServerHandlers to avoid
    confusion. This trait doesn't require generating new instance for each
    call. [#​226]
Fixed
  • Text encoding for bytea type [#​224]
tokio-rs/prost (prost)

v0.13.4

Compare Source

PROST! is a Protocol Buffers implementation for the Rust Language. prost generates simple, idiomatic Rust code from proto2 and proto3 files.

Features

  • Impl Name for Protobuf well-known wrapper types (#​1174)

Performance

  • NonZeroU64 to optimize encoded_len_varint (#​1192)

Dependencies

  • Remove unused bytes dependency from prost-build (#​1169)
  • Update pulldown-cmark-to-cmark requirement from >=16, <=17 to >=16, <=18 (#​1173)
  • Update pulldown-cmark-to-cmark requirement from >=16, <=18 to >=16, <=19 (#​1195)
  • Update protobuf to v25.3 (#​1165)
  • Update protobuf to v25.4 (#​1176)

Styling

  • Remove explicit lifetimes (#​1180)
  • Remove unnecessary empty line after document (#​1181)

Testing

  • (boxed_field) Confirm Foo::bar is boxed (#​1168)
  • Move build.rs to standard location (#​1167)
  • (custom_debug) Merge skip_debug into custom_debug (#​1178)
  • Rename invalid_doctest to disable_comments (#​1183)
  • (custom_attributes) Move module to separate file (#​1187)

Build

  • Bump clippy version to 1.82 (#​1182)
  • Restrict permissions of GITHUB_TOKEN (#​1189)
tokio-rs/tokio (tokio-stream)

v0.1.17

Compare Source


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 9, 2024
@renovate renovate bot enabled auto-merge (squash) December 9, 2024 22:22
@renovate renovate bot requested a review from a team December 10, 2024 00:27
@iamKunalGupta
Copy link
Member

PgWireHandlerFactory is renamed to PgWireServerHandlers to avoid
confusion. This trait doesn't require generating new instance for each
call. [#​226]

Copy link
Contributor Author

renovate bot commented Dec 10, 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 e0108c7 into main Dec 10, 2024
14 checks passed
@renovate renovate bot deleted the renovate/cargo branch December 10, 2024 00:56
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.

2 participants