fix: pipeline fixes (#487)

This commit is contained in:
Paul Makles
2026-01-10 14:46:57 +00:00
committed by GitHub
parent bf0048a052
commit aeeafebefc
6 changed files with 112 additions and 70 deletions

View File

@@ -15,8 +15,8 @@ default = ["tokio"]
[dependencies]
tokio = { version = "1.47.0", features = ["sync"], optional = true }
indexmap = { version = "*", optional = true }
lru = { version = "*", optional = true }
indexmap = { version = "2.13.0", optional = true }
lru = { version = "0.16.3", optional = true }
[dev-dependencies]
tokio = { version = "1.47.0", features = ["rt", "rt-multi-thread", "macros", "time"] }