common: add sha2, dashmap, tokio runtime dependencies for retry module

Signed-off-by: Troy Mitchell <i@troy-y.org>
This commit is contained in:
Troy Mitchell 2026-04-28 15:31:57 +08:00
parent 18dbbd25f7
commit 6853e4d88f
No known key found for this signature in database
GPG key ID: 9809EF80F933342F

View file

@ -20,6 +20,9 @@ urlencoding = "2.1.3"
url = "2.5.4"
hermesllm = { version = "0.1.0", path = "../hermesllm" }
serde_with = "3.13.0"
sha2 = "0.10"
dashmap = "6"
tokio = { version = "1.44", features = ["sync", "time"] }
hyper = "1.0"
bytes = "1.0"
http-body-util = "0.1"