Skip to content

Commit 49c804b

Browse files
authored
refactor: use correct db tables in sender allocation (#626)
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent b8b376f commit 49c804b

9 files changed

+676
-214
lines changed

.sqlx/query-9a11e8e814e42113c91050acf54c2e847f24a2e086abcbe8e7be618f84d58f78.json

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.sqlx/query-b467894d499541f2bca15965f38ee551ece8619860f3fbcb184ebded33898cbd.json

Lines changed: 35 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.sqlx/query-f65b5a6c2149155d69fb1f187ebb4e24c08d5763d97da4e2ec759c30d6170a68.json

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.sqlx/query-fa31900971e23fdf98dd48fcd649e04328fb1e758a0b538319c5fb132251a7ed.json

Lines changed: 38 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/tap-agent/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ futures = { version = "0.3.30", default-features = false }
5252
bon = "3.3"
5353
test-assets = { path = "../test-assets", optional = true }
5454
rand = { version = "0.8", optional = true }
55+
itertools = "0.14.0"
5556

5657
[dev-dependencies]
5758
# Release-please breaks with cyclical dependencies if dev-dependencies

0 commit comments

Comments
 (0)