Skip to content

fix(deps): update all non-major dependencies#710

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

fix(deps): update all non-major dependencies#710
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 17, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
anyhow dependencies patch 1.0.1001.0.101 age confidence
axum dependencies patch 0.8.40.8.8 age confidence
bon (source) dependencies minor 3.6.53.9.0 age confidence
chrono dependencies patch 0.4.410.4.43 age confidence
clap dependencies patch 4.5.414.5.59 age confidence
futures (source) dependencies patch 0.3.310.3.32 age confidence
humantime dependencies minor 2.2.02.3.0 age confidence
lettre (source) dependencies patch 0.11.180.11.19 age confidence
log dependencies patch 0.4.270.4.29 age confidence
lucide-react (source) dependencies minor ^0.564.0^0.574.0 age confidence
metrics dependencies patch 0.24.20.24.3 age confidence
postgresql_embedded dependencies patch 0.20.00.20.1 age confidence
rust-embed dependencies minor 8.9.08.11.0 age confidence
rust_decimal dependencies minor 1.38.01.40.0 age confidence
rustls dependencies patch 0.23.290.23.36 age confidence
serde_json dependencies patch 1.0.1451.0.149 age confidence
serde_with dependencies minor 3.14.13.16.1 age confidence
serial_test dev-dependencies minor 3.2.03.3.1 age confidence
tempfile (source) dev-dependencies minor 3.23.03.25.0 age confidence
test-log dev-dependencies patch 0.2.180.2.19 age confidence
thiserror dependencies patch 2.0.172.0.18 age confidence
tokio (source) dependencies minor 1.47.11.49.0 age confidence
tokio-stream (source) dependencies patch 0.1.170.1.18 age confidence
tokio-test (source) dev-dependencies patch 0.4.40.4.5 age confidence
tokio-util (source) dependencies patch 0.7.150.7.18 age confidence
tower dependencies patch 0.5.20.5.3 age confidence
tower-http dependencies patch 0.6.60.6.8 age confidence
tracing (source) dependencies patch 0.1.410.1.44 age confidence
tracing-subscriber (source) dependencies patch 0.3.200.3.22 age confidence
url dependencies patch 2.5.72.5.8 age confidence
uuid dependencies minor 1.17.01.21.0 age confidence

Release Notes

dtolnay/anyhow (anyhow)

v1.0.101

Compare Source

tokio-rs/axum (axum)

v0.8.8: axum v0.8.8

Compare Source

  • Clarify documentation for Router::route_layer (#​3567)

v0.8.7: axum v0.8.7

Compare Source

  • Relax implicit Send / Sync bounds on RouterAsService, RouterIntoService (#​3555)
  • Make it easier to visually scan for default features (#​3550)
  • Fix some documentation typos

v0.8.6

Compare Source

v0.8.5: axum v0.8.5

Compare Source

  • fixed: Reject JSON request bodies with trailing characters after the JSON document (#​3453)
  • added: Implement OptionalFromRequest for Multipart (#​3220)
  • added: Getter methods Location::{status_code, location}
  • added: Support for writing arbitrary binary data into server-sent events (#​3425)]
  • added: middleware::ResponseAxumBodyLayer for mapping response body to axum::body::Body (#​3469)
  • added: impl FusedStream for WebSocket (#​3443)
  • changed: The sse module and Sse type no longer depend on the tokio feature (#​3154)
  • changed: If the location given to one of Redirects constructors is not a valid header value, instead of panicking on construction, the IntoResponse impl now returns an HTTP 500, just like Json does when serialization fails (#​3377)
  • changed: Update minimum rust version to 1.78 (#​3412)
elastio/bon (bon)

v3.9.0

Compare Source

Added
Internal

v3.8.2

Compare Source

Fixed
  • Don't attempt to compile big default value showcases as ignored rust doctests (#​360)
Internal

v3.8.1

Compare Source

Fixed
  • Fix clippy::wrong_self_convention warning for fields with is_ prefix etc. (#​349). Thanks @​nicmue for the contribution!
Internal
  • Add a regression test for clippy::wrong_self_convention (#​350)

v3.8.0

Compare Source

Lint Update Notice

This release brings some rustdoc improvements and no other visible API changes except that rustc and clippy will start reporting some more true-positive lints. For example builder methods defined via an impl block annotated with #[bon] will now be correctly reported as unused if they are not used. Also, using a private type in a public builder method will trigger a private_interfaces lint now.

This is all thanks to the updated span handling design researched and implemented by @​Eisverygoodletter. It's not clear what other new lints the new span handling may trigger in other realworld codebases. If you see a lint from the code generated by bon that you think shouldn't be there, please, open an issue, and it'll be fixed as soon as possible!

Changed
  • Make rustdoc source links for the starting function reference original function (#​341). Thanks @​Eisverygoodletter for the contribution!
  • Make rustdoc source links for setters/getters reference original member (#​345)
Internal

v3.7.2

Compare Source

Fixed
  • Add missing lifetime replacement for generic param declarations on derive(IntoFuture) impl block (#​337)
  • Set the lower bound requirement of rustversion to v1.0.19 (#​336). Thanks @​Fokko for the contribution!

v3.7.1

Compare Source

This is a small patch release to make bon easier to package for Debian.

Other
  • Add Copyright header to the MIT License (#​331)
Internal
  • Fix MSRV tests and lints from nightly 13-08-2025 (#​329)
  • Revert refactoring PR 320 to make code compatible with darling 0.20 (#​332)

v3.7.0

Compare Source

Added
Fixed
  • Add missing where clause forwarding to #[builder(derive(Into))] (#​325)
Internal
  • Make tests pass without the experimental-overwritable feature (#​326)
  • Sunset financial support by Kindness (#​324)
  • Fix clippy lints from nightly (2025-08-09) (#​323)
chronotope/chrono (chrono)

v0.4.43: 0.4.43

Compare Source

What's Changed

v0.4.42: 0.4.42

Compare Source

What's Changed

clap-rs/clap (clap)

v4.5.59

Compare Source

v4.5.58

Compare Source

v4.5.57

Compare Source

Fixes
  • Regression from 4.5.55 where having an argument with .value_terminator("--") caused problems with an argument with .last(true)

v4.5.56

Compare Source

Fixes
  • On conflict error, don't show conflicting arguments in the usage

v4.5.55

Compare Source

Fixes
  • Fix inconsistency in precedence between positionals with a value_terminator("--") and escapes (--) where ./foo -- bar means the first arg is empty, rather than escaping future args

v4.5.54

Compare Source

Fixes
  • (help) Move [default] to its own paragraph when PossibleValue::help is present in --help

v4.5.53

Compare Source

Features
  • Add default_values_if, default_values_ifs

v4.5.52

Compare Source

Fixes
  • Don't panic when args_conflicts_with_subcommands conflicts with an ArgGroup

v4.5.51

Compare Source

Fixes
  • (help) Correctly calculate padding for short flags that take a value
  • (help) Don't panic on short flags using ArgAction::Count

v4.5.50

Compare Source

Features
  • Accept Cow where String and &str are accepted

v4.5.49

Compare Source

Fixes
  • (help) Correctly wrap when ANSI escape codes are present

v4.5.48

Compare Source

Documentation
  • Add a new CLI Concepts document as another way of framing clap
  • Expand the typed_derive cookbook entry

v4.5.47

Compare Source

Features
  • Added impl FromArgMatches for ()
  • Added impl Args for ()
  • Added impl Subcommand for ()
  • Added impl FromArgMatches for Infallible
  • Added impl Subcommand for Infallible
Fixes
  • (derive) Update runtime error text to match clap

v4.5.46

Compare Source

Features
  • Expose StyledStr::push_str

v4.5.45

Compare Source

Fixes
  • (unstable-v5) ValueEnum variants now use the full doc comment, not summary, for PossibleValue::help

v4.5.44

Compare Source

Features
  • Add Command::mut_subcommands

v4.5.43

Compare Source

Fixes
  • (help) In long help, list Possible Values before defaults, rather than after, for a more consistent look

v4.5.42

Compare Source

Fixes
  • Include subcommand visible long aliases in --help
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)
chronotope/humantime (humantime)

v2.3.0: 2.3.0

Compare Source

What's Changed

lettre/lettre (lettre)

v0.11.19

Compare Source

Features
  • Add raw header setter to MessageBuilder (#​1108)
Misc
  • Fix README example (#​1114)
  • Replace custom static_assert! macro with std::assert! (#​1112)
rust-lang/log (log)

v0.4.29

Compare Source

v0.4.28

Compare Source

lucide-icons/lucide (lucide-react)

v0.574.0

Compare Source

v0.573.0

Compare Source

v0.572.0

Compare Source

v0.571.0: Version 0.571.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.570.0...0.571.0

v0.570.0: Version 0.570.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.569.0...0.570.0

v0.569.0: Version 0.569.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.568.0...0.569.0

v0.568.0: Version 0.568.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.567.0...0.568.0

v0.567.0: Version 0.567.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.566.0...0.567.0

v0.566.0: Version 0.566.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.565.0...0.566.0

v0.565.0: Version 0.565.0

Compare Source

What's Changed

Full Changelog: lucide-icons/lucide@0.564.0...0.565.0

metrics-rs/metrics (metrics)

v0.24.3

Compare Source

theseus-rs/postgresql-embedded (postgresql_embedded)

v0.20.1

Compare Source

Other
  • update rust to 1.92.0
  • reduce map_err by adding some From implementations
paupino/rust-decimal (rust_decimal)

v1.40.0

Compare Source

What's Changed

New Contributors

Full Changelog: paupino/rust-decimal@1.39.0...1.40.0

v1.39.0

Compare Source

What's Changed
New Contributors

Full Changelog: paupino/rust-decimal@1.38.0...1.39.0

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

jonasbb/serde_with (serde_with)

v3.16.1: serde_with v3.16.1

Compare Source

Fixed
  • Fix JsonSchemaAs of SetPreventDuplicates and SetLastValueWins. (#​906, #​907)

v3.16.0: serde_with v3.16.0

Compare Source

Added

v3.15.1: serde_with v3.15.1

Compare Source

Fixed
  • Fix building of the documentation by updating references to use serde_core.

v3.15.0: serde_with v3.15.0

Compare Source

Added
  • Added error inspection to VecSkipError and MapSkipError by @​michelhe (#​878)
    This allows interacting with the previously hidden error, for example for logging.
    Checkout the newly added example to both types.

  • Allow documenting the types generated by serde_conv!.
    The serde_conv! macro now acceps outer attributes before the optional visibility modifier.
    This allow adding doc comments in the shape of #[doc = "..."] or any other attributes, such as lint modifiers.

    serde_conv!(
        #[doc = "Serialize bools as string"]
        #[allow(dead_code)]
        pub BoolAsString,
        bool,
        |x: &bool| ::std::string::ToString::to_string(x),
        |x: ::std::string::String| x.parse()
    );
  • Add support for hashbrown v0.16 (#​877)

    This extends the existing support for hashbrown v0.14 and v0.15 to the newly released version.

Changed
  • Bump MSRV to 1.76, since that is required for toml dev-dependency.
palfrey/serial_test (serial_test)

v3.3.1

Compare Source

docs.rs removed a feature we use in rust-lang/rust#138907. #​148 (which is the entire content of this release) adds a CI step to check we don't break it in the future, and fixes the issue.

Full Changelog: palfrey/serial_test@v3.3.0...v3.3.1

v3.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: palfrey/serial_test@v3.2.0...v3.3.0

Stebalien/tempfile (tempfile)

v3.25.0

  • Allow getrandom 0.4.x while retaining support for getrandom 0.3.x.

v3.24.0

Compare Source

  • Actually support WASIp2 without the nightly feature. This library is now feature complete on WASIp2 without any additional feature flags.
  • Exclude CI scripts from the published crate.
d-e-s-o/test-log (test-log)

v0.2.19

Compare Source

  • Adjusted tracing output to log to stderr
dtolnay/thiserror (thiserror)

v2.0.18

Compare Source

tokio-rs/tokio (tokio)

v1.49.0: Tokio v1.49.0

Compare Source

1.49.0 (January 3rd, 2026)

Added
  • net: add support for TCLASS option on IPv6 (#​7781)
  • runtime: stabilize runtime::id::Id (#​7125)
  • task: implement Extend for JoinSet (#​7195)
  • task: stabilize the LocalSet::id() (#​7776)
Changed
  • net: deprecate {TcpStream,TcpSocket}::set_linger (#​7752)
Fixed
  • macros: fix the hygiene issue of join! and try_join! (#​7766)
  • runtime: revert "replace manual vtable definitions with Wake" (#​7699)
  • sync: return TryRecvError::Disconnected from Receiver::try_recv after Receiver::close (#​7686)
  • task: remove unnecessary trait bounds on the Debug implementation (#​7720)
Unstable
  • fs: handle EINTR in fs::write for io-uring (#​7786)
  • fs: support io-uring with tokio::fs::read (#​7696)
  • runtime: disable io-uring on EPERM (#​7724)
  • time: add alternative timer for better multicore scalability (#​7467)
Documented
  • docs: fix a typos in bounded.rs and park.rs (#​7817)
  • io: add SyncIoBridge cross-references to copy and copy_buf (#​7798)
  • io: doc that AsyncWrite does not inherit from std::io::Write (#​7705)
  • metrics: clarify that num_alive_tasks is not strongly consistent (#​7614)
  • net: clarify the cancellation safety of the TcpStream::peek (#​7305)
  • net: clarify the drop behavior of unix::OwnedWriteHalf (#​7742)
  • net: clarify the platform-dependent backlog in TcpSocket docs (#​7738)
  • runtime: mention LocalRuntime in new_current_thread docs (#​7820)
  • sync: add missing period to mpsc::Sender::try_send docs (#​7721)
  • sync: clarify the cancellation safety of oneshot::Receiver (#​7780)
  • sync: improve the docs for the errors of mpsc (#​7722)
  • task: add example for spawn_local usage on local runtime (#​7689)

v1.48.0: Tokio v1.48.0

Compare Source

1.48.0 (October 14th, 2025)

The MSRV is increased to 1.71.

Added

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-minor-patch branch 7 times, most recently from 7b60fd7 to ebc0feb Compare February 17, 2026 15:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ebc0feb to d2b4c29 Compare February 17, 2026 15:38
@renovate
Copy link
Contributor Author

renovate bot commented Feb 17, 2026

⚠️ 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: dwctl/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path dwctl/Cargo.toml --package anyhow@1.0.100 --precise 1.0.101
error: package ID specification `anyhow@1.0.100` did not match any packages
help: there are similar package ID specifications:

  anyhow@1.0.101

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