chore(deps): refresh s3s and smallvec (#7043)

Update the workspace s3s pin and refresh the lockfile with cargo update/upgrade.

Remove the unused lifecycle url dependency reported by cargo shear.

Tighten the s3s footprint ratchet to the current observed baseline.
This commit is contained in:
houseme
2026-09-02 13:04:35 +08:00
committed by GitHub
parent b422d1fea9
commit bc789332b6
4 changed files with 50 additions and 50 deletions
-1
View File
@@ -60,7 +60,6 @@ rustfs-storage-api.workspace = true
s3s = { workspace = true, features = ["minio"] }
time = { workspace = true, features = ["parsing", "formatting", "macros", "serde"] }
tracing.workspace = true
url.workspace = true
uuid = { workspace = true, features = ["v4", "serde", "fast-rng", "macro-diagnostics"] }
[dev-dependencies]