feat(dependencies): add async-stream and bytes to Cargo.toml and Cargo.lock
Some checks failed
CI / Check / Test (push) Has been cancelled

refactor(adapters): update diary.rs to use BoxStream from futures
This commit is contained in:
2026-06-12 01:20:45 +02:00
parent d9234ecd11
commit aec5f6b058
7 changed files with 56 additions and 10 deletions

View File

@@ -20,3 +20,6 @@ chrono = { workspace = true }
tracing = { workspace = true }
async-trait = { workspace = true }
tokio = { workspace = true }
futures = { workspace = true }
bytes = { workspace = true }
async-stream = { workspace = true }