chore: update dependencies and switch to nginx stable-1.30 - #312
Merged
Conversation
1.30.x cannot be pulled as a dependency for already released nginx-sys, thus it's safe to use Rust 1.85 for any future releases of the crate. This reverts commit e78d695.
* Update shlex to v2 * Unpin ureq, as no longer blocked by MSRV * Require bindgen version compatible with recent libclang * Make -Z direct-minimal-versions work * Bump direct dependencies to versions without known security issues * Update Cargo.lock
Defer actual release until we are ready to publish nginx-sys 0.6.
There was a problem hiding this comment.
Pull request overview
Maintenance update to align the workspace with NGINX stable-1.30 (NGINX 1.30.4), refresh Rust dependencies, and update docs/CI tooling accordingly.
Changes:
- Updated documentation and Docker build defaults from NGINX 1.28.3 to 1.30.4.
- Bumped multiple Rust crate dependencies (including build-time deps like bindgen/shlex) and updated Cargo.lock (lockfile v4).
- Updated GitHub Actions workflows to test against
stable-1.30.
Reviewed changes
Copilot reviewed 10 out of 11 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
src/lib.rs |
Updates crate docs example to reference NGINX 1.30.4 build directory. |
README.md |
Updates README build example to reference NGINX 1.30.4. |
nginx-sys/Cargo.toml |
Updates build/deps (errno/bindgen/shlex) and bumps optional nginx-src to ~1.30.0. |
nginx-src/Cargo.toml |
Updates nginx-src crate version to 1.30.0+1.30.4 and refreshes dependency versions / workspace inheritance. |
examples/Cargo.toml |
Updates example dev-dependency versions (chrono/libc). |
Dockerfile |
Updates default NGX_VERSION to 1.30.4 and tag example accordingly. |
Cargo.toml |
Removes explicit workspace resolver setting (now relying on workspace defaults). |
Cargo.lock |
Updates resolved dependency set and lockfile format version. |
.github/workflows/sanitizers.yaml |
Switches sanitizer workflow matrix to stable-1.30. |
.github/workflows/nginx.yaml |
Switches CI matrix from stable-1.28 to stable-1.30 (keeping master). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ensh63
approved these changes
Aug 5, 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.
Some long overdue maintenance.
nginx-src will be published later along with the next release of nginx-sys, because currently nothing depends on or can use 1.30.x.