chore(deps): refresh Rust and web dependency lockfiles #32

Merged
wandabastyle merged 1 commit from pvr into main 2026-05-01 00:01:18 +02:00
wandabastyle commented 2026-04-30 23:57:46 +02:00 (Migrated from github.com)

Summary

  • refresh Rust dependencies via cargo update and update Cargo.lock within existing semver constraints
  • refresh web dependencies via pnpm update and update web/pnpm-lock.yaml and compatible devDependency versions
  • bump app version metadata to 0.5.0 in both Cargo.toml and web/package.json

Verification

  • cargo check
  • cargo clippy --all-targets --all-features
  • cargo test
  • pnpm run verify (in web/)
## Summary - refresh Rust dependencies via `cargo update` and update `Cargo.lock` within existing semver constraints - refresh web dependencies via `pnpm update` and update `web/pnpm-lock.yaml` and compatible devDependency versions - bump app version metadata to `0.5.0` in both `Cargo.toml` and `web/package.json` ## Verification - cargo check - cargo clippy --all-targets --all-features - cargo test - pnpm run verify (in `web/`)
Sign in to join this conversation.
No description provided.