chore(deps): bump the minor-patch group across 1 directory with 2 updates#779
Merged
Merged
Conversation
utafrali
approved these changes
Apr 10, 2026
utafrali
left a comment
There was a problem hiding this comment.
Clean dependabot bump of two direct dependencies. The modernc.org/sqlite 1.48.2 patch is particularly worth landing promptly as it fixes a data corruption bug with 64-bit RowID truncation and a memory allocator issue in Deserialize; the crypto bump pulls in minor SSH algorithm ordering fixes along with the usual transitive golang.org/x updates.
55bce35 to
38b82bd
Compare
…ates Bumps the minor-patch group with 2 updates in the / directory: [golang.org/x/crypto](https://github.com/golang/crypto) and [modernc.org/sqlite](https://gitlab.com/cznic/sqlite). Updates `golang.org/x/crypto` from 0.49.0 to 0.50.0 - [Commits](golang/crypto@v0.49.0...v0.50.0) Updates `modernc.org/sqlite` from 1.48.0 to 1.48.2 - [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.48.0...v1.48.2) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: modernc.org/sqlite dependency-version: 1.48.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
38b82bd to
36a11f3
Compare
steveiliop56
approved these changes
Apr 10, 2026
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 the minor-patch group with 2 updates in the / directory: golang.org/x/crypto and modernc.org/sqlite.
Updates
golang.org/x/cryptofrom 0.49.0 to 0.50.0Commits
03ca0dcgo.mod: update golang.org/x dependencies8400f4assh: respect signer's algorithm preference in pickSignatureAlgorithm81c6cb3ssh: swap cbcMinPaddingSize to cbcMinPacketSize to get encLengthUpdates
modernc.org/sqlitefrom 1.48.0 to 1.48.2Changelog
Sourced from modernc.org/sqlite's changelog.
... (truncated)
Commits
df16977CHANGELOG.md: add !112172c395Merge branch 'fix-openv2-handle-leak' into 'master'2719730fix openV2 handle leak, TLS leak, and misleading error on failed open53c87f6CHANGELOG.md: add !111c324f37Merge branch 'fix-backup-restore-error-handle' into 'master'fc791dfread error from correct db handle on backup init failure1620515CHANGELOG.md: add !10972aaab4Merge branch 'errstr-for-db' into 'master'2ae65f7extract errstrForDB from conn.errstreeec006CHANGELOG.md: add !108