Skip to content

deps: bump zentinel-agent-protocol to 0.6 - #3

Merged
raffaelschneider merged 1 commit into
mainfrom
deps/protocol-0.6
Aug 22, 2026
Merged

deps: bump zentinel-agent-protocol to 0.6#3
raffaelschneider merged 1 commit into
mainfrom
deps/protocol-0.6

Conversation

@raffaelschneider

Copy link
Copy Markdown
Contributor

This repo pinned zentinel-agent-protocol = "0.5", which resolves to 0.5.13 while current releases are 0.6.x — cargo reports Adding zentinel-agent-protocol v0.5.13 (available: v0.6.24) on every build.

No source changes were needed here. The one API break this bump carries is the crate-root PROTOCOL_VERSION export, which disappeared between 0.5.11 and 0.5.13 and is what broke zentinel-agent-graphql-security when it moved (zentinelproxy/zentinel-agent-graphql-security#3). This repo does not reference it.

Verified locally against 0.6.24 — pinned explicitly with cargo update --precise, since CI resolves fresh and takes the newest 0.6.x: cargo build, cargo fmt --check, cargo clippy --workspace --all-targets -- -D warnings, and cargo test --workspace (27 tests).

One of 19 agent repos still on 0.5; all were verified individually rather than swept blind.

Pinned "0.5", which resolves to 0.5.13 while current releases are 0.6.x.
No source changes were needed.

Verified against 0.6.24 with cargo build, cargo fmt --check, clippy with
-D warnings, and the test suite.
@raffaelschneider
raffaelschneider merged commit 776e773 into main Aug 22, 2026
3 checks passed
Sign up for free to 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.

1 participant