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

Merged
merged 3 commits into from
Dec 2, 2024
Merged

fix(deps): update cargo dependencies #2311

merged 3 commits into from
Dec 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 2, 2024

This PR contains the following updates:

Package Type Update Change
bytes dependencies minor 1.8.0 -> 1.9.0
cargo-deb (source) dependencies patch 2.9.0 -> 2.9.1
pgwire workspace.dependencies minor 0.26 -> 0.27
rustls dependencies patch 0.23.18 -> 0.23.19
tracing (source) workspace.dependencies patch 0.1.40 -> 0.1.41
tracing-subscriber (source) dependencies patch 0.3.18 -> 0.3.19
ureq dependencies minor 2.10.1 -> 2.11.0

Release Notes

tokio-rs/bytes (bytes)

v1.9.0

Compare Source

Added
  • Add Bytes::from_owner to enable externally-allocated memory (#​742)
Documented
  • Fix typo in Buf::chunk() comment (#​744)
Internal changes
  • Replace BufMut::put with BufMut::put_slice in Writer impl (#​745)
  • Rename hex_impl! to fmt_impl! and reuse it for fmt::Debug (#​743)
kornelski/cargo-deb (cargo-deb)

v2.9.1

Compare Source

sunng87/pgwire (pgwire)

v0.27.0

Compare Source

Added
  • on_flush handler for extended query handler [#​220]
Fixed
Changed
  • MSRV to 1.75
  • Made TLS an optional feature. server-api now provides no TLS functionality
    [#​218]
tokio-rs/tracing (tracing)

v0.1.41: tracing 0.1.41

Compare Source

[ crates.io ] | [ docs.rs ]

This release updates the tracing-core dependency to v0.1.33 and
the tracing-attributes dependency to v0.1.28.

Added
  • core: Add index API for Field (#​2820)
  • core: Allow &[u8] to be recorded as event/span field (#​2954)
Changed
  • Bump MSRV to 1.63 (#​2793)
  • core: Use const thread_locals when possible (#​2838)
Fixed
  • Removed core imports in macros (#​2762)
  • attributes: Added missing RecordTypes for instrument (#​2781)
  • attributes: Change order of async and unsafe modifier (#​2864)
  • Fix missing field prefixes (#​2878)
  • attributes: Extract match scrutinee (#​2880)
  • Fix non-simple macro usage without message (#​2879)
  • Fix event macros with constant field names in the first position (#​2883)
  • Allow field path segments to be keywords (#​2925)
  • core: Fix missed register_callsite error (#​2938)
  • attributes: Support const values for target and name (#​2941)
  • Prefix macro calls with ::core to avoid clashing with local macros (#​3024)
algesten/ureq (ureq)

v2.11.0

Compare Source

  • Fixes for changes to cargo-deny (#​882)
  • Pin rustls dep on 0.23.19 to keep MSRV 1.67 (#​878)
  • Bump MSRV 1.63 -> 1.67 due to time crate (#​878)
  • Re-export rustls (#​813)

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 2, 2024
@renovate renovate bot enabled auto-merge (squash) December 2, 2024 22:11
@iamKunalGupta iamKunalGupta requested a review from serprex December 2, 2024 22:51
Copy link
Contributor Author

renovate bot commented Dec 2, 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 1f07e7b into main Dec 2, 2024
14 checks passed
@renovate renovate bot deleted the renovate/cargo branch December 2, 2024 23:30
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