Skip to content

chore(deps): update all patch updates#542

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-patch
Open

chore(deps): update all patch updates#542
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 28, 2025

This PR contains the following updates:

Package Type Update Change
chrono workspace.dependencies patch 0.4.420.4.44
futures (source) workspace.dependencies patch 0.3.310.3.32
regex workspace.dependencies patch 1.12.21.12.3
serde_json workspace.dependencies patch 1.0.1451.0.149
serenity workspace.dependencies patch 0.12.40.12.5
tokio-util (source) workspace.dependencies patch 0.7.170.7.18
tracing (source) workspace.dependencies patch 0.1.410.1.44
tracing-subscriber (source) workspace.dependencies patch 0.3.200.3.23
url workspace.dependencies patch 2.5.72.5.8

Release Notes

chronotope/chrono (chrono)

v0.4.44: 0.4.44

Compare Source

What's Changed

v0.4.43: 0.4.43

Compare Source

What's Changed

rust-lang/futures-rs (futures)

v0.3.32

Compare Source

  • Bump MSRV of utility crates to 1.71. (#​2989)
  • Soft-deprecate ready! macro in favor of std::task::ready! added in Rust 1.64 (#​2925)
  • Soft-deprecate pin_mut! macro in favor of std::pin::pin! added in Rust 1.68 (#​2929)
  • Add FuturesOrdered::clear (#​2927)
  • Add mpsc::*Receiver::recv (#​2947)
  • Add mpsc::*Receiver::try_recv and deprecate mpsc::*Receiver::::try_next (#​2944)
  • Implement FusedStream for sink::With (#​2948)
  • Add no_std support for shared (#​2868)
  • Make Mutex::new() const (#​2956)
  • Add #[clippy::has_significant_drop] to guards (#​2967)
  • Remove dependency to pin-utils (#​2929)
  • Remove dependency on num_cpus (#​2946)
  • Performance improvements (#​2983)
  • Documentation improvements (#​2925, #​2926, #​2940, #​2971)
rust-lang/regex (regex)

v1.12.3

Compare Source

===================
This release excludes some unnecessary things from the archive published to
crates.io. Specifically, fuzzing data and various shell scripts are now
excluded. If you run into problems, please file an issue.

Improvements:

  • #​1319:
    Switch from a Cargo exclude list to an include list, and exclude some
    unnecessary stuff.
serde-rs/json (serde_json)

v1.0.149

Compare Source

  • Align arbitrary_precision number strings with zmij's formatting (#​1306, thanks @​b41sh)

v1.0.148

Compare Source

  • Update zmij dependency to 1.0

v1.0.147

Compare Source

  • Switch float-to-string algorithm from Ryū to Żmij for better f32 and f64 serialization performance (#​1304)

v1.0.146

Compare Source

serenity-rs/serenity (serenity)

v0.12.5

Compare Source

This compiles all of the changes that had accumulated since the prior release,
and, unless another minor release is warranted, constitutes as the last release
for the 0.12.x series.

We also extend our heartfelt thanks to [@​jamesbt365], who passed away a few
months ago. We deeply appreciate his code contributions, which started back in
2023, as well as his social contributions for helping people with using
Serenity, Songbird, and Poise, on Github and/or Discord. We were saddened to
hear that he's no longer with us, but we hope he rests well.

Thanks to the following for their contributions:

Deprecations
  • #​3083 Deprecate Member::distinct
  • #​3090 Deprecate ContentSafeOptions::show_discriminator
  • #​3348 Deprecate creating a guild
Additions
  • #​2956 Add support for PURCHASE_NOTIFICATION message type
  • #​3020 Add Consume Entitlement endpoint and missing fields for SKUs and Entitlements
  • #​3070 Add helper for extracting the guild ID out of an interaction
  • #​3092 Add Message::message_snapshots
  • #​3094 Implement PartialEq and Eq for ActivityData
  • #​3307 Support ?with_components in webhooks
  • #​3319 Add avatar field to PartialMember
  • #​3321 Make ImageHash usable as key in std containers
  • #​3362 Add support for fetching a single guild ban
  • #​3368 Add banner to Member and PartialMember
  • #​3374, #​3435 Add soundboard support
  • #​3380 Add flags to EditWebhookMessage and EditInteractionResponse
  • #​3394 Add get_user_voice_state endpoint
  • #​3395 #​3397 Add new AutoMod type for quarantined users, add AutoMod type for quarantined guild tag
  • #​3400 Add resolved data to ComponentInteractionData
  • #​3437 Add the applied_tags field to ExecuteWebhook
  • #​3452 Add guild role member counts endpoint
  • #​3456 Add attachment_size_limit field
Removals
  • #​3063 Remove broken Message::super_react
Fixes
  • #​3059 Fix incorrect parameters for retrieving invites
  • #​3105 Fix Heartbeat gateway event handling
  • #​3377 Fix Ord impl for Role
Documentation improvements
  • #​3128 Update maximum limit of guilds returned by get_guilds to the new limit (200)
  • #​3408 Remove duplicate items from Guild::features documentation
  • #​3413 Fix documentation for Guild::preferred_locale, it is only available to guilds with the COMMUNITY feature
Miscellaneous
  • #​3421 Switch fxhash dependency with rustc-hash
  • #​3433 Update CreatePoll to use u16 for duration
tokio-rs/tokio (tokio-util)

v0.7.18

Compare Source

tokio-rs/tracing (tracing)

v0.1.44: tracing 0.1.44

Compare Source

Fixed
Changed
  • tracing-core: updated to 0.1.36 (#​3440)

v0.1.43: tracing 0.1.43

Compare Source

Important

The previous release 0.1.42 was yanked because #​3382 was a breaking change.
See further details in #​3424. This release contains all the changes from that
version, plus a revert for the problematic part of the breaking PR.

Fixed
  • Revert "make valueset macro sanitary" (#​3425)

v0.1.42: tracing 0.1.42

Compare Source

Important

The Span::record_all method has been removed from the documented API. It
was always unsuable via the documented API as it requried a ValueSet which
has no publically documented constructors. The method remains, but should not
be used outside of tracing macros.

Added
  • attributes: Support constant expressions as instrument field names (#​3158)
  • Add record_all! macro for recording multiple values in one call (#​3227)
  • core: Improve code generation at trace points significantly (#​3398)
Changed
  • tracing-core: updated to 0.1.35 (#​3414)
  • tracing-attributes: updated to 0.1.31 (#​3417)
Fixed
  • Fix "name / parent" variant of event! (#​2983)
  • Remove 'r#' prefix from raw identifiers in field names (#​3130)
  • Fix perf regression when release_max_level_* not set (#​3373)
  • Use imported instead of fully qualified path (#​3374)
  • Make valueset macro sanitary (#​3382)
Documented
  • core: Add missing dyn keyword in Visit documentation code sample (#​3387)
servo/rust-url (url)

v2.5.8

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.

👻 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 force-pushed the renovate/all-patch branch 4 times, most recently from 62f35a3 to 49f0c5d Compare December 24, 2025 00:52
@renovate renovate bot force-pushed the renovate/all-patch branch 2 times, most recently from e8047dd to 715bf69 Compare December 31, 2025 17:10
@renovate renovate bot force-pushed the renovate/all-patch branch 3 times, most recently from 679103d to d4f6928 Compare January 6, 2026 21:01
@renovate renovate bot force-pushed the renovate/all-patch branch from d4f6928 to 8afeebe Compare January 14, 2026 22:34
@renovate renovate bot force-pushed the renovate/all-patch branch 2 times, most recently from 61f5e7b to ffbb31f Compare February 3, 2026 18:14
@renovate renovate bot force-pushed the renovate/all-patch branch 2 times, most recently from 04bc97d to 373fc8a Compare February 15, 2026 16:27
@renovate renovate bot force-pushed the renovate/all-patch branch from 373fc8a to b5bc6b2 Compare February 23, 2026 14:35
@renovate renovate bot force-pushed the renovate/all-patch branch from b5bc6b2 to 4b14da6 Compare March 14, 2026 05:15
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