chore(antd): bump ant-core 0.3.0 -> 0.3.1 (ant-cli-v0.2.11)#209
Merged
Conversation
Brings the antd daemon onto the same ant-core release as the mobile FFI SDK (shipped in AntFfi v0.0.5), so the whole ant-sdk is on one core version. 0.3.1 carries the data_download shrunk-DataMap resolve fix, a block_in_place panic fix in data_download, and the quinn-proto RUSTSEC-2026-0185 security bump. ant-core 0.3.1 keeps ant-protocol 2.2.2, so the graph is unchanged. Also bumped quinn-proto in antd's lockfile to 0.11.16 so the RUSTSEC patch ships in the --locked release build. build + clippy -D warnings + fmt green. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The Security audit job flagged RUSTSEC-2026-0204 in crossbeam-epoch 0.9.18 (transitive). Pre-existing on main — a newly-published advisory, not from the ant-core bump — but it blocks this PR's audit. Solution per the advisory is >=0.9.20; this is a transitive patch bump, no manifest change. build --locked green. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Brings the antd daemon onto the same ant-core release as the mobile FFI SDK (shipped in AntFfi v0.0.5), so the whole
ant-sdkis on one core version (was the only component still on 0.3.0).0.3.1 brings:
Graph safety: ant-core 0.3.1 keeps
ant-protocol = "2.2.2"— unchanged. Also bumpedquinn-protoin antd's lockfile to 0.11.16 so the RUSTSEC patch ships in the--lockedrelease build (release.yml builds with--locked).Checks:
cargo build+cargo clippy -D warnings+cargo fmt --checkgreen.Follow-up after merge: cut the antd
v0.11.0umbrella release (Cargo.toml is already at 0.11.0, unreleased) → release.yml publishes binaries + Docker and auto-tagsantd-go/v0.11.0for downstream (indelible).🤖 Generated with Claude Code