Skip to content

Commit 73d53b8

Browse files
committed
chore(deps): pin sdk-rust to upload_stream content_length rev
1 parent 9e45fa8 commit 73d53b8

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

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.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ path = "src/main.rs"
1313

1414
[dependencies]
1515
# Hotdata Rust SDK. The CLI's sync wrapper (src/sdk.rs) drives this async SDK
16-
# behind a shared multi-thread tokio runtime. Pinned to the rev that adds the
17-
# CLI-consumption surface (attribution client_id, async submit_query, streaming
18-
# upload_stream) — merged via hotdata-dev/sdk-rust#32.
19-
# TEMP: local path dep while sdk-rust#35 (content_length on upload_stream) is in
20-
# review. Flip back to a `git + rev` pin once that PR squash-merges to main.
21-
hotdata = { path = "/tmp/sdk-rust-133", features = ["arrow"] }
16+
# behind a shared multi-thread tokio runtime. Pinned to the rev that adds
17+
# `content_length` to the streaming `upload_stream` (sized body, not chunked, so
18+
# the server can fast-fail an oversized upload) — merged via hotdata-dev/sdk-rust#35
19+
# (which subsumes the earlier #32 CLI-consumption surface: attribution
20+
# client_id, async submit_query, streaming upload_stream).
21+
hotdata = { git = "https://github.com/hotdata-dev/sdk-rust", rev = "1687ba2ffb8f816540d00d7c1fdfe165a8fbd150", features = ["arrow"] }
2222
# Shared multi-thread runtime for the sync wrapper; block_on is called
2323
# concurrently from rayon worker threads (see src/indexes.rs). `sync` backs the
2424
# mpsc channel that bridges the blocking upload reader into an async byte stream.

0 commit comments

Comments
 (0)