deps: bump anvil-ssh 1.0.1 → 1.1.0#45
Merged
Merged
Conversation
Anvil 1.1.0 is a SemVer-correctness re-release of 1.0.1: the 1.0.1 patch bump introduced two new public symbols (`sshsig::find_principals_any_ns`, `AllowedSigners::find_principals_any_ns`), which violates the 1.0.0 commitment that patch bumps add no API. The Anvil maintainer republished the same code as 1.1.0; this commit realigns Gitway to the corrected version label. No code changes. The same `find_principals_any_ns` call site in gitway-keygen continues to compile and behave identically. Co-Authored-By: Claude Opus 4.7 (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.
Summary
anvil-sshfrom1.0.1to1.1.0in the workspaceCargo.toml.sshsig::find_principals_any_ns,AllowedSigners::find_principals_any_ns), which violates the 1.0.0 commitment that patch bumps add no API. The Anvil maintainer republished the same code as 1.1.0.find_principals_any_nscall site ingitway-keygencontinues to compile and behave identically — it was already a 1.0.1-only API.Context
nix flake update gitwayonce this merges and a Gitway release is cut.Test plan
cargo check --workspacepasses (✅ verified)cargo clippy --workspace --all-targets -- -D warningspasses (✅ verified)cargo fmt --all --checkclean (✅ verified)