Skip to content
Closed
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
2 changes: 1 addition & 1 deletion services/receipt/SlothBox.Receipt.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<!-- ─── Persistence ─────────────────────────────────────────────
Npgsql is included in the v0.1 skeleton so v0.5's Merkle leaf
insert path doesn't need a dependency churn. Not exercised yet. -->
<PackageReference Include="Npgsql" Version="8.0.5" />
<PackageReference Include="Npgsql" Version="10.0.2" />

<!-- ─── Cryptography (v0.5 RFC 3161 TSA client) ─────────────────
BouncyCastle is the only mature .NET implementation of RFC 3161
Expand Down
Loading