Skip to content

chore: update testcontainers and astral-tokio-tar for cargo audit - #21114

Merged
alamb merged 2 commits into
apache:mainfrom
getChan:audit/fix-rustsec-2026-0066
Mar 24, 2026
Merged

chore: update testcontainers and astral-tokio-tar for cargo audit#21114
alamb merged 2 commits into
apache:mainfrom
getChan:audit/fix-rustsec-2026-0066

Conversation

@getChan

@getChangetChan commented Mar 23, 2026

Copy link
Copy Markdown
Contributor

Which issue does this PR close?

  • N/A

Rationale for this change

cargo audit --ignore RUSTSEC-2024-0014 started failing due to RUSTSEC-2026-0066 in astral-tokio-tar 0.5.6, which was pulled in transitively through testcontainers.

As a result, the Security audit GitHub Actions workflow is currently failing on this dependency resolution.

This change only updates Cargo.lock because the existing version requirements in Cargo.toml already allow a safe resolution. Re-resolving the lockfile is enough to move from testcontainers 0.27.1 to 0.27.2, which in turn updates astral-tokio-tar from 0.5.6 to 0.6.0.

What changes are included in this PR?

  • Updated Cargo.lock
  • Resolved testcontainers from 0.27.1 to 0.27.2
  • Updated transitive astral-tokio-tar from 0.5.6 to 0.6.0

Are these changes tested?

Yes.

  • cargo test -p datafusion-cli
  • cargo audit --ignore RUSTSEC-2024-0014

Are there any user-facing changes?

No.

This PR was created with the help of a coding agent.

@getChangetChan changed the title chore: update lockfile to resolve cargo audit failurechore: update testcontainers lockfile for cargo auditMar 23, 2026

@alambalamb left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me -- thank you @getChan

@alambalamb changed the title chore: update testcontainers lockfile for cargo auditchore: update testcontainers and astral-tokio-tar for cargo auditMar 24, 2026
@alamb
alamb added this pull request to the merge queueMar 24, 2026
Merged via the queue into apache:main with commit dc9098eMar 24, 2026
35 checks passed
alamb added a commit that referenced this pull request Apr 7, 2026
- Part of #21078
This PR Backports the dependency updates below to branch-52 to get a
clean `cargo audit` CI run:
- #20407
- #20471
- #21089
- #21114 to branch-52
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@getChan@alamb