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
37 changes: 2 additions & 35 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 @@ -31,7 +31,7 @@ thiserror = "2"
# An output id is the only authorisation to read that output — a method receives
# no caller identity — so ids are 128 bits of OS randomness rather than a
# guessable counter.
getrandom = "0.3"
getrandom = "0.4"
# `BlobRef` and the wire deck shape are the bus contract, so they derive the
# same serde surface the library specs do.
serde = { version = "1", features = ["derive"] }
Expand Down