build(deps): bump github.com/go-ctap/ctaphid from 0.8.1 to 0.9.0#17
Merged
savely-krasovsky merged 1 commit intoMay 10, 2026
Merged
Conversation
Contributor
|
@dependabot rebase |
Bumps [github.com/go-ctap/ctaphid](https://github.com/go-ctap/ctaphid) from 0.8.1 to 0.9.0. - [Release notes](https://github.com/go-ctap/ctaphid/releases) - [Commits](go-ctap/ctap@v0.8.1...v0.9.0) --- updated-dependencies: - dependency-name: github.com/go-ctap/ctaphid dependency-version: 0.8.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
a6b7115 to
cca4353
Compare
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.
Bumps github.com/go-ctap/ctaphid from 0.8.1 to 0.9.0.
Release notes
Sourced from github.com/go-ctap/ctaphid's releases.
Commits
eaba073feat: addUserVerifyconstants and updateAuthenticatorGetInfoResponseJS...7c4d509refactor: addomitemptyto JSON tags inAuthenticatorGetInfoResponsefiel...0fecb20refactor: replace pointer return types with value types for consistency and e...cb553a3refactor: standardize field naming and add JSON tags across CTAP and WebAuthn...a33d666refactor: renameMaxCredentialLengthtoMaxCredentialIDLengthin `Authent...d434c36refactor: updateAuthenticatorGetInfoResponsewith pointer-based fields and...12f0da7feat: add support for FIDO 2.3 in device version checksf4be19drefactor: convertboolfields to*booland update FIDO version handling5cb7b7erefactor: simplify large blob handling in CTAP commands3cc7e36feat: ctap specification conformance fixes