From acb3ec7d7b93ba7c6ab0ebcfd5ead614913174fc Mon Sep 17 00:00:00 2001 From: durch Date: Fri, 6 Sep 2024 20:24:57 +0200 Subject: [PATCH] Remove ansi-term --- s3/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/s3/Cargo.toml b/s3/Cargo.toml index 0f5e2e4b3d..5f6770985e 100644 --- a/s3/Cargo.toml +++ b/s3/Cargo.toml @@ -40,7 +40,6 @@ path = "../examples/gcs-tokio.rs" [dependencies] -ansi_term = { version = "0.12" } async-std = { version = "1", optional = true } async-trait = "0.1" attohttpc = { version = "0.28", optional = true, default-features = false }