ksud: update dependencies#3096
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates dependencies in the ksud project, primarily focusing on updating which (7→8), zip (3→7), and zip-extensions (0.8→0.13). The changes also modernize string formatting throughout the codebase by converting from old-style format strings to inline format strings.
- Updated key dependencies:
which,zip, andzip-extensions - Modernized string formatting using inline format syntax
- Fixed import path for
zip_extract_file_to_memoryto accommodate zip-extensions API changes
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| userspace/ksud/Cargo.toml | Updated dependency versions for which, zip, and zip-extensions |
| userspace/ksud/Cargo.lock | Reflected dependency updates with new version checksums and transitive dependencies |
| userspace/ksud/src/su.rs | Modernized format strings for GID error messages |
| userspace/ksud/src/sepolicy.rs | Modernized format strings for policy parsing and rule application errors |
| userspace/ksud/src/module_config.rs | Modernized format strings for config validation and magic number errors |
| userspace/ksud/src/module.rs | Updated zip-extensions import path and modernized module ID validation error format |
| userspace/ksud/src/metamodule.rs | Modernized format strings for script execution errors |
| userspace/ksud/src/feature.rs | Modernized format string for unknown feature error |
| userspace/ksud/src/boot_patch.rs | Modernized format strings and improved error message formatting with .display() for paths |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
rsuntk
pushed a commit
to rsuntk/KernelSU
that referenced
this pull request
Dec 24, 2025
Fixed `zip` and `zip-extensions` errors. Signed-off-by: rsuntk <rissu.ntk@gmail.com>
u9521
pushed a commit
to u9521/KernelSU
that referenced
this pull request
Jan 5, 2026
Fixed `zip` and `zip-extensions` errors.
u9521
pushed a commit
to u9521/KernelSU
that referenced
this pull request
Jan 5, 2026
Fixed `zip` and `zip-extensions` errors.
u9521
pushed a commit
to u9521/KernelSU
that referenced
this pull request
Jan 8, 2026
Fixed `zip` and `zip-extensions` errors.
u9521
pushed a commit
to u9521/KernelSU
that referenced
this pull request
Jan 13, 2026
Fixed `zip` and `zip-extensions` errors.
LeCmnGend
pushed a commit
to LeCmnGend/KernelSU
that referenced
this pull request
Feb 23, 2026
Fixed `zip` and `zip-extensions` errors.
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.
Fixed
zipandzip-extensionserrors.Some changes made by AI, so please review, edits welcomed.