This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opendal-reqsign.git


The following commit(s) were added to refs/heads/main by this push:
     new 4c60e7c  chore: do not require `reqwest` directly in services (#666)
4c60e7c is described below

commit 4c60e7cd3d507411b3b76c022f1f7d685d4810a0
Author: Aarni Koskela <[email protected]>
AuthorDate: Wed Dec 3 09:50:17 2025 +0200

    chore: do not require `reqwest` directly in services (#666)
    
    These features are provided via `reqsign-http-send-reqwest` (or another
    implementation); these service providers shouldn't pull them in.
    
    Signed-off-by: Aarni Koskela <[email protected]>
    Co-authored-by: Xuanwo <[email protected]>
---
 services/aliyun-oss/Cargo.toml | 1 -
 services/google/Cargo.toml     | 1 -
 2 files changed, 2 deletions(-)

diff --git a/services/aliyun-oss/Cargo.toml b/services/aliyun-oss/Cargo.toml
index 4247b75..2c24011 100644
--- a/services/aliyun-oss/Cargo.toml
+++ b/services/aliyun-oss/Cargo.toml
@@ -33,7 +33,6 @@ http = { workspace = true }
 log = { workspace = true }
 percent-encoding = { workspace = true }
 reqsign-core = { workspace = true }
-reqwest = { workspace = true, features = ["json"] }
 serde = { workspace = true }
 serde_json = { workspace = true }
 
diff --git a/services/google/Cargo.toml b/services/google/Cargo.toml
index ce7e6a3..83068bf 100644
--- a/services/google/Cargo.toml
+++ b/services/google/Cargo.toml
@@ -34,7 +34,6 @@ log = { workspace = true }
 percent-encoding = { workspace = true }
 rand = { workspace = true }
 reqsign-core = { workspace = true }
-reqwest = { workspace = true }
 rsa = { workspace = true }
 serde = { workspace = true }
 serde_json = { workspace = true }

Reply via email to