fix: resolve cargo audit failures by updating tantivy, scraper, quinn-proto (#9)
Some checks failed
CI / Format (push) Successful in 3s
CI / Clippy (push) Successful in 4m22s
CI / Security Audit (push) Successful in 1m45s
CI / Deploy Agent (push) Successful in 4s
CI / Deploy MCP (push) Failing after 2s
CI / Tests (push) Successful in 5m7s
CI / Detect Changes (push) Successful in 7s
CI / Deploy Dashboard (push) Successful in 3s
CI / Deploy Docs (push) Has been skipped

This commit was merged in pull request #9.
This commit is contained in:
2026-03-10 14:05:24 +00:00
parent daff5812a6
commit 4361e67703
3 changed files with 140 additions and 136 deletions

View File

@@ -19,7 +19,7 @@ mongodb = { workspace = true }
reqwest = { workspace = true }
# HTML parsing
scraper = "0.22"
scraper = "0.25"
# Browser automation
chromiumoxide = { version = "0.7", features = ["tokio-runtime"], default-features = false }