chore(deps): fix cargo shear dependency metadata (#5854)

Co-authored-by: heihutu <heihutu@gmail.com>
This commit is contained in:
houseme
2026-08-08 23:52:00 +08:00
committed by GitHub
parent 7217cccc91
commit 134081b27b
3 changed files with 120 additions and 123 deletions
-2
View File
@@ -97,7 +97,6 @@ swift = [
"dep:serde",
"dep:urlencoding",
"dep:md-5",
"dep:quick-xml",
"dep:hmac",
"dep:sha1",
"dep:hex",
@@ -162,7 +161,6 @@ tokio-util = { workspace = true, optional = true, features = ["rt", "io", "compa
serde = { workspace = true, optional = true, features = ["derive"] }
urlencoding = { workspace = true, optional = true }
md-5 = { workspace = true, optional = true }
quick-xml = { workspace = true, optional = true, features = ["serialize"] }
hmac = { workspace = true, optional = true }
sha1 = { workspace = true, optional = true }
hex = { workspace = true, optional = true }