From 8ebef01611d64ca8a97d01ec7c4668c7f0d41851 Mon Sep 17 00:00:00 2001 From: Flavio Castelli Date: Wed, 17 Jul 2024 16:31:48 +0200 Subject: [PATCH] Update tough/src/lib.rs Co-authored-by: Ben Cressey --- tough/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tough/src/lib.rs b/tough/src/lib.rs index d752e7d7..dcf454a7 100644 --- a/tough/src/lib.rs +++ b/tough/src/lib.rs @@ -365,7 +365,7 @@ impl Repository { transport.as_ref(), &root, ×tamp, - limits.max_timestamp_size, + limits.max_snapshot_size, &datastore, &metadata_base_url, expiration_enforcement,