diff --git a/crates/Cargo.toml b/crates/Cargo.toml index 9362301..38419df 100644 --- a/crates/Cargo.toml +++ b/crates/Cargo.toml @@ -67,7 +67,7 @@ uuid = { version = "1.0", features = ["v4"] } gethostname = "0.5" # Cloud Storage (S3/R2) - rusty-s3 is lighter than aws-sdk -rusty-s3 = "0.5" +rusty-s3 = "0.8" # Interactive CLI dialoguer = "0.11"