Files
leptos-shadcn-ui/packages/performance-testing
Peter Hanssens 973870f5b5 security: fix dependency vulnerabilities
- 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>
2026-01-10 12:24:42 +00:00
..