vikingowl
7b87459a72
chore: update dependencies and fix tree-sitter compatibility
Update dependencies via cargo update to latest compatible versions:
- sqlx: 0.8.0 → 0.8.6 (bug fixes and improvements)
- libsqlite3-sys: 0.28.0 → 0.30.1
- webpki-roots: 0.25.4 → 0.26.11 (TLS security updates)
- hashlink: 0.9.1 → 0.10.0
- serde_json: updated to 1.0.145
Fix tree-sitter version mismatch:
- Update owlen-tui dependency to tree-sitter 0.25 (from 0.20)
- Adapt API call: set_language() now requires &Language reference
- Location: crates/owlen-tui/src/state/search.rs:715
Security audit results (cargo audit):
- 1 low-impact advisory in sqlx-mysql (not used - we use SQLite)
- 3 unmaintained warnings in test dependencies (acceptable)
- No critical vulnerabilities in production dependencies
Testing:
- ✅ cargo build --all: Success
- ✅ cargo test --all: 171+ tests pass, 0 failures
- ✅ cargo clippy: Clean
- ✅ cargo audit: No critical issues
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-29 14:20:52 +01:00
..
2025-10-25 05:39:58 +02:00
2025-10-29 14:10:12 +01:00
2025-10-29 14:10:12 +01:00
2025-10-25 01:10:17 +02:00
2025-10-24 14:23:00 +02:00
2025-10-29 14:20:52 +01:00
2025-10-29 12:31:20 +01:00
2025-10-17 00:37:02 +02:00