chore(deps): update rust crate axum-client-ip to v1 #1005

Closed
renovate wants to merge 1 commit from renovate/axum-client-ip-1.x into main
Collaborator

This PR contains the following updates:

Package Type Update Change
axum-client-ip workspace.dependencies major 0.6.1 -> 1.0.0

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

imbolc/axum-client-ip (axum-client-ip)

v1.1.3

Compare Source

Fix installation without default features

Full Changelog: https://github.com/imbolc/axum-client-ip/compare/v1.1.2...v1.1.3

v1.1.2

docs.rs features-related improvements

Full Changelog: https://github.com/imbolc/axum-client-ip/compare/v1.1.0...v1.1.2

v1.1.0

Compare Source

  • for appropriate headers added a check for a single occurrence
  • the IP extraction logic is extracted into a framework-independent client-ip crate
  • the RightmostForwarded extractor is hidden behind a non-default feature

Full Changelog: https://github.com/imbolc/axum-client-ip/compare/v1.0.0...v1.1.0

v1.0.0

Compare Source

  • Removed InsecureClientIp and related "leftmost" IP logic. The library now focuses solely on secure extraction
    based on trusted headers.
  • Renamed SecureClientIp to ClientIp.
  • Renamed SecureClientIpSource to ClientIpSource.

The changes are triggered by "rightmost" IP extraction bug.

Full Changelog: https://github.com/imbolc/axum-client-ip/compare/v0.7.0...v1.0.0

v0.7.0

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/imbolc/axum-client-ip/compare/v0.6.1...v0.7.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [axum-client-ip](https://github.com/imbolc/axum-client-ip) | workspace.dependencies | major | `0.6.1` -> `1.0.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>imbolc/axum-client-ip (axum-client-ip)</summary> ### [`v1.1.3`](https://github.com/imbolc/axum-client-ip/releases/tag/v1.1.3) [Compare Source](https://github.com/imbolc/axum-client-ip/compare/v1.1.2...v1.1.3) Fix installation without default features **Full Changelog**: <https://github.com/imbolc/axum-client-ip/compare/v1.1.2...v1.1.3> ### [`v1.1.2`](https://github.com/imbolc/axum-client-ip/releases/tag/v1.1.2) docs.rs features-related improvements **Full Changelog**: <https://github.com/imbolc/axum-client-ip/compare/v1.1.0...v1.1.2> ### [`v1.1.0`](https://github.com/imbolc/axum-client-ip/releases/tag/v1.1.0) [Compare Source](https://github.com/imbolc/axum-client-ip/compare/v1.0.0...v1.1.0) - for appropriate headers added a check for a single occurrence - the IP extraction logic is extracted into a framework-independent [client-ip](https://github.com/imbolc/client-ip) crate - the `RightmostForwarded` extractor is hidden behind a non-default feature **Full Changelog**: <https://github.com/imbolc/axum-client-ip/compare/v1.0.0...v1.1.0> ### [`v1.0.0`](https://github.com/imbolc/axum-client-ip/releases/tag/v1.0.0) [Compare Source](https://github.com/imbolc/axum-client-ip/compare/v0.7.0...v1.0.0) - Removed `InsecureClientIp` and related "leftmost" IP logic. The library now focuses solely on secure extraction based on trusted headers. - Renamed `SecureClientIp` to `ClientIp`. - Renamed `SecureClientIpSource` to `ClientIpSource`. The changes are triggered by ["rightmost" IP extraction bug](https://github.com/imbolc/axum-client-ip/issues/32). **Full Changelog**: <https://github.com/imbolc/axum-client-ip/compare/v0.7.0...v1.0.0> ### [`v0.7.0`](https://github.com/imbolc/axum-client-ip/releases/tag/v0.7.0) [Compare Source](https://github.com/imbolc/axum-client-ip/compare/v0.6.1...v0.7.0) #### What's Changed - update: bringup to axum v0.8.0 by [@&#8203;thed0ct0r](https://github.com/thed0ct0r) in [#&#8203;30](https://github.com/imbolc/axum-client-ip/pull/30) #### New Contributors - [@&#8203;thed0ct0r](https://github.com/thed0ct0r) made their first contribution in [#&#8203;30](https://github.com/imbolc/axum-client-ip/pull/30) **Full Changelog**: <https://github.com/imbolc/axum-client-ip/compare/v0.6.1...v0.7.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45OS43IiwidXBkYXRlZEluVmVyIjoiNDEuOTkuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiRGVwZW5kZW5jaWVzIiwiRGVwZW5kZW5jaWVzL1Jlbm92YXRlIl19-->
chore(deps): update rust crate axum-client-ip to v1
Some checks failed
Documentation / Build and Deploy Documentation (pull_request) Successful in 37s
Release Docker Image / define-variables (pull_request) Successful in 3s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 55s
Checks / Prek / Clippy and Cargo Tests (pull_request) Failing after 13m17s
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (pull_request) Successful in 2m36s
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (pull_request) Successful in 2m5s
Release Docker Image / merge (pull_request) Successful in 9s
741f2c9318
Owner
https://forgejo.ellis.link/continuwuation/continuwuity/pulls/932
Jade closed this pull request 2025-09-10 18:21:22 +00:00
Author
Collaborator

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 1.x releases. But if you manually upgrade to 1.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for *any* future `1.x` releases. But if you manually upgrade to `1.x` then Renovate will re-enable `minor` and `patch` updates automatically. If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
Some checks failed
Documentation / Build and Deploy Documentation (pull_request) Successful in 37s
Release Docker Image / define-variables (pull_request) Successful in 3s
Checks / Prek / Pre-commit & Formatting (pull_request) Successful in 55s
Required
Details
Checks / Prek / Clippy and Cargo Tests (pull_request) Failing after 13m17s
Required
Details
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (pull_request) Successful in 2m36s
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (pull_request) Successful in 2m5s
Release Docker Image / merge (pull_request) Successful in 9s

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
continuwuation/continuwuity!1005
No description provided.