docs(deps): expand tokio-tar cleanup contract (#6984)

This commit is contained in:
cxymds
2026-09-01 12:07:07 +08:00
committed by GitHub
parent ab44ae7e83
commit f6c6736a01
3 changed files with 5 additions and 4 deletions
+3 -2
View File
@@ -36,8 +36,9 @@ unknown-registry = "deny"
unknown-git = "deny"
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
allow-git = [
# Temporary tokio-tar fork pinned to the reviewed bounded extension parser
# change while astral-sh/tokio-tar#118 awaits an upstream release.
# Temporary tokio-tar fork pinned to the reviewed parser limits,
# cancellation safety, and error-fusing change while
# astral-sh/tokio-tar#118 awaits an upstream release.
# owner: cxymds review: 2026-10
"https://github.com/cxymds/tokio-tar.git",
# Official s3s repository. Temporarily pinned to the merged generic REST