diff options
author | Alex Auvolat <lx@deuxfleurs.fr> | 2025-02-18 13:59:43 +0100 |
---|---|---|
committer | Alex Auvolat <lx@deuxfleurs.fr> | 2025-02-18 15:33:42 +0100 |
commit | 730bfee753c4f22cd0595d9195222de334ec36f9 (patch) | |
tree | 10cae28065967f82adcb145e027c15c38b9502be /Cargo.lock | |
parent | ccab0e4ae5c083d0a06ad2b3ef5fe62481da3c2c (diff) | |
download | garage-730bfee753c4f22cd0595d9195222de334ec36f9.tar.gz garage-730bfee753c4f22cd0595d9195222de334ec36f9.zip |
api: validate trailing checksum + add test for unsigned-paylad-trailer
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1230,6 +1230,7 @@ dependencies = [ "bytes", "bytesize", "chrono", + "crc32fast", "format_table", "futures", "garage_api_admin", |