Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 67 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/tinydocs-module/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
base64 = "0.22"
# Chunked transfer verifies each assembled blob against a caller-declared digest
# before it becomes readable, so a truncated upload cannot be consumed as whole.
sha2 = "0.10"
sha2 = "0.11"
# The staging area's refusals are a taxonomy the caller matches on.
thiserror = "2"
# An output id is the only authorisation to read that output — a method receives
Expand Down