Skip to content

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

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

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

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 18, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@tailwindcss/vite (source) 4.1.184.2.0 age confidence dependencies minor
anyhow 1.0.1001.0.101 age confidence dependencies patch
async-openai 0.32.00.33.0 age confidence dependencies minor
axum 0.8.40.8.8 age confidence dependencies patch
bon (source) 3.6.53.9.0 age confidence dependencies minor
chrono 0.4.410.4.43 age confidence dependencies patch
clap 4.5.414.5.60 age confidence dependencies patch
futures (source) 0.3.310.3.32 age confidence dependencies patch
humantime 2.2.02.3.0 age confidence dependencies minor
lettre (source) 0.11.180.11.19 age confidence dependencies patch
log 0.4.270.4.29 age confidence dependencies patch
lucide-react (source) ^0.564.0^0.575.0 age confidence dependencies minor
metrics 0.24.20.24.3 age confidence dependencies patch
postgresql_embedded 0.20.00.20.1 age confidence dependencies patch
rollup-plugin-visualizer 6.0.56.0.8 age confidence devDependencies patch
rust-embed 8.9.08.11.0 age confidence dependencies minor
rust_decimal 1.38.01.40.0 age confidence dependencies minor
rustls 0.23.290.23.36 age confidence dependencies patch
serde_json 1.0.1451.0.149 age confidence dependencies patch
serde_with 3.14.13.16.1 age confidence dependencies minor
serial_test 3.2.03.3.1 age confidence dev-dependencies minor
tailwind-merge 3.4.13.5.0 age confidence dependencies minor
tailwindcss (source) 4.1.184.2.0 age confidence devDependencies minor
tempfile (source) 3.23.03.25.0 age confidence dev-dependencies minor
test-log 0.2.180.2.19 age confidence dev-dependencies patch
thiserror 2.0.172.0.18 age confidence dependencies patch
tokio (source) 1.47.11.49.0 age confidence dependencies minor
tokio-stream (source) 0.1.170.1.18 age confidence dependencies patch
tokio-test (source) 0.4.40.4.5 age confidence dev-dependencies patch
tokio-util (source) 0.7.150.7.18 age confidence dependencies patch
tower 0.5.20.5.3 age confidence dependencies patch
tower-http 0.6.60.6.8 age confidence dependencies patch
tracing (source) 0.1.410.1.44 age confidence dependencies patch
tracing-subscriber (source) 0.3.200.3.22 age confidence dependencies patch
url 2.5.72.5.8 age confidence dependencies patch
uuid 1.17.01.21.0 age confidence dependencies minor

Release Notes

tailwindlabs/tailwindcss (@​tailwindcss/vite)

v4.2.0

Compare Source

Added
  • Add mauve, olive, mist, and taupe color palettes to the default theme (#​19627)
  • Add @tailwindcss/webpack package to run Tailwind CSS as a webpack plugin (#​19610)
  • Add pbs-* and pbe-* utilities for padding-block-start and padding-block-end (#​19601)
  • Add mbs-* and mbe-* utilities for margin-block-start and margin-block-end (#​19601)
  • Add scroll-pbs-* and scroll-pbe-* utilities for scroll-padding-block-start and scroll-padding-block-end (#​19601)
  • Add scroll-mbs-* and scroll-mbe-* utilities for scroll-margin-block-start and scroll-margin-block-end (#​19601)
  • Add border-bs-* and border-be-* utilities for border-block-start and border-block-end (#​19601)
  • Add inline-*, min-inline-*, max-inline-* utilities for inline-size, min-inline-size, and max-inline-size (#​19612)
  • Add block-*, min-block-*, max-block-* utilities for block-size, min-block-size, and max-block-size (#​19612)
  • Add inset-s-*, inset-e-*, inset-bs-*, inset-be-* utilities for inset-inline-start, inset-inline-end, inset-block-start, and inset-block-end (#​19613)
  • Add font-features-* utility for font-feature-settings (#​19623)
Fixed
  • Prevent double @supports wrapper for color-mix values (#​19450)
  • Allow whitespace around @source inline() argument (#​19461)
  • Emit comment when source maps are saved to files when using @tailwindcss/cli (#​19447)
  • Detect utilities containing capital letters followed by numbers (#​19465)
  • Fix class extraction for Rails' strict locals (#​19525)
  • Align @utility name validation with Oxide scanner rules (#​19524)
  • Fix infinite loop when using @variant inside @custom-variant (#​19633)
  • Allow multiples of .25 in aspect-* fractions (e.g. aspect-8.5/11) (#​19688)
  • Ensure changes to external files listed via @source trigger a full page reload when using @tailwindcss/vite (#​19670)
  • Improve performance of Oxide scanner in bigger projects by reducing file system walks (#​19632)
  • Ensure import aliases in Astro v5 work without crashing when using @tailwindcss/vite (#​19677)
  • Allow escape characters in @utility names to improve support with formatters such as Biome (#​19626)
  • Fix incorrect canonicalization results when canonicalizing multiple times (#​19675)
  • Add .jj to default ignored content directories (#​19687)
Deprecated
  • Deprecate start-* and end-* utilities in favor of inline-s-* and inline-e-* utilities (#​19613)
dtolnay/anyhow (anyhow)

v1.0.101

Compare Source

64bit/async-openai (async-openai)

v0.33.0: v0.33.0

Compare Source

A few Rust types have breaking changes from upstream, hence the minor version bump.

What's Changed

New Contributors

Full Changelog: 64bit/async-openai@async-openai-v0.32.4...async-openai-v0.33.0

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.60

Compare Source

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.575.0: Version 0.575.0

Compare Source

What's Changed

New Contributors

Full Changelog: lucide-icons/lucide@0.573.0...0.575.0

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
btd/rollup-plugin-visualizer (rollup-plugin-visualizer)

v6.0.8

Compare Source

  • Update snapshots
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


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 4 times, most recently from d30f518 to cba18e7 Compare February 19, 2026 12:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cba18e7 to 196e11a Compare February 19, 2026 22:37
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

Comments