mirror of
https://github.com/cloud-shuttle/leptos-shadcn-ui.git
synced 2026-05-17 12:00:39 +00:00
- Replace unmaintained `instant` crate with `web-time` in performance-testing - Update `indicatif` to v0.18 to fix `number_prefix` unmaintained warning - Update `reqwest` to v0.12 to fix `rustls-pemfile` unmaintained warning - Fix circular dependency in `tailwind-rs-core` causing `lru` unsound issue - Use local path dependency for `tailwind-rs-core-macros` instead of crates.io version - Update Cargo.lock with latest compatible dependency versions Reduces vulnerabilities from 11 to 1 (remaining `paste` crate is an upstream dependency from leptos/tachys framework). Co-Authored-By: Claude <noreply@anthropic.com>