From 335f7a8d6521a12d73675b98121bd86cd0249952 Mon Sep 17 00:00:00 2001 From: durch Date: Sun, 1 Sep 2024 11:37:35 +0200 Subject: [PATCH] Possible default-features --- s3/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s3/Cargo.toml b/s3/Cargo.toml index d5037d3b39..f1640e3663 100644 --- a/s3/Cargo.toml +++ b/s3/Cargo.toml @@ -71,7 +71,7 @@ sha2 = "0.10" surf = { version = "2", optional = true, default-features = false, features = [ "h1-client-rustls", ] } -thiserror = "1" +thiserror = { version = "1", default-features = false } time = { version = "^0.3.6", features = [ "formatting", "macros",