fix: add missing dev-dependencies + fix test assertion
CI / CI (pull_request) Failing after 21m8s

- Added tracing, tracing-subscriber, reqwest, uuid to [dev-dependencies]
  (test files referenced these crates but they weren't available)
- Fixed test assertion: WikiLinkFallbackExtractor extracts [[Concurrency]]
  not 'Go' from text 'Go [[Concurrency]] is powerful'
This commit is contained in:
2026-09-15 13:57:58 +09:00
parent 3f83c1b015
commit b514c43d6b
3 changed files with 10 additions and 2 deletions
Generated
+4
View File
@@ -2599,11 +2599,15 @@ dependencies = [
"mem-llm",
"mem-store",
"regex",
"reqwest",
"serde_json",
"sqlx",
"time",
"tokio",
"toml",
"tracing",
"tracing-subscriber",
"uuid",
"wiremock",
]